cURL
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" }'
200
success
{ "status": "SUCCESS", "subCode": "200", "message": "RefId-<TransferId>/<Remarks>-Internal Fund Transfer", "data": { "transferId": "<TransferId>" }}
Use this API to transfer funds between virtual accounts (VAs).
Authorization header with tokens.
Internal transfer successful
The response is of type object.
object
Was this page helpful?