Validation rules
UBL-SR-44
The document carries more than one distinct cbc:PaymentID value — the payment reference (BT-83) must be unique; the same value may be repeated on multiple payment means.
- Rule
UBL-SR-44— official EN 16931 / XRechnung rule- Severity
- error
- Business term
BT-83— Remittance information- Field in your JSON
invoice.payment.reference- Detected by
- tier 3 — KoSIT validator (authoritative)
- Reachability
- Only reachable when validating your own XML — normbill-generated documents cannot trigger it
The serializer emits at most one PaymentID, from invoice.payment.reference.
How to fix it
Use one payment reference for the whole invoice; repeat the identical value if several PaymentMeans need it.
UBL-SR-44 auf Deutsch — was bedeutet der Fehler?
Der KoSIT-Validator lehnt die Rechnung ab, weil das Dokument mehrere unterschiedliche cbc:PaymentID-Werte trägt — der Verwendungszweck (BT-83) muss eindeutig sein; derselbe Wert darf auf mehreren Zahlungswegen wiederholt werden.
So beheben Sie den Fehler
Verwenden Sie einen Verwendungszweck für die gesamte Rechnung; wiederholen Sie bei mehreren PaymentMeans denselben Wert.
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.