Standard Transfer V2
Use this API to initiate an amount transfer at Cashfree Payments. It is an async request by default.
5XX error
When you get a 5XX response, do not initiate another transaction.
Check the status of the batch transfer using Get Batch Transfer Status V2 and then proceed further.
Get Transfer Status
Use the Get Transfer Status V2 API to get the status of the batch transfer request. The Get Transfer Status V2 API does not give you the status of the batch transfer requests.
Authorizations
Client ID. You can find your app id in the Merchant Dashboard.
Client secret key. You can find your secret in the Merchant Dashboard.
Headers
It is the API version to be used. The accepted format is YYYY-MM-DD.
It is the request ID for the API call. This ID can be used to resolve tech realted issues. Communicate this in your tech related queries to Cashfree Payments.
Body
Standard Transfer V2
It is the unique ID you create to identify the transfer. You can use a maximum of 40 characters to create a transfer_id. Alphanumeric and underscore ( _ ) are allowed.
40
It is the transfer amount. Decimal values are allowed. The minimum value should be equal to or greater than 1.00. (>= 1.00)
It should contain the details of the beneficiary who receives the transfer amount.
It is the currency of the transfer amount. The default value is INR.
It is the mode of transfer. Allowed values are banktransfer, imps, neft, rtgs, upi, paytm, amazonpay, card. The default transfer_mode is banktransfer.
banktransfer
, imps
, neft
, rtgs
, upi
, paytm
, amazonpay
, card
, cardupi
It can contain any additional remarks for the transfer. Alphanumeric and whitespaces are allowed. The maximum character limit is 70.
70
It is the ID of the fund source from which the transfer amount will be debited.
Response
Standard Transfer V2 Response
It displays the unique ID you created to identify the transfer.
It displays the unique ID created by Cashfree Payments. You receive this ID in the response after initiating the standard transfer request.
It displays the status of the transfer.
It displays the details of the beneficiary.
It displays the transfer amount initiated in the request.
It displays the service charge applicable for the successful transfer request.
It displays the service tax applicable for the successful transfer request.
It displays the mode of the transfer.
It displays the unique number that is generated to recognise any fund transfer that is created by the bank that facilitates the transfer.
It displays the ID of the fund source from where the money was debited for this transfer request.
It displays the time of when the transfer request was added to the system.
It displays the updated time for the transfer.
Was this page helpful?