Validation rules
BR-G-05
An export (G) line must have a VAT rate of exactly 0.
- Rule
BR-G-05— official EN 16931 / XRechnung rule- Severity
- error
- Business term
BT-152— Line VAT rate- Field in your JSON
invoice.lines[*].vat
How to fix it
Set line.vat to 0 — exports outside the EU are invoiced without VAT.
BR-G-05 auf Deutsch — was bedeutet der Fehler?
Eine Ausfuhr-Position (Kategorie G) muss exakt den Steuersatz 0 tragen — der KoSIT-Validator lehnt die Rechnung sonst ab.
So beheben Sie den Fehler
Setzen Sie line.vat auf 0 — Ausfuhrlieferungen werden ohne Umsatzsteuer fakturiert.
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.