Validation rules
BR-IC-09
The tax amount (BT-117) of the intra-community (K) breakdown must be 0.
- Rule
BR-IC-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 K lines (and vat: 0 on K allowances/charges) — any other rate makes normbill compute non-zero VAT for the group.
BR-IC-09 auf Deutsch — was bedeutet der Fehler?
Der Steuerbetrag (BT-117) der K-Aufschlüsselung (innergemeinschaftliche Lieferung) muss 0 sein — der KoSIT-Validator lehnt die Rechnung sonst ab.
So beheben Sie den Fehler
Setzen Sie line.vat auf 0 bei K-Positionen (und vat: 0 bei K-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.