---
title: "Enable or disable retries for multiple transactions"
method: PUT
path: "/recovery/v3/bulkEnable"
tags: ["Decline Recovery"]
---

# Enable or disable retries for multiple transactions

`PUT /recovery/v3/bulkEnable`

Allows the merchant to enable or disable retries for multiple transactions when those transactions are declined. For more information, see the [Decline recovery overview](https://docs.nexiopay.com/docs/decline-recovery-overview).

<!-- theme: warning -->
> ⚠️ Try It
> 
> To use the Try It feature for this endpoint, you must use the credentials for your [Sandbox API user](https://docs.nexiopay.com/docs/sandbox-environments).<br/><br/>Include at minumum one or more retry IDs in an array in the body of the request.

<div style="display:none;">

## Request parameters
- retries
- retries.id
- retries.isEnabledForRecovery

## Response parameters
- retries
- retries.id
- retries.isEnabledForRecovery
- retries.success

</div>

## Request body

- object
  - `retries` object[]
    - `id` Id, required — unresolved $ref
    - `isEnabledForRecovery` IsEnabledForRecovery — unresolved $ref

## Response `200`

OK

- object
  - `retries` object[]
    - `id` Id — unresolved $ref
    - `isEnabledForRecovery` IsEnabledForRecovery — unresolved $ref
    - `success` Success — unresolved $ref

## Other responses

- `400` — Nexio could not change the status for retries, such as for a retry that is unrecoverable. Attempt the request again or check the retry status for the transaction using the [View a recovery](https://docs.nexiopay.com/reference/viewrecovery) or [View recoveries](viewrecoverystatus) endpoint.
- `401` — Unauthorized. For help with this error and other error codes, see [Common errors](https://docs.nexiopay.com/docs/common-errors) in the Guides area.

---

[API](https://skmtc.dev/nexiopay/apis/payments-api-reference.md) · [All operations](https://skmtc.dev/nexiopay/apis/payments-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/nexiopay/payments-api-reference/revisions/b414b73979e5/schema)
