Validation rules
BR-CL-04
The invoice currency code (BT-5) is not part of ISO 4217.
- Rule
BR-CL-04— official EN 16931 / XRechnung rule- Severity
- error
- Business term
BT-5— Invoice currency- Field in your JSON
invoice.currency
How to fix it
Set invoice.currency to a real ISO 4217 alpha-3 code, e.g. "EUR", "USD" or "CHF".
BR-CL-04 auf Deutsch — was bedeutet der Fehler?
Die Rechnungswährung (BT-5) ist kein Code der ISO-4217-Liste. Das Eingabeschema prüft nur das Format (drei Großbuchstaben) — ein erfundener Code wie "EUZ" fällt erst beim KoSIT-Validator auf, der das Dokument ablehnt.
So beheben Sie den Fehler
Setzen Sie invoice.currency auf einen echten ISO-4217-Code, z. B. "EUR", "USD" oder "CHF".
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.