What are the benefits of using v2 APIs?
- Enhanced versioning
- Standardised API request and response
- Standardised error code
- Standardised Cashfree Payments
- Consolidating transfer APIs
End Points
Environment | Base URL |
---|---|
Production | https://api.cashfree.com/payout |
Test | https://sandbox.cashfree.com/payout |
Version 2 APIs
Find the respective version 2 APIs.Beneficiary V2
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. |
Transfers V2
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. |
❗️ 5XX error When you get a 5XX response, do not initiate another
transaction. Check the status of the standard transfer using Get Transfer
Status V2, and check the status of the batch transfer using Get Batch Transfer
Status V2 to proceed further.