errorEN 16931

BR-54:Corrective invoice must reference original

Corrective invoices (type 384) must reference the invoice being corrected.

Severity
Fatal
Rule set
EN 16931
Country
All EU
Fix type
INPUT REQUIRED
Confidence
85%
Category
structural

Engine Classification

Business data required · Explicit input workflow · No assumptions made

Required input: Original Invoice Number

What is BR-54?

BR-54 is a fatal validation rule defined in the EN 16931 specification. It validates the ram:BillingSpecifiedPeriod element 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: ram:SpecifiedLineTradeSettlement/ram:BillingSpecifiedPeriod

Why This Error Matters

Invoice rejected. Product attributes must have both name and value to be meaningful.

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

How to Fix It

1.

Add reference

BillingReference/InvoiceDocumentReference

2.

Include ID

Original invoice number

3.

Include date

Original invoice issue date

Before / After

Failing XML
<Invoice>
  <!-- Issue: Corrective invoices (type 384) must reference the invoice be -->
</Invoice>
Corrected XML
<Invoice>
  <!-- Issue resolved per EN 16931 -->
</Invoice>

Technical Reference

XPathram:SpecifiedLineTradeSettlement/ram:BillingSpecifiedPeriod
SpecEN 16931
Operationderive
StrategyRequires user input: Missing attribute name or value. Cannot auto-fill because attributes contain product-specific information.

Code Example

<cbc:InvoiceTypeCode>384</cbc:InvoiceTypeCode>
<cac:BillingReference>
  <cac:InvoiceDocumentReference>
    <cbc:ID>INV-2024-001000</cbc:ID>
    <cbc:IssueDate>2024-11-15</cbc:IssueDate>
  </cac:InvoiceDocumentReference>
</cac:BillingReference>

Common Causes

  • ·Item attribute added with missing name or value
  • ·AdditionalItemProperty missing Name or Value element
  • ·Custom attribute partially filled in source
  • ·Template exports empty attribute placeholders
  • ·Attribute name present but value field empty

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

Commonly Seen In

All invoicing software

Frequently Asked Questions

Corrective invoices (type 384) must reference the invoice being corrected.

This requires user input to resolve. Add a `cac:BillingReference` with the original Invoice reference. Invoice Navigator detects this error and prompts for the required business data before applying a safe fix.

Yes, BR-54 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-54 requires specific business data to resolve. Invoice Navigator detects the error and guides you through providing the needed information, then applies the fix with full audit documentation.

BR-54 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

Share this guide:

Resolve BR-54 with Guided Input

The compliance engine detects this error and prompts for the required business data before applying a safe, auditable fix.