Standard Transfer Sync v1.2

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

Once you trigger the requestTransfer API, the transfer to the beneficiary account will be attempted immediately and the bank's reference number will be returned in the API response. The median time for the response is 2 to 5 seconds.

Click to view the response codes.

Response Codes

Sub CodeStatusMessage
200SUCCESSTransfer completed successfully.
201SUCCESSTransfer Scheduled for next working day.
201PENDINGAwaiting confirmation from beneficiary bank.
201PENDINGTransfer request pending at the bank.
201ERRORTransfer request triggered.No response from bank.
202PENDINGRequest received. Please check status after some time.
400ERRORTransfer amount is less than minimum amount of Rs.1
400ERRORMode Not valid for Beneficiary.
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 request to paytm wallet failed.
400ERRORTransfer attempt failed at the bank.
400ERRORTransfer to this beneficiary not allowed.
400ERRORTransfer limit for beneficiary exceeded.
400ERRORTransfer limit for your account exceeded.
400ERRORTransfer mode not enabled for the account.
400ERRORSpecified paymentInstrumentId not available.
400ERRORSpecified paymentInstrumentId not valid for this payment mode.
400ERRORMultiple PaymentInstruments available for this payment mode.
403ERRORToken is not valid
403ERRORAPIs not enabled. Please reach out to [email protected]
403ERRORIP not whitelisted
404ERRORBeneficiary does not exist.
409ERRORTransfer Id already exists.
422ERRORPlease provide a valid transferId.
422ERRORPlease provide a valid beneId.
422ERRORInvalid Amount Passed.Only 2 decimal places are allowed.
422ERRORRemarks is invalid.
422ERRORInvalid IFSC code provided for bank account.
422ERRORInvalid bank account number or IFSC provided.

Language