BR-53:VAT amount in accounting currency is missing
Your invoice declares a tax accounting currency (different from the invoice currency), but the total VAT amount in that accounting currency is not provided. When using a separate tax currency, you must include the VAT total in both currencies.
Engine Classification
Financial or legal field · Modification blocked by policy
Reason: The VAT amount in accounting currency requires a currency conversion using the exchange rate applicable on the invoice date. This calculation must be done in your accounting system, which has access to the correct exchange rates. We cannot safely guess the rate.
What is BR-53?
BR-53 is a fatal validation rule defined in the EN 16931 specification. It validates the AccountingCost element under Invoice > InvoiceLine 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: XPath: /Invoice/cbc:AccountingCost or /Invoice/cac:InvoiceLine/cbc:AccountingCost
Why This Error Matters
Invoice rejected. Tax reporting requires VAT amounts in the accounting currency for proper bookkeeping.
BR-53 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.
Validator Behavior
- ·Causes invoice rejection
- ·Error returned: BR-53
- ·Specification: EN 16931
How to Fix It
Before / After
<Invoice> <cbc:TaxCurrencyCode>999.99</cbc:TaxCurrencyCode> <!-- Does not match expected calculation --> </Invoice>
<Invoice> <cbc:TaxCurrencyCode>100.00</cbc:TaxCurrencyCode> <!-- Matches expected calculation --> </Invoice>
Technical Reference
XPath: /Invoice/cbc:AccountingCost or /Invoice/cac:InvoiceLine/cbc:AccountingCostCode Example
<cbc:AccountingCost>CC-4500-001</cbc:AccountingCost>
<!-- Or per line -->
<cac:InvoiceLine>
<cbc:AccountingCost>PROJECT-ABC</cbc:AccountingCost>
</cac:InvoiceLine>Common Causes
- ·VAT accounting currency specified but amount missing
- ·TaxCurrencyCode set without TaxAmount in that currency
- ·Dual currency invoice missing converted VAT total
- ·Currency conversion not applied to tax amounts
- ·Template has currency code but not converted amount field
Seeing this in production? The API handles BR-53 automatically. See the fix response →
Commonly Seen In
Frequently Asked Questions
AccountingCost can provide buyer cost center or account code.
Update the `cbc:TaxCurrencyCode` element to use a value from the allowed code list. This error involves a protected field — Invoice Navigator flags it in your pipeline so your team can correct it at the source.
BR-53 is a warning that may not always cause rejection, but it indicates a potential compliance issue that should be addressed to ensure full compatibility.
BR-53 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.
BR-53 is commonly seen in exports from All invoicing software. These software packages sometimes generate invoices that need adjustment to meet full compliance standards.
Related Content
Last updated: 3 March 2026
Detect BR-53 Before Submission
This error involves a financial or legal field that cannot be auto-modified. The compliance engine flags it immediately with a clear diagnosis so your team can fix it at the source.