DE-R-028:Invalid email format. The seller contact email (BT-43) must contain exactly one @ sign with at least two characters on e
Invalid email format. The seller contact email (BT-43) must contain exactly one @ sign with at least two characters on each side, and no dots at start or end.
Engine Classification
Requires user confirmation before application
What is DE-R-028?
DE-R-028 is a warning validation rule defined in the PEPPOL_BIS specification (DEU national rules). It validates the ElectronicMail element under Party > Contact in the UBL invoice XML.
This is a soft validation failure. The invoice may pass initial transmission, but non-compliant values in this field can cause problems during tax audits, buyer-side processing, or downstream VAT reconciliation.
Target path: //cac:AccountingSupplierParty/cac:Party/cac:Contact/cbc:ElectronicMail
Why This Error Matters
Invoice will be rejected by German XRechnung validators. German e-invoicing has specific format requirements for payment details, contact information, and attachments.
DE-R-028 is a soft failure. The invoice may pass initial validation, but the non-compliant field can cause issues at the receiving end — tax authorities may flag it during audits, buyer ERP systems may fail to process it, or VAT reconciliation may produce mismatches. Fixing warnings before they accumulate prevents larger compliance gaps.
Validator Behavior
- ·Generates validation warning
- ·Rejected by PEPPOL Access Points
- ·Rejected by XRechnung endpoints
- ·Error returned: DE-R-028
- ·Specification: PEPPOL_BIS
XML Example
Generic example based on the rule's target XPath. Your actual XML structure may differ.
<!-- Incorrect value --> <cbc:ElectronicMail>INVALID</cbc:ElectronicMail>
<!-- Corrected value --> <cbc:ElectronicMail>VALID_VALUE</cbc:ElectronicMail>
Technical Reference
//cac:AccountingSupplierParty/cac:Party/cac:Contact/cbc:ElectronicMailCommon Causes
- ·Seller email address format invalid
- ·BT-43 must contain exactly one @ with valid structure
- ·cbc:ElectronicMail missing @ or has invalid format
- ·Email has whitespace around @ or invalid characters
- ·Dot at start/end or adjacent to @ in email address
Seeing this in production? The API handles DE-R-028 automatically. See the fix response →
Last updated: 27 February 2026
Handle DE-R-028 Automatically in Your Pipeline
The compliance engine auto-remediates this error with controlled safety policies and evidence pack generation.