errorDEUXRechnung (Germany)

BR-DE-24-b:Payment code 48, 54, or 55 (card payment) must not include Credit Transfer...

Payment code 48, 54, or 55 (card payment) must not include Credit Transfer (BG-17) or Direct Debit (BG-19) sections.

Severity
Fatal
Rule set
XRechnung (Germany)
Country
DEU
Fix type
AUTO-FIX
Confidence
80%
Category
structural

Engine Classification

Ensure debited account ID is present for SEPA direct debit (code 59)

Confidence: 80% · Applied automatically in pipeline

What is BR-DE-24-b?

BR-DE-24-b is a fatal validation rule defined in the XRechnung (Germany) specification (DEU national rules). It validates the ID element under PaymentMandate > PayerFinancialAccount 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:PaymentMeans[cbc:PaymentMeansCode='59']/cac:PaymentMandate/cac:PayerFinancialAccount/cbc:ID

Why This Error Matters

Invoice rejected. Conflicting payment methods cause processing errors.

BR-DE-24-b 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
  • ·Rejected by XRechnung endpoints
  • ·Error returned: BR-DE-24-b
  • ·Specification: XRechnung (Germany)

Before / After

Failing XML
<cac:PaymentMeans>
  <cac:PayeeFinancialAccount>INVALID_CODE</cac:PayeeFinancialAccount>
</cac:PaymentMeans>
Corrected XML
<cac:PaymentMeans>
  <cac:PayeeFinancialAccount>VALID_CODE</cac:PayeeFinancialAccount>
</cac:PaymentMeans>

Technical Reference

XPath//cac:PaymentMeans[cbc:PaymentMeansCode='59']/cac:PaymentMandate/cac:PayerFinancialAccount/cbc:ID
SpecXRechnung (Germany)
Operationset_default
StrategyEnsure debited account ID is present for SEPA direct debit (code 59)

Common Causes

  • ·Card payment has transfer or mandate details
  • ·PaymentMeansCode 48/54/55 with BG-17 or BG-19 present
  • ·Mixed payment types in single payment instruction
  • ·Transfer/mandate sections not removed for card payment
  • ·Template exports all payment sections regardless of type

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

Related Errors

Last updated: 27 February 2026

Share this guide:

Handle BR-DE-24-b Automatically in Your Pipeline

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