Validation rules

BR-E-10

Lines use VAT category "E" (exempt) but no exemption reason (BT-120) or reason code (BT-121) is given.

Rule
BR-E-10official EN 16931 / XRechnung rule
Severity
error
Business term
BT-120 — VAT exemption reason
Field in your JSON
invoice.tax_exemptions[*].reason

How to fix it

Add invoice.tax_exemptions: [{ category: "E", reason: "Kleinunternehmerregelung § 19 UStG" }] — the common German case — or a VATEX reason_code.

BR-E-10 auf Deutsch — was bedeutet der Fehler?

Positionen verwenden die Umsatzsteuer-Kategorie "E" (steuerbefreit), aber es fehlt der Befreiungsgrund (BT-120) oder Befreiungscode (BT-121). Der häufigste deutsche Fall ist die Kleinunternehmerregelung.

So beheben Sie den Fehler

Ergänzen Sie invoice.tax_exemptions: [{ category: "E", reason: "Kleinunternehmerregelung § 19 UStG" }] — oder einen VATEX-reason_code.

Official sources

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.