errorEN 16931

BR-G-08:The taxable amount for this VAT category must equal the sum of line amounts...

The taxable amount for this VAT category must equal the sum of line amounts minus allowances plus charges for this category.

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

Engine Classification

Recalculate export taxable amount from sum of line amounts per EN16931 BR-G-08

Confidence: 90% · Applied automatically in pipeline

What is BR-G-08?

BR-G-08 is a fatal validation rule defined in the EN 16931 specification. It validates the TaxableAmount element under TaxSubtotal[cac:TaxCategory > ID='G'] 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='G']/cbc:TaxableAmount

Why This Error Matters

Invoice will be rejected. Export outside EU (category G) transactions require complete zero-rate VAT breakdown with exemption justification. Missing elements prevent customs and tax verification of export treatment.

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

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

XPath//cac:TaxTotal/cac:TaxSubtotal[cac:TaxCategory/cbc:ID='G']/cbc:TaxableAmount
SpecEN 16931
Operationrecalculate
StrategyRecalculate export taxable amount from sum of line amounts per EN16931 BR-G-08

Common Causes

  • ·Export VAT breakdown shows tax amount when must be zero
  • ·cbc:TaxAmount in category G breakdown is not 0.00
  • ·Tax calculated on export items despite zero-rate requirement
  • ·VAT amount field contains value instead of zero for exports
  • ·Tax engine computed amount when export rate should be 0%

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

See Also

Related Errors

Last updated: 27 February 2026

Share this guide:

Handle BR-G-08 Automatically in Your Pipeline

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