Skip to main content
POST
Update Authorization 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"

Body

application/json
authId
integer

Authorization ID for which the status is to be updated.

Example:

52250

paymentStatus
string

The new status of the authorization. It could be "SUCCESS" or other valid statuses.

Example:

"SUCCESS"

Response

Successful update of authorization status.