Validation rules
BR-S-05
A standard-rated (S) line must have a VAT rate greater than zero.
- Rule
BR-S-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 the applicable rate (Germany: 19 or 7), or use vat_category "Z" / "E".
BR-S-05 auf Deutsch — was bedeutet der Fehler?
Eine Position mit Umsatzsteuer-Kategorie S (Normalsatz) muss einen Steuersatz größer 0 tragen.
So beheben Sie den Fehler
Setzen Sie line.vat auf den gültigen Satz (Deutschland: 19 oder 7) — oder verwenden Sie die Kategorie "Z" (Nullsatz) bzw. "E" (steuerbefreit).
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.