Skip to main content
PUT
Update Charge Status

Headers

X-Client-Id
string
required

Client ID provided by Cashfree.

Example:

"asdf1234"

X-Client-Secret
string
required

Client Secret provided by Cashfree.

Example:

"qwer9876"

Path Parameters

paymentId
integer
required

The ID of the payment whose status is being updated.

Example:

120322

Body

application/json
status
enum<string>

The new status of the payment.

Available options:
SUCCESS,
FAILED
Example:

"SUCCESS"

Response

Successful update of the charge status.