NewTell a voided invoice from a totally rectified one, without a second call
BeeL
Get StartedMulti-NIFVeriFactuStripeAPI ReferenceChangelog
ErrorsAll codes

SERIES_MONTHLY_REQUIRES_MONTH_AND_YEAR

Monthly reset requires the format to include the month ({MM}) and the year ({YYYY} or {YY}); otherwise the invoice number would repeat every month.


Example response

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

{
  "type": "https://docs.beel.es/errors/SERIES_MONTHLY_REQUIRES_MONTH_AND_YEAR",
  "title": "SERIES_MONTHLY_REQUIRES_MONTH_AND_YEAR",
  "detail": "Monthly reset requires the format to include the month ({MM}) and the year ({YYYY} or {YY}); otherwise the invoice number would repeat every month.",
  "instance": "/v1/<resource>",
  "errors": [],
  "success": false,
  "error": {
    "code": "SERIES_MONTHLY_REQUIRES_MONTH_AND_YEAR",
    "message": "Monthly reset requires the format to include the month ({MM}) and the year ({YYYY} or {YY}); otherwise the invoice number would repeat every month.",
    "details": {}
  },
  "meta": {
    "timestamp": "2026-05-21T10:00:00Z",
    "request_id": "4bf92f3577b34da6a3ce929d0e0e4736"
  }
}

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

Message

Monthly reset requires the format to include the month ({MM}) and the year ({YYYY} or {YY}); otherwise the invoice number would repeat every month.
El reseteo mensual exige que el formato incluya el mes ({MM}) y el año ({YYYY} o {YY}); de lo contrario se repetiría el número de factura cada mes.
El reinici mensual exigeix que el format inclogui el mes ({MM}) i l'any ({YYYY} o {YY}); altrament es repetiria el número de factura cada mes.

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

Other errors in this category

Keep exploring