cURL
curl --request POST \ --url https://payout-api.cashfree.com/payout/v1/requestBatchTransfer \ --header 'Authorization: <authorization>' \ --header 'Content-Type: <content-type>' \ --data '{ "batchTransferId": "<string>", "batchFormat": "<string>", "deleteBene": true, "batch": [ "<string>" ] }'
"{ \n \"status\": SUCCESS,\n \"subCode\": \"200\", \n \"message\": \"Request accepted\",\n \"data\": \n {\n \"referenceId\": 1594\n } \n}"
Use this API to create multiple transfers to multiple beneficiaries. This API accepts an array of transfer objects under the batch field.
Bearer auth token
application/json
200
The response is of type any.
any
Was this page helpful?