curl --request POST \
--url https://payout-api.cashfree.com/payout/v1/deactivateCashgram \
--header 'Authorization: <authorization>' \
--header 'Content-Type: <content-type>' \
--data '{
"cashgramId": "<string>"
}'
"{ \n \"status\": \"SUCCESS\", \n \"subCode\": \"200\", \n \"message\": \"Cashgram with id - JOHaN10 successfully deactivated!\" \n}"
curl --request POST \
--url https://payout-api.cashfree.com/payout/v1/deactivateCashgram \
--header 'Authorization: <authorization>' \
--header 'Content-Type: <content-type>' \
--data '{
"cashgramId": "<string>"
}'
"{ \n \"status\": \"SUCCESS\", \n \"subCode\": \"200\", \n \"message\": \"Cashgram with id - JOHaN10 successfully deactivated!\" \n}"
200
The response is of type object
.
Was this page helpful?