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

NUMBERING_REQUIRES_ACTIVATION

Series numbering can only be configured in a creation request that activates the company. Remove the numbering block or activate a mode (activate:true)


Category: Companies

Example response

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

{
  "type": "https://docs.beel.es/errors/NUMBERING_REQUIRES_ACTIVATION",
  "title": "NUMBERING_REQUIRES_ACTIVATION",
  "detail": "Series numbering can only be configured in a creation request that activates the company. Remove the numbering block or activate a mode (activate:true)",
  "instance": "/v1/<resource>",
  "errors": [],
  "success": false,
  "error": {
    "code": "NUMBERING_REQUIRES_ACTIVATION",
    "message": "Series numbering can only be configured in a creation request that activates the company. Remove the numbering block or activate a mode (activate:true)",
    "details": {}
  },
  "meta": {
    "timestamp": "2026-05-21T10:00:00Z",
    "request_id": "4bf92f3577b34da6a3ce929d0e0e4736"
  }
}

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

Message

Series numbering can only be configured in a creation request that activates the company. Remove the numbering block or activate a mode (activate:true)
La numeración de series solo puede configurarse en un alta que activa la empresa. Quita el bloque numbering o activa un modo (activate:true)
La numeració de sèries només es pot configurar en una alta que activa l''empresa. Treu el bloc numbering o activa un mode (activate:true)

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

Other errors in this category

Keep exploring