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

RECARGO_REQUIRES_REGIME_RE

When equivalence surcharge is enabled, the main tax regime must be "18 - Equivalence surcharge". Change the regime to 18 or disable the surcharge.


Category: General

Example response

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

{
  "type": "https://docs.beel.es/errors/RECARGO_REQUIRES_REGIME_RE",
  "title": "RECARGO_REQUIRES_REGIME_RE",
  "detail": "When equivalence surcharge is enabled, the main tax regime must be \"18 - Equivalence surcharge\". Change the regime to 18 or disable the surcharge.",
  "instance": "/v1/<resource>",
  "errors": [],
  "success": false,
  "error": {
    "code": "RECARGO_REQUIRES_REGIME_RE",
    "message": "When equivalence surcharge is enabled, the main tax regime must be \"18 - Equivalence surcharge\". Change the regime to 18 or disable the surcharge.",
    "details": {}
  },
  "meta": {
    "timestamp": "2026-05-21T10:00:00Z",
    "request_id": "4bf92f3577b34da6a3ce929d0e0e4736"
  }
}

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

Message

When equivalence surcharge is enabled, the main tax regime must be "18 - Equivalence surcharge". Change the regime to 18 or disable the surcharge.
Si aplicas recargo de equivalencia, el régimen del impuesto principal debe ser "18 - Recargo de equivalencia". Cambia el régimen a 18 o desactiva el recargo.
Si apliques recàrrec d''equivalència, el règim de l''impost principal ha de ser "18 - Recàrrec d''equivalència". Canvia el règim a 18 o desactiva el recàrrec.

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

Other errors in this category

Keep exploring