cURL
curl --request POST \ --url https://payout-api.cashfree.com/payout/v1/cardpay \ --header 'Authorization: <authorization>' \ --header 'Content-Type: <content-type>' \ --data '{ "token": "<string>", "amount": "<string>", "transferId": "<string>", "remarks": "<string>", "name": "<string>", "networkType": "<string>", "cryptogram": "<string>", "tokenExpiry": "<string>", "cardType": "<string>", "tokenPANSequenceNumber": "<string>" }'
"{\n \"status\":\"SUCCESS\",\n \"subCode\":\"200\",\n \"message\":\"Transfer completed successfully\",\n \"data\":\n { \n \"referenceId\":\"10023\",\n \"utr\":\"P16111765023806\",\n \"acknowledged\": 1\n }\n}\n"
Use this API to transfer money to beneficiary cards. Provide details such as beneficiary name, card type, network type, and transfer ID.
You need to pass the tokenised card number or card token for this transfer.
Bearer Auth Token
application/json
200
The response is of type object.
object