POST
/
payout
/
v1
/
createCashgram
curl --request POST \
  --url https://payout-api.cashfree.com/payout/v1/createCashgram \
  --header 'Authorization: <authorization>' \
  --header 'Content-Type: <content-type>' \
  --data '{
  "cashgramId": "<string>",
  "amount": 123,
  "name": "<string>",
  "email": "<string>",
  "phone": "<string>",
  "linkExpiry": "<string>",
  "remarks": "<string>",
  "notifyCustomer": true
}'
"{\n    \"status\": \"SUCCESS\",\n    \"subCode\": \"200\",\n    \"message\": \"Cashgram Created\",\n    \"data\": \n    {\n        \"referenceId\": 123456,\n        \"cashgramLink\": \"http://csgr.am/abcdefg\"\n    }\n}"

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.