POST
/
payout
/
v1.2
/
requestAsyncTransfer
curl --request POST \
  --url https://payout-api.cashfree.com/payout/v1.2/requestAsyncTransfer \
  --header 'Authorization: <authorization>' \
  --header 'Content-Type: <content-type>' \
  --data '{
  "beneId": "<string>",
  "amount": 123,
  "transferId": "<string>",
  "transferMode": "<string>",
  "paymentInstrumentId": "<string>",
  "remarks": "<string>"
}'
"{\n    \"status\": \"ACCEPTED\",\n    \"subCode\": \"201\",\n    \"message\": \"Transfer Initiated\",\n    \"data\": {\n        \"referenceId\": \"107260\"\n    }\n}\n\n{\n  \t\"status\":\"ERROR\",\n  \t\"subCode\":\"422\", \n  \t\"message\":\"Remarks is invalid\"\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.