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}"
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>'
"{\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}"
ID of the Cashgram
200
The response is of type object
.
Was this page helpful?