einvoicecheck
Menu

Rules / UBL-CR-189 · Markdown

Peppol BIS Billing 3.0 · rule

UBL-CR-189

Layer en16931·Checked against Peppol BIS Billing 3.0 2026.5

What does UBL-CR-189 mean? A UBL invoice should not include the AccountingSupplierParty Party Contact ID

Why did my invoice fail UBL-CR-189?

This EN 16931 rule warns when the UBL element cac:AccountingSupplierParty/cac:Party/cac:Contact/cbc:ID is present: the invoice should not include an identifier on the seller contact. The seller contact (BG-6) in EN 16931 consists only of a contact point name (BT-41), telephone (BT-42) and e-mail (BT-43); a contact ID is not part of the core model. The element is not forbidden by UBL itself, but it lies outside the EN 16931 core invoice model, so remove it to keep the invoice fully conformant and interoperable.

Official rule text

A UBL invoice should not include the AccountingSupplierParty Party Contact ID

Common causes

How do I fix it?

<cac:Contact>
  <cbc:Name>Jane Doe</cbc:Name>
  <cbc:Telephone>+386 1 234 5678</cbc:Telephone>
  <cbc:ElectronicMail>jane.doe@example.com</cbc:ElectronicMail>
</cac:Contact>

Related rules

UBL-CR-001 · UBL-CR-002 · UBL-CR-003 · UBL-CR-004 · UBL-CR-005 · UBL-CR-006 · UBL-CR-007 · UBL-CR-008

Check your invoice against this rule

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