recurring_already_active
The recurrence is already running, so there is nothing to activate. Legacy code kept for compatibility: current endpoints report this as `recurring_invoice_already_active`.
| Code | Type | HTTP | Category |
|---|---|---|---|
recurring_already_active | invalid_request_error | 422 | Recurring Invoices |
Cause
The recurrence is already running, so there is nothing to activate. Legacy code kept for compatibility: current endpoints report this as recurring_invoice_already_active.
What to do
Read status before acting; to change the schedule, update the recurrence instead of activating it again.
Related
All Recurring Invoices error codes
Causes and actions for errors in this category.
Error codes by category
Find an error by the category that emits it.
Full reference table
All codes, HTTP statuses, types and descriptions in one reference.
Error model
Interpret the error envelope and handle errors by code.