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

RECURRING_MAX_INVOICES_ABOVE_MAXIMUM

A recurring template cannot be capped above 600 invoices, fifty years of monthly billing


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_MAX_INVOICES_ABOVE_MAXIMUM",
  "title": "RECURRING_MAX_INVOICES_ABOVE_MAXIMUM",
  "detail": "A recurring template cannot be capped above 600 invoices, fifty years of monthly billing",
  "instance": "/v1/<resource>",
  "errors": [],
  "success": false,
  "error": {
    "code": "RECURRING_MAX_INVOICES_ABOVE_MAXIMUM",
    "message": "A recurring template cannot be capped above 600 invoices, fifty years of monthly billing",
    "details": {}
  },
  "meta": {
    "timestamp": "2026-05-21T10:00:00Z",
    "request_id": "4bf92f3577b34da6a3ce929d0e0e4736"
  }
}

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

Message

A recurring template cannot be capped above 600 invoices, fifty years of monthly billing
El cupo de facturas de una recurrencia no puede ser mayor que 600, cincuenta años de mensualidades
El límit de factures d'una recurrència no pot ser superior a 600, cinquanta anys de mensualitats

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

Other errors in this category

Keep exploring