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.