BR-O-02:VAT identifier found but invoice is marked as not subject to VAT
Your invoice uses VAT category "O" (Not subject to VAT) on one or more lines, but the seller has a VAT identification number. These two things contradict each other — if VAT does not apply, the seller should not have a VAT ID on this invoice.
Engine Classification
Present user with choice: remove seller VAT identifier (if truly not subject to VAT) or change the tax category to the correct one (if VAT applies)
Confidence: 70% · Applied automatically in pipeline
What is BR-O-02?
BR-O-02 is a fatal validation rule defined in the EN 16931 specification. It validates the CompanyID element under Party > PartyTaxScheme 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: /Invoice/cac:AccountingSupplierParty/cac:Party/cac:PartyTaxScheme/cbc:CompanyID
Why This Error Matters
Invoice will be rejected. "Not subject to VAT" (category O) has strict rules: no VAT identifiers allowed, no other categories permitted, and exemption reason required. Non-compliance prevents validation.
BR-O-02 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-O-02
- ·Specification: EN 16931
How to Fix It
Before / After
<Invoice> <cac:InvoiceLine>-100.00</cac:InvoiceLine> </Invoice>
<Invoice> <cac:InvoiceLine>100.00</cac:InvoiceLine> </Invoice>
Technical Reference
/Invoice/cac:AccountingSupplierParty/cac:Party/cac:PartyTaxScheme/cbc:CompanyIDCommon Causes
- ·Category O line found but seller VAT identifier present
- ·"Not subject to VAT" transactions must not have seller BT-31
- ·Seller cac:PartyTaxScheme included when O category used
- ·VAT registration incompatible with out-of-scope category
- ·Template includes VAT ID despite non-VAT transaction type
Seeing this in production? The API handles BR-O-02 automatically. See the fix response →
See Also
Related Errors
Last updated: 27 February 2026
Handle BR-O-02 Automatically in Your Pipeline
The compliance engine auto-remediates this error with controlled safety policies and evidence pack generation.