cURL
curl --request POST \ --url https://payout-api.cashfree.com/payout/v1/requestAsyncTransfer \ --header 'Authorization: <authorization>' \ --header 'Content-Type: <content-type>' \ --data '{ "beneId": "<string>", "amount": 123, "transferId": "<string>", "transferMode": "<string>", "remarks": "<string>" }'
"{\n \"status\": \"ACCEPTED\",\n \"subCode\": \"201\",\n \"message\": \"Transfer Initiated\",\n \"data\": {\n \"referenceId\": \"107260\"\n }\n}"
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.
Bearer auth token
application/json
200
The response is of type object.
object
Was this page helpful?