CRATEAPI

BR-DEC-01

EN 16931 FATAL

The document-level allowance amount (BT-92) is written with more than 2 decimals. Monetary amounts in EN 16931 are capped at 2 decimal places.

How to fix it
  1. Serialize the amount with at most 2 decimals: 25.50, not 25.5000.
  2. Fix the formatter, not the stored value - internal precision may stay higher.
Official rule text
The allowed maximum number of decimals for the Document level allowance amount (BT-92) is 2.

Developers also reach this page searching for an “invoice validation error”, an “e-invoice rejected” message, or how to fix a failed EN 16931 compliance check — it's the same issue, explained above.

Fix it faster

Paste your invoice XML in our free validator - every finding comes with its rule ID. Then generate, convert and render compliant invoices through one API.

Related rules