NewThree filters returned the wrong rows
BeeL
Get StartedMulti-NIFVeriFactuStripeAPI ReferenceChangelog
ErrorsAll codes

SERIES_CODE_DUPLICATED

The code ''{0}'' is already taken by a series, existing or deleted. Series codes are never reused: they identify invoices already issued. Choose a different code.


Example response

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

{
  "type": "https://docs.beel.es/errors/SERIES_CODE_DUPLICATED",
  "title": "SERIES_CODE_DUPLICATED",
  "detail": "The code ''{0}'' is already taken by a series, existing or deleted. Series codes are never reused: they identify invoices already issued. Choose a different code.",
  "instance": "/v1/<resource>",
  "errors": [],
  "success": false,
  "error": {
    "code": "SERIES_CODE_DUPLICATED",
    "message": "The code ''{0}'' is already taken by a series, existing or deleted. Series codes are never reused: they identify invoices already issued. Choose a different code.",
    "details": {}
  },
  "meta": {
    "timestamp": "2026-05-21T10:00:00Z",
    "request_id": "4bf92f3577b34da6a3ce929d0e0e4736"
  }
}

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

Message

The code ''{0}'' is already taken by a series, existing or deleted. Series codes are never reused: they identify invoices already issued. Choose a different code.
El código ''{0}'' ya lo usa una serie, existente o borrada. Los códigos de serie no se reutilizan: identifican facturas ya emitidas. Elige otro código.
El codi ''{0}'' ja està ocupat per una sèrie, existent o esborrada. Els codis de sèrie no es reutilitzen: identifiquen factures ja emeses. Tria un altre codi.

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