BR-E-01:An Invoice that contains an Invoice line (BG-25), a Document level allowance...
When using VAT category E (exempt), an exemption reason must be provided.
Engine Classification
Financial or legal field · Modification blocked by policy
What is BR-E-01?
BR-E-01 is a fatal validation rule defined in the EN 16931 specification. It validates the TaxCategory element under TaxTotal > 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: XPath: /Invoice/cac:TaxTotal/cac:TaxSubtotal/cac:TaxCategory[cbc:ID="E"]
Why This Error Matters
Invoice will be rejected. VAT exempt (category E) transactions must follow specific rules including zero rate and seller tax identification.
BR-E-01 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.
Validator Behavior
- ·Causes invoice rejection
- ·Error returned: BR-E-01
- ·Specification: EN 16931
How to Fix It
Verify exemption
E is for VAT exempt supplies
Add reason code
Use VATEX-EU-* codes (e.g., VATEX-EU-132 for medical)
Document basis
Reference the legal exemption article
Before / After
<Invoice> <cac:InvoiceLine>999.99</cac:InvoiceLine> <!-- Does not match expected calculation --> </Invoice>
<Invoice> <cac:InvoiceLine>100.00</cac:InvoiceLine> <!-- Matches expected calculation --> </Invoice>
Technical Reference
XPath: /Invoice/cac:TaxTotal/cac:TaxSubtotal/cac:TaxCategory[cbc:ID="E"]Code Example
<cac:TaxCategory>
<cbc:ID>E</cbc:ID>
<cbc:TaxExemptionReasonCode>VATEX-EU-132</cbc:TaxExemptionReasonCode>
<cbc:TaxExemptionReason>Medical services exemption under Article 132</cbc:TaxExemptionReason>
<cac:TaxScheme>
<cbc:ID>VAT</cbc:ID>
</cac:TaxScheme>
</cac:TaxCategory>Common Causes
- ·Exempt VAT category used but breakdown missing
- ·Lines/allowances/charges use code E but no E breakdown
- ·VAT exempt items without corresponding BG-23 entry
- ·Tax breakdown not generated for exempt category
- ·Export template missing exempt VAT breakdown section
Seeing this in production? The API handles BR-E-01 automatically. See the fix response →
Commonly Seen In
Frequently Asked Questions
When using VAT category E (exempt), an exemption reason must be provided.
Add TaxExemptionReasonCode for exempt supplies. You can also use Invoice Navigator's automatic Fixer tool to correct this instantly.
Yes, BR-E-01 is a critical error that will cause invoice rejection. It must be fixed before submission to ensure your invoice is accepted by the recipient's system.
Many instances of BR-E-01 can be automatically corrected using Invoice Navigator's Fixer tool. Upload your invoice and the tool will identify and fix common issues, including vat exemption requires reason.
BR-E-01 is commonly seen in exports from All invoicing software. These software packages sometimes generate invoices that need adjustment to meet full compliance standards.
See Also
Related Errors
Last updated: 27 February 2026
Handle BR-E-01 Automatically in Your Pipeline
The compliance engine auto-remediates this error with controlled safety policies and evidence pack generation.