Standard Transfer Async v1.2

Use this API to initiate an amount transfer request at Cashfree by providing beneficiary id, amount, and transfer id. This is an async transfer request.

Once you trigger the requestAsyncTransfer API, Cashfree verifies your request and returns the Cashfree referenceId. The transfer to beneficiary account will be attempted within the next 60 seconds and you may query the transfer status after 60 seconds.

Use this API to process very high volumes through Cashfree.

Benefits:

  1. The API response is much faster for the async transfer endpoint. The async transfer response takes <100 ms as compared to a median value of 2-5 sec for the sync payout transfer API.
  2. The asynchronous API can handle a higher TPM (transactions per minute) as compared to the synchronous API. The async API allows us to handle up to 1000 transactions per minute.
Click to view the response codes.

Response Codes

Sub CodeStatusMessage
200SUCCESSTransfer completed successfully.
201PENDINGTransfer Scheduled for next working day.
201PENDINGAwaiting confirmation from beneficiary bank.
201PENDINGTransfer request pending at the bank.
202PENDINGRequest received. Please check status after some time.
400ERRORNot enough available balance in the account.
400ERRORPlease wait 30 minutes after adding the beneficiary.
400ERRORTransfer amount is greater than the maximum amount of Rs.100000.
400ERRORTransfer amount is less than minimum amount of Rs.1
400ERRORTransfer attempt failed at the bank.
400ERRORTransfer limit for beneficiary exceeded.
400ERRORTransfer to this beneficiary not allowed.
400ERRORTransfer limit for your account exceeded.
403ERRORToken is not valid
404ERRORBeneficiary does not exist.
409ERRORTransfer Id already exists.
412ERRORTransfer mode not enabled for the account.
422ERRORPlease provide a valid beneId
422ERRORInvalid Amount Passed.Only 2 decimal places are allowed.
422ERRORPlease provide a valid transferId.
422ERRORInvalid IFSC code provided for bank account.
422ERRORInvalid bank account number or IFSC provided.

Language