ErrorPeppol BIS 3.0Input required

PEPPOL-COMMON-R043

Belgian enterprise number MUST be stated in the correct format.

What does this rule mean?

An identifier declared as a Belgian enterprise number does not match the required format.

The scheme identifier promises the value comes from that register, so Peppol checks it: Ten digits with a modulo-97 check (KBO/BCE). If the format is wrong the receiver cannot resolve the party.

Official rule message (standard)

Belgian enterprise number MUST be stated in the correct format.

Where the rule applies

Syntax: CII · UBL

The same rule, expressed twice: UBL and CII name the same fields with different paths. Running a CII file against the UBL rules is why you get errors that mean nothing.

UBL

  • cbc:EndpointID[@schemeID = '0208'] | cac:PartyIdentification/cbc:ID[@schemeID = '0208'] | cbc:CompanyID[@schemeID = '0208']

CII

  • ram:URIID[@schemeID = '0208'] | ram:ID[@schemeID = '0208'] | ram:GlobalID[@schemeID = '0208']

Technical test

The rule passes when this Schematron expression holds true:

matches(normalize-space(), '^[0-9]{10}$') and u:mod97-0208(normalize-space())

How to fix it

A missing or incorrect business entry only you can supply. Add or correct it, then re-check.

Correct the identifier — or, if it comes from a different register, correct the schemeID.

Correct the affected entry in your XML, then re-check the invoice. Validation runs locally in your browser — your file never leaves your machine.

Check an e-invoice here

Drop an XML or ZUGFeRD PDF file here. Validation runs locally in your browser against EN 16931 — your file never leaves your machine.

100% local — no upload, no account.

Related rules

← Back to the error library