errorEN 16931

BR-AE-05:Reverse charge invoice line must have 0% VAT rate

When an invoice line uses the reverse charge VAT category, the VAT rate must be 0%. Reverse charge means the buyer accounts for VAT, so seller charges zero VAT.

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

Engine Classification

Set VAT rate to 0% for reverse charge invoice lines per EN16931 BR-AE-05

Confidence: 95% · Applied automatically in pipeline

What is BR-AE-05?

BR-AE-05 is a fatal validation rule defined in the EN 16931 specification. It validates the Percent element under Item > ClassifiedTaxCategory 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:InvoiceLine/cac:Item/cac:ClassifiedTaxCategory[cbc:ID='AE']/cbc:Percent

Why This Error Matters

Invoice will be rejected by validation. Reverse charge mechanism requires 0% VAT rate - any other rate is logically incorrect.

BR-AE-05 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-AE-05
  • ·Specification: EN 16931

How to Fix It

1.

Identify reverse charge lines

2.

Check VAT rate values

3.

Set rate to zero

4.

Verify consistency

5.

Validate the result

Before / After

Failing XML
<Invoice>
  <cac:InvoiceLine>INVALID_CODE</cac:InvoiceLine>
</Invoice>
Corrected XML
<Invoice>
  <cac:InvoiceLine>VALID_CODE</cac:InvoiceLine>
</Invoice>

Technical Reference

XPath//cac:InvoiceLine/cac:Item/cac:ClassifiedTaxCategory[cbc:ID='AE']/cbc:Percent
SpecEN 16931
Operationset_value
StrategySet VAT rate to 0% for reverse charge invoice lines per EN16931 BR-AE-05

Common Causes

  • ·Non-zero VAT rate applied to reverse charge line
  • ·Standard VAT rate left on line when changing to reverse charge
  • ·ERP did not automatically set rate to zero
  • ·Manual error when setting up reverse charge item
  • ·VAT rate field not cleared when category changed

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

See Also

Related Errors

Last updated: 27 February 2026

Share this guide:

Handle BR-AE-05 Automatically in Your Pipeline

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