BR-DEC-27:The allowed maximum number of decimals for the Invoice line charge amount...
The invoice line charge amount has too many decimal places. Line-level charge amounts must have a maximum of 2 decimal places.
Engine Classification
Round invoice line charge amount to 2 decimal places per EN16931
Confidence: 95% · Applied automatically in pipeline
What is BR-DEC-27?
BR-DEC-27 is a fatal validation rule defined in the EN 16931 specification. It validates the Amount element under AllowanceCharge in the UBL invoice XML.
When this rule fires, the invoice is non-compliant and will be rejected by Peppol access points and national validation services. The sending system receives a rejection response and the invoice does not reach the buyer.
Target path: //cac:InvoiceLine/cac:AllowanceCharge[cbc:ChargeIndicator='true']/cbc:Amount
Why This Error Matters
Invoice will be rejected by validation. Line charges affect line net amount and must have proper precision.
BR-DEC-27 is a hard failure. Invoices that trigger this rule are rejected at the access point and never reach the recipient. In Peppol networks, this means your sending system receives an MLR (Message Level Response) with a rejection status. The invoice must be corrected and re-sent, adding delay to your payment cycle.
Invoice Navigator can automatically correct this error in your pipeline. The fix is applied with full audit evidence, so your compliance trail remains intact.
Validator Behavior
- ·Causes invoice rejection
- ·Error returned: BR-DEC-27
- ·Specification: EN 16931
Before / After
<Invoice> <!-- Issue: The allowed maximum number of decimals for the Invoice line --> </Invoice>
<Invoice> <!-- Issue resolved per EN 16931 --> </Invoice>
Technical Reference
//cac:InvoiceLine/cac:AllowanceCharge[cbc:ChargeIndicator='true']/cbc:AmountCommon Causes
- ·Charge percentage calculation produced extra decimals
- ·Charge amount entered with excess precision
- ·ERP surcharge calculation preserves full precision
- ·Manual charge entry error
- ·Import with different decimal rules
Seeing this in production? The API handles BR-DEC-27 automatically. See the fix response →
See Also
Related Errors
Last updated: 27 February 2026
Handle BR-DEC-27 Automatically in Your Pipeline
The compliance engine auto-remediates this error with controlled safety policies and evidence pack generation.