Validation rules
BR-AE-05
A reverse-charge (AE) line must have a VAT rate of 0.
- Rule
BR-AE-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 — the buyer accounts for the VAT.
BR-AE-05 auf Deutsch — was bedeutet der Fehler?
Eine Position mit Steuerschuldumkehr (Reverse Charge, Kategorie AE) muss den Steuersatz 0 tragen — die Steuer schuldet der Leistungsempfänger.
So beheben Sie den Fehler
Setzen Sie line.vat auf 0.
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.