errorbusinessEN 16931

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.

Severity
Fatal
Rule set
EN 16931
Country
All EU
Fix type
AUTO-FIX
Confidence
95%
Category
calculation

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

1.

Check the taxable amount

Find the TaxableAmount in the standard-rated VAT breakdown.

2.

Multiply by the rate

The VAT amount should be: taxable amount × rate ÷ 100. For 21%: 1000.00 × 21 ÷ 100 = 210.00.

3.

Update the tax amount

Set the TaxAmount to the calculated value. Round to 2 decimal places.

Before / After

Failing XML
<cac:TaxSubtotal>
  <cbc:TaxAmount>999.99</cbc:TaxAmount>
  <!-- Does not match expected calculation -->
</cac:TaxSubtotal>
Corrected XML
<cac:TaxSubtotal>
  <cbc:TaxAmount>100.00</cbc:TaxAmount>
  <!-- Matches expected calculation -->
</cac:TaxSubtotal>

Technical Reference

XPathcac:TaxTotal/cac:TaxSubtotal/cbc:TaxAmount
SpecEN 16931
Operationrecalculate
StrategyRecalculates the VAT amount as taxable amount × rate / 100

Common 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

All invoicing software

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

Share this guide:

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.