Remove an account from retry cycle

Stops any active retry cycles associated with the account provided.

SecuritybasicAuth
Request
path Parameters
account_id
required
string

ID of an account.

Responses
200
put/api/v1/payments/remove_account_from_retry_cycle/{account_id}
Request samples
Response samples
application/json
{
  • "success": true,
  • "message": "Payments with the following IDs have been removed from the retry cycle: [310, 311, 312]"
}