POST
/
v1.2
/
internalTransfer
curl --request POST \
  --url https://sandbox.cashfree.com/payout/v1.2/internalTransfer \
  --header 'Authorization: <authorization>' \
  --header 'Content-Type: application/json' \
  --data '{
  "amount": 1000.5,
  "transferId": "JUNOb23",
  "toPaymentInstrumentId": "YES_CONNECTED_484576_4f21dfa",
  "paymentInstrumentId": "YES_CONNECTED_484576_4f21dfb",
  "remarks": "commission"
}'
{
"status": "SUCCESS",
"subCode": "200",
"message": "RefId-<TransferId>/<Remarks>-Internal Fund Transfer",
"data": {
"transferId": "<TransferId>"
}
}

Headers

Authorization
string
required

Authorization header with tokens.

Body

application/json

Response

200
application/json

Internal transfer successful

The response is of type object.