errorEN 16931

BR-Z-08:Zero-rated taxable amount doesn't add up

The taxable amount in the zero-rated VAT breakdown does not match the sum of zero-rated line items, charges, and allowances. The taxable base must equal: sum of line amounts with category Z, plus charges with category Z, minus allowances with category Z.

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

Engine Classification

Recalculates the zero-rated taxable amount from category Z lines, charges, and allowances

Confidence: 90% · Applied automatically in pipeline

What is BR-Z-08?

BR-Z-08 is a fatal validation rule defined in the EN 16931 specification. It validates the TaxableAmount element under TaxSubtotal 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/cbc:TaxableAmount

Why This Error Matters

Invoice will be rejected. Zero rated VAT (category Z) requires seller VAT registration, 0% rate, and correct breakdown. Zero rate is different from exemption - it still requires tax compliance.

BR-Z-08 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-Z-08
  • ·Specification: EN 16931

How to Fix It

1.

Sum the zero-rated items

Add up all line net amounts that use VAT category Z (zero rate).

2.

Include charges and allowances

Add zero-rated charges, subtract zero-rated allowances.

3.

Update the VAT breakdown

Set the TaxableAmount in the Z breakdown to match.

Before / After

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

Technical Reference

XPathcac:TaxTotal/cac:TaxSubtotal/cbc:TaxableAmount
SpecEN 16931
Operationrecalculate
StrategyRecalculates the zero-rated taxable amount from category Z lines, charges, and allowances

Common Causes

  • ·Line items changed without updating VAT summary
  • ·Mixed zero-rated and standard-rated items

Seeing this in production? The API handles BR-Z-08 automatically. See the fix response →

Commonly Seen In

All invoicing software

See Also

Related Errors

Last updated: 27 February 2026

Share this guide:

Handle BR-Z-08 Automatically in Your Pipeline

The compliance engine auto-remediates this error with controlled safety policies and evidence pack generation.