> ## Documentation Index
> Fetch the complete documentation index at: https://www.cashfree.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

The version 2 APIs simplifies the process of selecting the correct API for merchants, streamlines transfer APIs, and reduces integration issues:

| API                                                                                                 | Description                                                                                                                                                 |
| :-------------------------------------------------------------------------------------------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [Standard Transfer V2](/api-reference/payouts/v2/transfers-v2/standard-transfer-v2)                 | Use this API to initiate an amount transfer at Cashfree Payments. It is an async request by default.                                                        |
| [Get Transfer Status V2](/api-reference/payouts/v2/transfers-v2/get-transfer-status-v2)             | Use this API to get the status of the initiated transfer. You can use either the transfer\_id or cf\_transfer\_id to fetch the details.                     |
| [Batch Transfer V2](/api-reference/payouts/v2/transfers-v2/batch-transfer-v2)                       | Use this API to initiate a batch transfer request at Cashfree Payments. You can transfer money to multiple beneficiaries.                                   |
| [Get Batch Transfer Status V2](/api-reference/payouts/v2/transfers-v2/get-batch-transfer-status-v2) | Use this API to get the status of the initiated batch transfer. You can use either the batch\_transfer\_id or cf\_batch\_transfer\_id to fetch the details. |
