POST
/
payout
/
v1
/
requestTransfer
Standard Transfer Sync
curl --request POST \
  --url https://payout-api.cashfree.com/payout/v1/requestTransfer \
  --header 'Authorization: <authorization>' \
  --header 'Content-Type: <content-type>' \
  --data '{
  "beneId": "<string>",
  "amount": 123,
  "transferId": "<string>",
  "transferMode": "<string>",
  "remarks": "<string>"
}'
{
"status": "SUCCESS,",
"subCode": "200,",
"message": "Transfer completed successfully,",
"data": {
"referenceId": "10023,",
"utr": "P16111765023806,",
"acknowledged": 1
}
}

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.