errorEN 16931

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.

Severity
Fatal
Rule set
EN 16931
Country
All EU
Fix type
BLOCKED

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

This error requires manual correction — financial fields are protected by policy.Test This Error ↓

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

Failing XML
<Invoice>
  <cbc:TaxCurrencyCode>999.99</cbc:TaxCurrencyCode>
  <!-- Does not match expected calculation -->
</Invoice>
Corrected XML
<Invoice>
  <cbc:TaxCurrencyCode>100.00</cbc:TaxCurrencyCode>
  <!-- Matches expected calculation -->
</Invoice>

Technical Reference

XPathXPath: /Invoice/cbc:AccountingCost or /Invoice/cac:InvoiceLine/cbc:AccountingCost
SpecEN 16931
StrategyCannot auto-fix: the VAT amount in accounting currency requires an exchange rate that must come from the source accounting system

Code 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

All invoicing software

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

Share this guide:

Handle BR-53 Automatically in Your Pipeline

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