Validation rules
BR-O-09
The tax amount (BT-117) of the "not subject to VAT" (O) breakdown must be 0.
- Rule
BR-O-09— official EN 16931 / XRechnung rule- Severity
- error
- Business term
BT-117— VAT category tax amount- Field in your JSON
invoice.lines- Detected by
- tier 3 — KoSIT validator (authoritative)
- Reachability
- Triggerable from your request JSON (generate & validate)
How to fix it
Omit line.vat on O lines (and vat on O allowances/charges) — a non-zero rate still flows into the VAT computation even though no rate is printed for category O.
BR-O-09 auf Deutsch — was bedeutet der Fehler?
Der Steuerbetrag (BT-117) der O-Aufschlüsselung (nicht umsatzsteuerbar) muss 0 sein — der KoSIT-Validator lehnt die Rechnung sonst ab.
So beheben Sie den Fehler
Lassen Sie line.vat auf O-Positionen (und vat auf O-Nachlässen/-Zuschlägen) weg — ein gesetzter Satz fließt in die Steuerberechnung ein, obwohl für Kategorie O kein Satz ausgegeben wird.
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.