DE-R-010:The element "Deliver to city" (BT-77) shall be provided if the group...
Delivery city is missing. When a delivery address is provided in German invoices, the delivery city (BT-77) is required.
Engine Classification
Business data required · Explicit input workflow · No assumptions made
Required input: VAT or tax number
What is DE-R-010?
DE-R-010 is a fatal validation rule defined in the EN 16931 specification (DEU national rules). It validates the CompanyID element under Party > PartyTaxScheme 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:AccountingSupplierParty/cac:Party/cac:PartyTaxScheme/cbc:CompanyID
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-010 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-010
- ·Specification: EN 16931
Before / After
<cac:DeliveryLocation> <cac:Address><!-- invalid or missing value --></cac:Address> </cac:DeliveryLocation>
<cac:DeliveryLocation> <cac:Address>correct-value</cac:Address> </cac:DeliveryLocation>
Technical Reference
//cac:AccountingSupplierParty/cac:Party/cac:PartyTaxScheme/cbc:CompanyIDCommon Causes
- ·Delivery address provided but city missing
- ·BT-77 Deliver to city required when BG-15 used
- ·cbc:CityName in delivery address empty or absent
- ·Partial delivery address invalid for XRechnung
- ·German validation requires complete delivery info
Seeing this in production? The API handles DE-R-010 automatically. See the fix response →
See Also
Related Errors
Last updated: 27 February 2026
Handle DE-R-010 Automatically in Your Pipeline
The compliance engine auto-remediates this error with controlled safety policies and evidence pack generation.