Reference
Markdown exportBR-CL-25 Endpoint identifier scheme must come from CEF EAS
The electronic address (endpoint) scheme identifier (BT-34-1 for the seller, BT-49-1 for the buyer) must belong to the CEF EAS code list.
Problem Description
The electronic address (endpoint) scheme identifier (BT-34-1 for the seller, BT-49-1 for the buyer) must belong to the CEF EAS code list.
ERROR
XRechnung 3.0
Context and Significance
This EN16931 core code-list rule enables correct routing of the invoice to an electronic delivery address (e.g. on Peppol).
Solution
Set the endpoint schemeID to a valid CEF EAS code such as 0088 (GLN), 0204 (German Leitweg-ID) or EM (email address).
Quick actions
Valid Examples
Use these points as the practical checks for this section.
- BT-49-1 = 0204 — German Leitweg-ID
- BT-34-1 = EM — email endpoint
Invalid Examples
Use these points as the practical checks for this section.
- BT-49-1 = LEITWEG — name instead of an EAS code
- BT-49-1 = 9999 — not in CEF EAS
Code Examples
Valid XML
<cbc:EndpointID schemeID="EM">seller@example.com</cbc:EndpointID>Invalid XML
<cbc:EndpointID schemeID="EMAIL">seller@example.com</cbc:EndpointID>