invalid_frequency_interval
The interval is lower than 1, so the recurrence would never advance to a next run.
| Code | Type | HTTP | Category |
|---|---|---|---|
invalid_frequency_interval | invalid_request_error | 422 | Recurring Invoices |
Cause
The interval is lower than 1, so the recurrence would never advance to a next run.
What to do
Send an interval of 1 or more: it multiplies the frequency, as in monthly with interval 2 for every two months.