Enable or disable retries for a single transaction

Allows the merchant to enable or disable retries for a single transaction when that transaction is declined. For more information, see the Decline recovery overview.

Try It

To use the Try It feature for this endpoint, you must use the credentials for your Sandbox API user.

Include at least the retry ID in the body of the request.

Request parameters

  • id
  • isEnabledForRecovery

Response parameters

  • id
  • isEnabledForRecovery
  • success
Body Params
integer
required

The retry ID. To get the retry ID, send a GET request to the View recovery status endpoint.

boolean
Defaults to false

Set to true to enable recovery for the transaction. Set to false to disable recovery for the transaction.

Responses

Language
Credentials
Basic
base64
:
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json