BR-AG-10:IPSI VAT breakdown must NOT have exemption reason
An IPSI VAT breakdown must NOT have a VAT exemption reason code or text. IPSI is a positive tax (like standard VAT), so exemption reasons are not applicable.
Engine Classification
Remove VAT exemption reason from IPSI breakdown per EN16931 BR-AG-10
Confidence: 95% · Applied automatically in pipeline
What is BR-AG-10?
BR-AG-10 is a fatal validation rule defined in the EN 16931 specification. It validates the TaxExemptionReasonCode element under ID='M'] > TaxCategory 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[cac:TaxCategory/cbc:ID='M']/cac:TaxCategory/cbc:TaxExemptionReasonCode
Why This Error Matters
Invoice will be rejected. IPSI (Ceuta/Melilla indirect tax) transactions must follow specific rules for Spanish territory tax compliance.
BR-AG-10 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-AG-10
- ·Specification: EN 16931
How to Fix It
Locate IPSI VAT breakdown
Check for exemption reason
Remove exemption reason code
Remove exemption reason text
Validate the result
Before / After
<cac:TaxTotal> <cac:TaxSubtotal>-100.00</cac:TaxSubtotal> </cac:TaxTotal>
<cac:TaxTotal> <cac:TaxSubtotal>100.00</cac:TaxSubtotal> </cac:TaxTotal>
Technical Reference
//cac:TaxTotal/cac:TaxSubtotal[cac:TaxCategory/cbc:ID='M']/cac:TaxCategory/cbc:TaxExemptionReasonCodeCommon Causes
- ·IPSI breakdown includes exemption reason (not allowed)
- ·TaxExemptionReason added to non-exempt IPSI category
- ·Template includes exemption fields for all tax categories
- ·Export incorrectly added exemption text to IPSI
- ·Copy from exempt category included reason fields
Seeing this in production? The API handles BR-AG-10 automatically. See the fix response →
See Also
Related Errors
Last updated: 27 February 2026
Handle BR-AG-10 Automatically in Your Pipeline
The compliance engine auto-remediates this error with controlled safety policies and evidence pack generation.