Fehlercodes · EN 16931

BR-62Im Rechnungssystem

Seller electronic address must have a scheme identifier

So lautet die Ablehnung wörtlich: „[BR-62] Peppol BIS Billing 3.0 requires that the Seller electronic address (BT-34) — the cbc:EndpointID on cac:AccountingSupplierParty — carries a schemeID attribute. Without it, the address cannot be resolved on the Peppol network and the invoice is rejected before it reaches the buyer.

The Schematron assertion checks: cbc:EndpointID/@schemeID. If the attribute is missing or empty on cac:AccountingSupplierParty/cac:Party/cbc:EndpointID, BR-62 fires. The schemeID must be a value from the Peppol Electronic Address Scheme (EAS) code list (e.g. 0088 GLN, 0106 Dutch KvK, 0184 Danish CVR, 0192 Norwegian ORG, 0208 Belgian CBE, 9930 German VAT).

Was Sie bereithaltenSeller Peppol EAS code
Was wir tunAdd a valid EAS schemeID attribute to the Seller cbc:EndpointID element. Invoice Navigator infers the correct scheme from the seller's country and VAT/registration ID and inserts it automatically.
Wenn Sie es selbst im Rechnungssystem eintragen
Vorher
<cac:AccountingSupplierParty>
  <cac:Party>
    <cbc:EndpointID>12345678</cbc:EndpointID>
  </cac:Party>
</cac:AccountingSupplierParty>
Nachher
<cac:AccountingSupplierParty>
  <cac:Party>
    <cbc:EndpointID schemeID="0106">12345678</cbc:EndpointID>
  </cac:Party>
</cac:AccountingSupplierParty>

Die Reihenfolge ist Teil der Regel: steht das Element an der falschen Stelle, lehnt der Validator mit BR-62 ab.

So sieht der Befund ausBeispiel
BefundAufbau fehlerhaft · BR-62
Von IhnenSeller Peppol EAS code
DanachNeu exportieren
NachweisSHA-256 und /verify-Link nach der Prüfung