BR-64
EN 16931-1 layer: en16931
Checked against Peppol BIS Billing 3.0 2026.5
What does BR-64 mean? The Item standard identifier (BT-157) shall have a Scheme identifier.
Why did my invoice fail BR-64?
The Item standard identifier (BT-157) — a globally standardized product identifier for a line item, such as a GTIN — must have a Scheme identifier declaring which registry the identifier comes from. The scheme (an ISO/IEC 6523 ICD value) is required so the identifier can be interpreted unambiguously.
Official rule text
The Item standard identifier (BT-157) shall have a Scheme identifier.
Common causes
- cac:Item/cac:StandardItemIdentification/cbc:ID has a value but no schemeID attribute.
- The schemeID is not a valid ISO 6523 ICD code (e.g. 0160 for GTIN).
- A seller's own article number was placed in StandardItemIdentification instead of SellersItemIdentification, so no scheme applies.
How do I fix it?
<cac:StandardItemIdentification><cbc:ID schemeID="0160">04012345678901</cbc:ID></cac:StandardItemIdentification>.
Related rules
BR-01 · BR-02 · BR-03 · BR-04 · BR-05 · BR-06 · BR-07 · BR-08
Check your invoice against this rule
Paste it into the live demo, or call POST /v1/validate. See the quickstart.