Validation rules
BR-O-10
Lines use VAT category "O" (not subject to VAT) but no exemption reason (BT-120) or reason code (BT-121) is given.
- Rule
BR-O-10— official EN 16931 / XRechnung rule- Severity
- error
- Business term
BT-120— VAT exemption reason- Field in your JSON
invoice.tax_exemptions[*].reason
How to fix it
Add invoice.tax_exemptions: [{ category: "O", reason: "Not subject to VAT" }] (or reason_code "VATEX-EU-O").
BR-O-10 auf Deutsch — was bedeutet der Fehler?
Positionen verwenden die Kategorie "O" (nicht umsatzsteuerbar), aber es fehlt der Befreiungsgrund (BT-120) oder Befreiungscode (BT-121).
So beheben Sie den Fehler
Ergänzen Sie invoice.tax_exemptions: [{ category: "O", reason: "Nicht im Anwendungsbereich der Umsatzsteuer" }] — oder reason_code "VATEX-EU-O".
Official sources
- XRechnung specification (KoSIT / xeinkauf.de)
- KoSIT validator on GitHub and the XRechnung validator configuration
Every 422 from the API lists the rule id, the path in your request JSON, a plain-language message and a suggested fix — see the docs overview for the report format.