cURL
curl --request POST \ --url https://payout-api.cashfree.com/payout/v1/internalTransfer \ --header 'Authorization: <authorization>' \ --header 'Content-Type: <content-type>' \ --data '{ "amount": 123, "rechargeAccount": "<string>", "transferId": "<string>" }'
"{ \n \"status\": \"SUCCESS\",\n \"subCode\": \"200\",\n \"message\": \"RefId-a0302c78d13142b89d85af472961901528/006291823001146-Internal Fund Transfer\"\n \"data\": {\n \"transferId\": \"a0302c78d13142b89d85af472961901528\"\n }\n}"
Use this API to request an internal transfer at Cashfree. The internal transfer API is useful for multiple Payouts accounts. The API response will either result in an ERROR or SUCCESS response.
Bearer auth token
application/json
200
The response is of type any.
any
Was this page helpful?