errorEN 16931

BR-66:An Invoice shall contain maximum one Payment Card account (BG-18).

The invoice contains multiple Payment Card accounts (BG-18). Only one card payment method is allowed per invoice.

Severity
Fatal
Rule set
EN 16931
Country
All EU
Fix type
AUTO-FIX
Confidence
85%
Category
calculation

Engine Classification

Recalculate line extension amount from quantity and price

Confidence: 85% · Applied automatically in pipeline

What is BR-66?

BR-66 is a fatal validation rule defined in the EN 16931 specification. It validates the LineExtensionAmount 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: //cac:InvoiceLine/cbc:LineExtensionAmount

Why This Error Matters

Invoice rejected. Ambiguous payment instructions - which card should be used?

BR-66 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.

Invoice Navigator can automatically correct this error in your pipeline. The fix is applied with full audit evidence, so your compliance trail remains intact.

Validator Behavior

  • ·Causes invoice rejection
  • ·Error returned: BR-66
  • ·Specification: EN 16931

How to Fix It

1.

Locate Payment Card sections

2.

Count Payment Card accounts

3.

Compare card details

4.

Keep first or flag for review

5.

Remove duplicate sections

6.

Validate the result

Before / After

Failing XML
<cac:PaymentMeans>
  <cac:CardAccount><!-- invalid or missing value --></cac:CardAccount>
</cac:PaymentMeans>
Corrected XML
<cac:PaymentMeans>
  <cac:CardAccount>correct-value</cac:CardAccount>
</cac:PaymentMeans>

Technical Reference

XPath//cac:InvoiceLine/cbc:LineExtensionAmount
SpecEN 16931
Operationrecalculate
StrategyRecalculate line extension amount from quantity and price

Common Causes

  • ·Multiple PaymentCard sections added to invoice
  • ·ERP allows multiple card payment options but EN16931 only permits one
  • ·Template duplicated payment card section
  • ·Data migration merged multiple payment records
  • ·Manual XML editing introduced duplicate card details

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

See Also

Related Errors

Last updated: 27 February 2026

Share this guide:

Handle BR-66 Automatically in Your Pipeline

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