Factuarea API

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`.

CodeTypeHTTPCategory
recurring_already_activeinvalid_request_error422Recurring 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.

On this page