BR-DEX-13
Die maximale Anzahl zulässiger Nachkommastellen für das Element "Third party payment amount" (BT-DEX-002) ist 2.
What does this rule mean?
The third-party payment amount (BT-DEX-002) has more than two decimal places.
Monetary amounts on the invoice are fixed at two decimals; more digits produce rounding differences at the receiver.
Official rule message (standard)
Die maximale Anzahl zulässiger Nachkommastellen für das Element "Third party payment amount" (BT-DEX-002) ist 2.
Official rule message from the standard.
Where the rule applies
Syntax: UBL
Affected element (XPath):
/ubl:Invoice/cac:PrepaidPayment[$isExtension]
Technical test
The rule passes when this Schematron expression holds true:
string-length(substring-after(cbc:PaidAmount, '.')) <= 2How to fix it
A missing or incorrect business entry only you can supply. Add or correct it, then re-check.
Round the amount to two decimal places.
Correct the affected entry in your XML, then re-check the invoice. Validation runs locally in your browser — your file never leaves your machine.
Check an e-invoice here
Drop an XML or ZUGFeRD PDF file here. Validation runs locally in your browser against EN 16931 — your file never leaves your machine.