cURL
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>" }'
"{ \n \"status\": \"SUCCESS\",\n \"subCode\": \"200\",\n \"message\": \"RefId-testingw123/some remarks-Internal Fund Transfer\"\n \"data\": {\n \"transferId\": \"123\"\n }\n}\n"
Use this API to request an internal transfer. It is useful for accounts with multiple fund sources. You need to provide either the rechargeAccount or paymentInstrumentId and toPaymentInstrumentId along with the amount.
Bearer auth token
application/json
200
The response is of type any.
any