Faktura

BR-DEX-13

fatalXRechnung 3.0.2 (Germany)profileUBL

Die maximale Anzahl zulässiger Nachkommastellen für das Element "Third party payment amount" (BT-DEX-002) ist 2.

Why it fails

The third-party payment amount has more than two decimal places.

How to fix it

Round BT-DEX-002 to 2 decimals and write it as a fixed-point string.

What the validator checks

UBL — context

string-length(substring-after(cbc:PaidAmount, '.')) <= 2

Related rules

Part of BR-DEX — XRechnung extension.

Validate an invoice against this rule →