NordInvoice / Validation rules / PEPPOL-COMMON-R054
English Deutsch Nederlands Français
PEPPOL-COMMON-R054KVK number must be exactly 8 digits
PEPPOL-COMMON-R054 comes from the official e-invoicing rule sets. This page explains what the rule checks, why invoices trip over it and the concrete change that makes the document pass.
Why this error appears
Identifier scheme 0106 stands for the Dutch Chamber of Commerce register, and the network checks the format of the value against the scheme. Common causes: a KVK number with a branch suffix appended, spaces, or a VAT number pasted into the KVK field.
How to fix it
Scheme 0106 expects the Dutch Chamber of Commerce (KVK) number, 8 digits, for example 12345678.
Example
Rejected
<cbc:EndpointID schemeID="0106">12345678 0000</cbc:EndpointID>
Accepted
<cbc:EndpointID schemeID="0106">12345678</cbc:EndpointID>
Check your invoice in the free validator
Catch this automatically in the API