POST
/
payout
/
v1.2
/
requestBatchTransfer
Batch Transfer V1.2
curl --request POST \
  --url https://payout-api.cashfree.com/payout/v1.2/requestBatchTransfer \
  --header 'Authorization: <authorization>' \
  --header 'Content-Type: <content-type>' \
  --data '{
  "batchTransferId": "<string>",
  "batchFormat": "<string>",
  "deleteBene": true,
  "batch": [
    "<string>"
  ],
  "paymentInstrumentId": "<string>"
}'
"{\n    \"status\": \"SUCCESS\",\n    \"subCode\": \"200\",\n    \"message\": \"Batch Transfer requested successfully. Please check later for processing status.\",\n    \"data\": {\n        \"referenceId\": 486\n    }\n}"

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.