Engine Classification
Financial or legal field · Modification blocked by policy
Reason: German XRechnung requires VAT rate on all tax breakdowns. The rate must reflect the actual tax rate applied per German tax law.
What is BR-DE-14?
BR-DE-14 is a fatal validation rule defined in the XRechnung (Germany) specification (DEU national rules). It validates the Percent element under TaxCategory in the UBL invoice XML.
When this rule fires, the invoice is rejected by Peppol access points and never reaches the buyer.
Target path: XPath: //cac:TaxCategory/cbc:Percent
Why This Error Matters
Invoice rejected. VAT rates are mandatory for German tax compliance.
BR-DE-14 is a hard failure — the invoice must be corrected and re-sent before it can reach the recipient.
Validator Behavior
- ·Causes invoice rejection
- ·Rejected by XRechnung endpoints
- ·Error returned: BR-DE-14
- ·Specification: XRechnung (Germany)
How to Fix It
Check all categories
Each TaxCategory needs Percent
Add rate
Use 0 for exempt categories
Before / After
<Invoice> <!-- Issue: German XRechnung requires explicit VAT rates for all tax cat --> </Invoice>
<Invoice> <!-- Issue resolved per XRechnung (Germany) --> </Invoice>
Technical Reference
XPath: //cac:TaxCategory/cbc:PercentCommon Causes
- ·VAT category rate missing in XRechnung
- ·BT-119 VAT category rate not transmitted
- ·German invoice requires explicit VAT rate percentage
- ·TaxCategory/Percent element missing
- ·Tax breakdown without rate specification
Seeing this in production? The API handles BR-DE-14 automatically. See the fix response →
Frequently Asked Questions
VAT rate must always be specified in XRechnung.
Review your Invoice XML structure and correct the issue described by this rule. Check relevant cbc: and cac: elements per XRechnung (Germany). This error involves a protected field — Invoice Navigator flags it in your pipeline so your team can correct it at the source.
Yes, BR-DE-14 is a critical error that will cause invoice rejection. It must be fixed before submission to ensure your invoice is accepted by the recipient's system.
BR-DE-14 involves a financial or legal field that cannot be auto-modified by policy. Invoice Navigator detects and flags this error immediately, but the correction must be made manually in your ERP or invoicing software.
Related Errors
Related Content
Last updated: 3 March 2026
Validate your invoice
Drop your XML here to check for BR-DE-14
Detect BR-DE-14 before submission
This error involves a financial field that can't be auto-modified. We'll flag it with a clear diagnosis so you can fix it at the source.