POST
/
payout
/
v1
/
cardpay
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"

Please use this Authorization token in headers to call any payout API (Refresh this page if the token is expired)

Headers

Authorization
string
required

Bearer Auth Token

Content-Type
string
required

application/json

Body

application/json

Response

200
application/json

200

The response is of type object.