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

RECURRING_END_MODE_CONFLICT

A recurrence ends in one way only: by date (end_date) or by number of invoices (max_invoices), never both at once. To switch modes send the new field with a value and the old one as null in the same call.


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_END_MODE_CONFLICT",
  "title": "RECURRING_END_MODE_CONFLICT",
  "detail": "A recurrence ends in one way only: by date (end_date) or by number of invoices (max_invoices), never both at once. To switch modes send the new field with a value and the old one as null in the same call.",
  "instance": "/v1/<resource>",
  "errors": [],
  "success": false,
  "error": {
    "code": "RECURRING_END_MODE_CONFLICT",
    "message": "A recurrence ends in one way only: by date (end_date) or by number of invoices (max_invoices), never both at once. To switch modes send the new field with a value and the old one as null in the same call.",
    "details": {}
  },
  "meta": {
    "timestamp": "2026-05-21T10:00:00Z",
    "request_id": "4bf92f3577b34da6a3ce929d0e0e4736"
  }
}

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

Message

A recurrence ends in one way only: by date (end_date) or by number of invoices (max_invoices), never both at once. To switch modes send the new field with a value and the old one as null in the same call.
Una recurrencia termina de una sola manera: por fecha (end_date) o por número de facturas (max_invoices), nunca por las dos a la vez. Para cambiar de modo envía en la misma llamada el campo nuevo con valor y el viejo a null.
Una recurrència acaba d'una sola manera: per data (end_date) o per nombre de factures (max_invoices), mai per totes dues alhora. Per canviar de mode envia en la mateixa crida el camp nou amb valor i el vell a null.

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

Other errors in this category

Keep exploring