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

EXEMPTION_REASON_NOT_ALLOWED_AS_DEFAULT

That reason depends on each invoice and cannot be declared as a default: choose art. 20 exemption or other


Category: General

Example response

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

{
  "type": "https://docs.beel.es/errors/EXEMPTION_REASON_NOT_ALLOWED_AS_DEFAULT",
  "title": "EXEMPTION_REASON_NOT_ALLOWED_AS_DEFAULT",
  "detail": "That reason depends on each invoice and cannot be declared as a default: choose art. 20 exemption or other",
  "instance": "/v1/<resource>",
  "errors": [],
  "success": false,
  "error": {
    "code": "EXEMPTION_REASON_NOT_ALLOWED_AS_DEFAULT",
    "message": "That reason depends on each invoice and cannot be declared as a default: choose art. 20 exemption or other",
    "details": {}
  },
  "meta": {
    "timestamp": "2026-05-21T10:00:00Z",
    "request_id": "4bf92f3577b34da6a3ce929d0e0e4736"
  }
}

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

Message

That reason depends on each invoice and cannot be declared as a default: choose art. 20 exemption or other
Esa causa depende de cada factura y no se puede declarar por defecto: elige exenta art. 20 u otro
Aquesta causa depèn de cada factura i no es pot declarar per defecte: tria exempta art. 20 o altre

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

Other errors in this category

Keep exploring