Use this API to get the status of the Cashgram created.
curl --request GET \ --url https://payout-api.cashfree.com/payout/v1/getCashgramStatus \ --header 'Authorization: <authorization>' \ --header 'Content-Type: <content-type>'
{ "status": "SUCCESS", "subCode": "200", "message": "Cashgram details retrieved", "data": { "cashgramStatus": "ACTIVE", "referenceId": 123456, "cashgramId": "JOHaN10", "cashgramLink": "http://csgr.am/abcdefg" } }
Bearer auth token
application/json
ID of the Cashgram
"SUCCESS"
"200"
"Cashgram details retrieved"
Show child attributes
"ACTIVE"
123456
"JOHaN10"
"http://csgr.am/abcdefg"
Was this page helpful?