Validation rules
BR-AE-09
The tax amount (BT-117) of the reverse-charge (AE) breakdown must be 0.
- Rule
BR-AE-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
Set line.vat to 0 on AE lines (and vat: 0 on AE allowances/charges) — any other rate makes normbill compute non-zero VAT for the group.
BR-AE-09 auf Deutsch — was bedeutet der Fehler?
Der Steuerbetrag (BT-117) der Reverse-Charge-Aufschlüsselung (AE) muss 0 sein — der KoSIT-Validator lehnt die Rechnung sonst ab.
So beheben Sie den Fehler
Setzen Sie line.vat auf 0 bei AE-Positionen (und vat: 0 bei AE-Nachlässen/-Zuschlägen); jeder andere Satz führt zu berechneter Umsatzsteuer in der Gruppe.
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.