Newchaining_hash leaves the documentation
BeeL
Get StartedMulti-NIFVeriFactuStripeAPI ReferenceChangelog
ErrorsAll codes

RECURRING_NOT_STARTED

The recurring template does not start until {0}: there is no occurrence to bring forward yet. If you need to bill before that date, create a normal invoice.


Category: Invoices

Example response

When this error occurs, the API returns a JSON response with the following shape:

{
  "type": "https://docs.beel.es/errors/RECURRING_NOT_STARTED",
  "title": "RECURRING_NOT_STARTED",
  "detail": "The recurring template does not start until {0}: there is no occurrence to bring forward yet. If you need to bill before that date, create a normal invoice.",
  "instance": "/v1/<resource>",
  "errors": [],
  "success": false,
  "error": {
    "code": "RECURRING_NOT_STARTED",
    "message": "The recurring template does not start until {0}: there is no occurrence to bring forward yet. If you need to bill before that date, create a normal invoice.",
    "details": {}
  },
  "meta": {
    "timestamp": "2026-05-21T10:00:00Z",
    "request_id": "4bf92f3577b34da6a3ce929d0e0e4736"
  }
}

The type URI is stable and always resolves to this page.

Message

The recurring template does not start until {0}: there is no occurrence to bring forward yet. If you need to bill before that date, create a normal invoice.
La recurrencia no empieza hasta el {0}: todavía no hay ninguna ocurrencia que adelantar. Si necesitas cobrar antes de esa fecha, crea una factura normal.
La recurrència no comença fins al {0}: encara no hi ha cap ocurrència per avançar. Si necessites facturar abans, crea una factura normal.

Send the request with Accept-Language: <es|en|ca> to receive the message in your preferred language.

Tokens like {0} are runtime arguments — the backend fills them with actual values before responding.

Other errors in this category

Keep exploring