Remove an invoice from retry cycle

Stops any active retry cycles associated with the invoice provided.

Request
path Parameters
invoice_id
required
string

ID of an invoice.

Responses
200
put/api/v1/payments/remove_invoice_from_retry_cycle/<invoice_id>
Request samples
Response samples
application/json
{
  • "success": true,
  • "message": "Payments with the following IDs have been removed from the retry cycle: [290, 291]"
}