BR-IC-08:The taxable amount for this VAT category must equal the sum of line amounts...
Fix: Recalculate the value in `cac:TaxSubtotal` to match the expected formula. Verify all contributing amounts are correct.
The taxable amount for this VAT category must equal the sum of line amounts minus allowances plus charges for this category (applies to `cac:TaxSubtotal`, rule BR-IC-08).
Engine Classification
Financial or legal field · Modification blocked by policy
Reason: VAT taxable amount calculation requires verification against source documents. Incorrect amounts could result in tax filing errors and penalties.
What is BR-IC-08?
BR-IC-08 is a fatal validation rule defined in the EN 16931 specification.
When this rule fires, the invoice is rejected by Peppol access points and never reaches the buyer.
Why This Error Matters
Invoice will be rejected. Intra-community supply (category IC) requires both seller and buyer VAT numbers for reverse charge mechanism. Missing elements prevent cross-border VAT compliance verification.
BR-IC-08 is a hard failure — the invoice must be corrected and re-sent before it can reach the recipient.
Validator Behavior
- ·Causes invoice rejection
- ·Error returned: BR-IC-08
- ·Specification: EN 16931
How to Fix It
Identify the issue in your invoice
The taxable amount for this VAT category must equal the sum of line amounts minus allowances plus charges for this category (applies to `cac:TaxSubtotal`, rule BR-IC-08).
Correct this in your invoicing software
Recalculate the value in `cac:TaxSubtotal` to match the expected formula. Verify all contributing amounts are correct.
Re-export and validate
Generate a new invoice export from your accounting system and re-validate to confirm BR-IC-08 is resolved.
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
Common Causes
- ·Intra-community breakdown shows non-zero taxable amount
- ·Category IC taxable base should reflect line amounts correctly
- ·cbc:TaxableAmount calculation error for IC category
- ·Sum of IC lines does not match breakdown taxable amount
- ·IC taxable base incorrectly computed or formatted
Seeing this in production? The API handles BR-IC-08 automatically. See the fix response →
Frequently Asked Questions
The taxable amount for this VAT category must equal the sum of line amounts minus allowances plus charges for this category (applies to `cac:TaxSubtotal`, rule BR-IC-08).
Recalculate the value in `cac:TaxSubtotal` to match the expected formula. Verify all contributing amounts are correct. You can also use Invoice Navigator's compliance engine to correct this automatically in your pipeline.
Yes, BR-IC-08 is a critical error that will cause invoice rejection. It must be fixed before submission.
Many instances of BR-IC-08 can be automatically corrected using Invoice Navigator's compliance engine. The fix is applied in your pipeline with full audit evidence.
Related Errors
Related Content
Last updated: 28 April 2026
Validate your invoice
Drop your XML here to check for BR-IC-08
Detect BR-IC-08 before submission
This error involves a financial field that can't be auto-modified. We'll flag it with a clear diagnosis so you can fix it at the source.