POST
/
payout
/
v1
/
requestBatchTransfer
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}"
This API will be retired soon. Please plan to migrate to the latest version, Transfers V2.

Please use this Authorization token in headers to call any payout API (Refresh this page if the token is expired)

Get Batch Transfer Status Use the Get Batch Transfer Status API to get the status of the batch transfer request. The Get Transfer Status API does not give you the status of the batch transfer requests. Read the batch transfer document to understand the flow of the API.

Headers

Authorization
string
required

Bearer auth token

Content-Type
string
required

application/json

Body

application/json

Response

200
application/json

200

The response is of type any.