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

RECURRING_NO_OCCURRENCE_IN_WINDOW

With this cadence the first invoice would fall on {0}, after the end date: the window never contains a single generation. Extend the end date or pick a shorter cadence


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_NO_OCCURRENCE_IN_WINDOW",
  "title": "RECURRING_NO_OCCURRENCE_IN_WINDOW",
  "detail": "With this cadence the first invoice would fall on {0}, after the end date: the window never contains a single generation. Extend the end date or pick a shorter cadence",
  "instance": "/v1/<resource>",
  "errors": [],
  "success": false,
  "error": {
    "code": "RECURRING_NO_OCCURRENCE_IN_WINDOW",
    "message": "With this cadence the first invoice would fall on {0}, after the end date: the window never contains a single generation. Extend the end date or pick a shorter cadence",
    "details": {}
  },
  "meta": {
    "timestamp": "2026-05-21T10:00:00Z",
    "request_id": "4bf92f3577b34da6a3ce929d0e0e4736"
  }
}

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

Message

With this cadence the first invoice would fall on {0}, after the end date: the window never contains a single generation. Extend the end date or pick a shorter cadence
Con esta cadencia la primera factura caería el {0}, después de la fecha de fin: la ventana no llega a contener ninguna generación. Amplía la fecha de fin o elige una cadencia más corta
Amb aquesta cadència la primera factura cauria el {0}, després de la data de fi: la finestra no arriba a contenir cap generació. Amplia la data de fi o tria una cadència més curta

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