DE-R-002:Seller contact information missing
German invoices must include contact information for the seller — a contact person name, telephone number, and email address. This is required by German e-invoicing regulations.
Engine Classification
Business data required · Explicit input workflow · No assumptions made
Required input: Contact Person Name, Contact Telephone, Contact Email
What is DE-R-002?
DE-R-002 is a fatal validation rule defined in the EN 16931 specification (DEU national rules). It validates the Name element under Party > Contact 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: /Invoice/cac:AccountingSupplierParty/cac:Party/cac:Contact/cbc:Name
Why This Error Matters
Invoice will be rejected by German XRechnung validators. Germany has additional mandatory fields beyond EN16931 baseline, including seller contact details, complete addresses, and buyer reference (Leitweg-ID).
DE-R-002 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
- ·Rejected by XRechnung endpoints
- ·Error returned: DE-R-002
- ·Specification: EN 16931
How to Fix It
Before / After
<cac:Party> <cac:Contact><!-- invalid or missing value --></cac:Contact> </cac:Party>
<cac:Party> <cac:Contact>correct-value</cac:Contact> </cac:Party>
Technical Reference
/Invoice/cac:AccountingSupplierParty/cac:Party/cac:Contact/cbc:NameCommon Causes
- ·German invoice missing seller contact group
- ·BG-6 SELLER CONTACT not provided
- ·cac:Contact under seller party required
- ·Seller contact details mandatory for XRechnung
- ·German public sector requires contactable seller
Seeing this in production? The API handles DE-R-002 automatically. See the fix response →
See Also
Last updated: 27 February 2026
Handle DE-R-002 Automatically in Your Pipeline
The compliance engine auto-remediates this error with controlled safety policies and evidence pack generation.