ErrorsAll codes

SURCHARGE_REQUIRES_REGIME

Recargo de equivalencia is only compatible with regime 18; the line is on regime {0}


Category: Invoices

Example response

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

{
  "type": "https://docs.beel.es/errors/SURCHARGE_REQUIRES_REGIME",
  "title": "SURCHARGE_REQUIRES_REGIME",
  "detail": "Recargo de equivalencia is only compatible with regime 18; the line is on regime {0}",
  "instance": "/v1/<resource>",
  "errors": [],
  "success": false,
  "error": {
    "code": "SURCHARGE_REQUIRES_REGIME",
    "message": "Recargo de equivalencia is only compatible with regime 18; the line is on regime {0}",
    "details": {}
  },
  "meta": {
    "timestamp": "2026-05-21T10:00:00Z",
    "request_id": "4bf92f3577b34da6a3ce929d0e0e4736"
  }
}

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

Message

Recargo de equivalencia is only compatible with regime 18; the line is on regime {0}
El recargo de equivalencia solo es compatible con el régimen 18; la línea está en régimen {0}
El recàrrec d''equivalència només és compatible amb el règim 18; la línia està al règim {0}

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