BR-E-08:VAT-exempt taxable amount doesn't add up
The taxable amount in the VAT-exempt breakdown does not match the sum of exempt line items, charges, and allowances. The taxable base must equal: sum of line amounts with category E, plus charges with category E, minus allowances with category E.
Engine Classification
Recalculates the exempt taxable amount from category E lines, charges, and allowances
Confidence: 90% · Applied automatically in pipeline
What is BR-E-08?
BR-E-08 is a fatal validation rule defined in the EN 16931 specification. It validates the TaxableAmount element under TaxSubtotal 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:TaxTotal/cac:TaxSubtotal/cbc:TaxableAmount
Why This Error Matters
Invoice will be rejected. VAT exempt (category E) transactions must include all mandatory elements in the VAT breakdown. Missing elements prevent tax authorities from verifying exempt status compliance.
BR-E-08 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-E-08
- ·Specification: EN 16931
How to Fix It
Sum the exempt line items
Add up all line net amounts that use VAT category E (exempt from VAT).
Include charges and allowances
Add exempt charges, subtract exempt allowances.
Update the VAT breakdown
Set the TaxableAmount in the E breakdown to match.
Before / After
<cac:TaxTotal> <cac:TaxSubtotal>999.99</cac:TaxSubtotal> <!-- Does not match expected calculation --> </cac:TaxTotal>
<cac:TaxTotal> <cac:TaxSubtotal>100.00</cac:TaxSubtotal> <!-- Matches expected calculation --> </cac:TaxTotal>
Technical Reference
cac:TaxTotal/cac:TaxSubtotal/cbc:TaxableAmountCommon Causes
- ·Line items changed without updating VAT summary
- ·Mixed exempt and taxed items incorrectly categorized
Seeing this in production? The API handles BR-E-08 automatically. See the fix response →
Commonly Seen In
See Also
Related Errors
Last updated: 27 February 2026
Handle BR-E-08 Automatically in Your Pipeline
The compliance engine auto-remediates this error with controlled safety policies and evidence pack generation.