Headers
Client ID provided by Cashfree.
Example:
"asdf1234"
Client Secret provided by Cashfree.
Example:
"qwer9876"
Path Parameters
The ID of the payment whose status is being updated.
Example:
120322
Body
application/json
The new status of the payment.
Available options:
SUCCESS
, FAILED
Example:
"SUCCESS"
Response
Successful update of the charge status.
The response is of type any
.