What are the benefits of using v2 APIs?
- Enhanced versioning
- Standardised API request and response
- Standardised error code
- Standardised Cashfree Payments
- Consolidating transfer APIs
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
In this article, you will learn the benefits of using v2 APIs and the list of APIs that have the version 2 capabilities.
| Environment | Base URL |
|---|---|
| Production | https://api.cashfree.com/payout |
| Test | https://sandbox.cashfree.com/payout |
| API | Description |
|---|---|
| Create Beneficiary | Use this API to add a beneficiary to your Cashfree Payments account by providing the bank account number, IFSC, and other required details. |
| Get Beneficiary | Use this API to get the details of a particular beneficiary from your account. |
| Remove Beneficiary | Use this API to remove an existing beneficiary from the list of added beneficiaries. |
| API | Description |
|---|---|
| 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 | Use this API to get the status of the initiated transfer. |
| 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 | Use this API to get the status of the initiated batch transfer. |
Was this page helpful?