Update Charge Status
Use this API to update the status of the charge from PENDING to SUCCESS or FAILED. This is applicable only in the test environment.
PUT
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
Response
200
application/json
Successful update of the charge status.
The response is of type any
.