POST
/
payout
/
v1.2
/
internalTransfer
Internal Transfer V1.2
curl --request POST \
  --url https://payout-api.cashfree.com/payout/v1.2/internalTransfer \
  --header 'Authorization: <authorization>' \
  --header 'Content-Type: <content-type>' \
  --data '{
  "rechargeAccount": "<string>",
  "paymentInstrumentId": "<string>",
  "toPaymentInstrumentId": "<string>",
  "amount": 123,
  "remarks": "<string>",
  "transferId": "<string>"
}'
{
"status": "SUCCESS",
"subCode": "200",
"message": "RefId-testingw123/some remarks-Internal Fund Transfer",
"data": {
"transferId": "123"
}
}

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

Headers

Authorization
string
required

Bearer auth token

Content-Type
string
required

application/json

Body

application/json

Response

200
application/json

OK

The response is of type object.