Decline Recovery
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.
<!-- theme: warning --><div style="display:none;">⚠️ Try It
To use the Try It feature for this endpoint, you must use the credentials for your Sandbox API user.<br/><br/>Include at least the retry ID in the body of the request.
Request parameters
- id
- isEnabledForRecovery
Response parameters
- id
- isEnabledForRecovery
- success
put/recovery/v3/enable
Request body
Example request
{
"id": 4755455
}Response
OK
Example response
{
"id": 4755455
}