einvoicecheck
Menu

Rules / NL-R-003 · Markdown

Peppol BIS Billing 3.0 · rule

NL-R-003

Layer peppol·Checked against Peppol BIS Billing 3.0 2026.5

What does NL-R-003 mean? For suppliers in the Netherlands, the legal entity identifier MUST be either a KVK or OIN number (schemeID 0106 or 0190)

Why did my invoice fail NL-R-003?

For suppliers in the Netherlands, the supplier's legal entity identifier must be either a KVK (Chamber of Commerce) number with schemeID 0106 or an OIN (government organization identification) number with schemeID 0190. This Peppol BIS 3.0 Dutch country rule ties Dutch sellers to an official Dutch register; in UBL the identifier is the seller's cac:PartyLegalEntity/cbc:CompanyID.

Official rule text

For suppliers in the Netherlands, the legal entity identifier MUST be either a KVK or OIN number (schemeID 0106 or 0190)

Common causes

How do I fix it?

<cac:PartyLegalEntity>
  <cbc:RegistrationName>Voorbeeld B.V.</cbc:RegistrationName>
  <cbc:CompanyID schemeID="0106">12345678</cbc:CompanyID>
</cac:PartyLegalEntity>

Related rules

NL-R-001 · NL-R-002 · NL-R-004 · NL-R-005 · NL-R-006 · NL-R-007 · NL-R-008 · NL-R-009

Check your invoice against this rule

Paste it into the live demo, or call POST /v1/validate. See the quickstart.