NewThe street number is no longer required in an address
BeeL
Get StartedMulti-NIFVeriFactuStripeAPI ReferenceChangelog
ErrorsAll codes

CORRECTIVE_ORIGINAL_MIXED_SURCHARGE

The original invoice applies the equivalence surcharge on some lines but not others, so there is no regime to inherit. Set equivalence_surcharge_rate on every line of the corrective invoice.


Category: Invoices

Example response

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

{
  "type": "https://docs.beel.es/errors/CORRECTIVE_ORIGINAL_MIXED_SURCHARGE",
  "title": "CORRECTIVE_ORIGINAL_MIXED_SURCHARGE",
  "detail": "The original invoice applies the equivalence surcharge on some lines but not others, so there is no regime to inherit. Set equivalence_surcharge_rate on every line of the corrective invoice.",
  "instance": "/v1/<resource>",
  "errors": [],
  "success": false,
  "error": {
    "code": "CORRECTIVE_ORIGINAL_MIXED_SURCHARGE",
    "message": "The original invoice applies the equivalence surcharge on some lines but not others, so there is no regime to inherit. Set equivalence_surcharge_rate on every line of the corrective invoice.",
    "details": {}
  },
  "meta": {
    "timestamp": "2026-05-21T10:00:00Z",
    "request_id": "4bf92f3577b34da6a3ce929d0e0e4736"
  }
}

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

Message

The original invoice applies the equivalence surcharge on some lines but not others, so there is no regime to inherit. Set equivalence_surcharge_rate on every line of the corrective invoice.
La factura original aplica recargo de equivalencia solo en algunas de sus líneas, así que no hay régimen que heredar. Indica el equivalence_surcharge_rate en cada línea de la rectificativa.
La factura original aplica recàrrec d'equivalència només en algunes de les seves línies, així que no hi ha règim per heretar. Indica l'equivalence_surcharge_rate a cada línia de la rectificativa.

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

Other errors in this category

Keep exploring