GET
/
payout
/
v1
/
getCashgramStatus
curl --request GET \
  --url https://payout-api.cashfree.com/payout/v1/getCashgramStatus \
  --header 'Authorization: <authorization>' \
  --header 'Content-Type: <content-type>'
"{\n    \"status\": \"SUCCESS\",\n    \"subCode\": \"200\",\n    \"message\": \"Cashgram details retrieved\",\n    \"data\": \n    {\n        \"cashgramStatus\": \"ACTIVE\", \n        \"referenceId\": 123456,\n        \"cashgramId\": \"JOHaN10\",\n        \"cashgramLink\": \"http://csgr.am/abcdefg\"\n    }\n}"

Headers

Authorization
string
required

Bearer auth token

Content-Type
string
required

application/json

Query Parameters

cashgramId
string
required

ID of the Cashgram

Response

200
application/json

200

The response is of type object.