Update Charge Status
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
Update Charge Status
Documentation Index
Fetch the complete documentation index at: https://telr-docs.cashfree.com/llms.txt
Use this file to discover all available pages before exploring further.
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.
