BR-S-09:VAT amount is calculated incorrectly
Fix: Invoice Navigator automatically fixes this issue by correcting the `cbc:TaxAmount` element in your Invoice (BR-S-09). Upload your invoice to fix this automatically.
The VAT amount in the standard-rated breakdown does not match the taxable amount multiplied by the tax rate. For example, if the taxable amount is 1,000.00 and the rate is 21%, the VAT amount should be 210.00.
Engine Classification
Recalculates the VAT amount as taxable amount × rate / 100
Confidence: 95% · Applied automatically in pipeline
What is BR-S-09?
BR-S-09 is a fatal validation rule defined in the EN 16931 specification. It validates the TaxAmount element under TaxSubtotal in the UBL invoice XML.
When this rule fires, the invoice is rejected by Peppol access points and never reaches the buyer.
Target path: cac:TaxTotal/cac:TaxSubtotal/cbc:TaxAmount
Why This Error Matters
Invoice will be rejected. Standard rated VAT (category S) requires seller VAT registration, positive VAT rate, and correct tax calculations. Missing elements prevent tax compliance verification.
BR-S-09 is a hard failure — the invoice must be corrected and re-sent before it can reach the recipient.
An incorrect VAT amount means the buyer pays the wrong amount of tax. The tax authority will flag the discrepancy. The buyer cannot reclaim the correct input VAT.
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-S-09
- ·Specification: EN 16931
How to Fix It
Check the taxable amount
Find the TaxableAmount in the standard-rated VAT breakdown.
Multiply by the rate
The VAT amount should be: taxable amount × rate ÷ 100. For 21%: 1000.00 × 21 ÷ 100 = 210.00.
Update the tax amount
Set the TaxAmount to the calculated value. Round to 2 decimal places.
Before / After
<cac:TaxSubtotal> <cbc:TaxAmount>999.99</cbc:TaxAmount> <!-- Does not match expected calculation --> </cac:TaxSubtotal>
<cac:TaxSubtotal> <cbc:TaxAmount>100.00</cbc:TaxAmount> <!-- Matches expected calculation --> </cac:TaxSubtotal>
Technical Reference
cac:TaxTotal/cac:TaxSubtotal/cbc:TaxAmountCommon Causes
- ·Rounding error in tax calculation
- ·Tax rate changed without recalculating the amount
- ·ERP uses a different rounding method than EN16931
Seeing this in production? The API handles BR-S-09 automatically. See the fix response →
Commonly Seen In
Frequently Asked Questions
The VAT amount in the standard-rated breakdown does not match the taxable amount multiplied by the tax rate. For example, if the taxable amount is 1,000.00 and the rate is 21%, the VAT amount should be 210.00.
Invoice Navigator automatically fixes this issue by correcting the `cbc:TaxAmount` element in your Invoice (BR-S-09). You can also use Invoice Navigator's compliance engine to correct this automatically in your pipeline.
Yes, BR-S-09 is a critical error that will cause invoice rejection. It must be fixed before submission.
Many instances of BR-S-09 can be automatically corrected using Invoice Navigator's compliance engine. The fix is applied in your pipeline with full audit evidence.
BR-S-09 is commonly seen in exports from All invoicing software. These packages sometimes generate invoices that need adjustment.
Related Errors
Related Content
Last updated: 27 February 2026
Validate your invoice
Drop your XML here to check for BR-S-09
Auto-fix BR-S-09 in seconds
Upload your invoice and we fix this error automatically. Financial fields are never touched.