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.
Add AccountingCost for buyer accounting integration. You can also use Invoice Navigator's automatic Fixer tool to correct this instantly.
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.
Many instances of BR-53 can be automatically corrected using Invoice Navigator's Fixer tool. Upload your invoice and the tool will identify and fix common issues, including accounting cost code usage.
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.
See Also
Related Errors
Last updated: 27 February 2026
Handle BR-53 Automatically in Your Pipeline
The compliance engine auto-remediates this error with controlled safety policies and evidence pack generation.