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

CORRECTIVE_ORIGINAL_MIXED_IRPF

The original invoice applies different IRPF withholding rates per line, so there is none to inherit. Set irpf_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_IRPF",
  "title": "CORRECTIVE_ORIGINAL_MIXED_IRPF",
  "detail": "The original invoice applies different IRPF withholding rates per line, so there is none to inherit. Set irpf_rate on every line of the corrective invoice.",
  "instance": "/v1/<resource>",
  "errors": [],
  "success": false,
  "error": {
    "code": "CORRECTIVE_ORIGINAL_MIXED_IRPF",
    "message": "The original invoice applies different IRPF withholding rates per line, so there is none to inherit. Set irpf_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 different IRPF withholding rates per line, so there is none to inherit. Set irpf_rate on every line of the corrective invoice.
La factura original aplica retenciones de IRPF distintas por línea, así que no hay una que heredar. Indica el irpf_rate en cada línea de la rectificativa.
La factura original aplica retencions d'IRPF diferents per línia, així que no n'hi ha cap per heretar. Indica l'irpf_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