ErrorsAll codes

EXEMPTION_REGIME_NOT_SUPPORTED_IN_VERIFACTU

The given exemption reason corresponds to a special regime (REAEA, equivalence surcharge, cash basis, investment gold…), not to an art. 20-26 LIVA exemption. VeriFactu models it with clave_regimen, not operacion_exenta. Switch to the appropriate clave_regimen.


Category: Invoices

Example response

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

{
  "type": "https://docs.beel.es/errors/EXEMPTION_REGIME_NOT_SUPPORTED_IN_VERIFACTU",
  "title": "EXEMPTION_REGIME_NOT_SUPPORTED_IN_VERIFACTU",
  "detail": "The given exemption reason corresponds to a special regime (REAEA, equivalence surcharge, cash basis, investment gold…), not to an art. 20-26 LIVA exemption. VeriFactu models it with clave_regimen, not operacion_exenta. Switch to the appropriate clave_regimen.",
  "instance": "/v1/<resource>",
  "errors": [],
  "success": false,
  "error": {
    "code": "EXEMPTION_REGIME_NOT_SUPPORTED_IN_VERIFACTU",
    "message": "The given exemption reason corresponds to a special regime (REAEA, equivalence surcharge, cash basis, investment gold…), not to an art. 20-26 LIVA exemption. VeriFactu models it with clave_regimen, not operacion_exenta. Switch to the appropriate clave_regimen.",
    "details": {}
  },
  "meta": {
    "timestamp": "2026-05-21T10:00:00Z",
    "request_id": "4bf92f3577b34da6a3ce929d0e0e4736"
  }
}

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

Message

The given exemption reason corresponds to a special regime (REAEA, equivalence surcharge, cash basis, investment gold…), not to an art. 20-26 LIVA exemption. VeriFactu models it with clave_regimen, not operacion_exenta. Switch to the appropriate clave_regimen.
El motivo de exención indicado corresponde a un régimen especial (REAEA, recargo equivalencia, criterio caja, oro inversión…), no a una exención del art. 20-26 LIVA. VeriFactu lo modela con clave_regimen, no con operacion_exenta. Cambie a la clave_regimen correspondiente.
El motiu d''exempció indicat correspon a un règim especial (REAEA, recàrrec equivalència, criteri de caixa, or inversió…), no a una exempció de l''art. 20-26 LIVA. VeriFactu el modela amb clave_regimen, no amb operacion_exenta. Canvieu a la clave_regimen corresponent.

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

Other errors in this category

Keep exploring