einvoicecheck
Menu

Rules / UBL-CR-378 · Markdown

Peppol BIS Billing 3.0 · rule

UBL-CR-378

Layer en16931·Checked against Peppol BIS Billing 3.0 2026.5

What does UBL-CR-378 mean? A UBL invoice should not include the Delivery DeliveryLocation Address Country Name

Why did my invoice fail UBL-CR-378?

The UBL element cac:Delivery/cac:DeliveryLocation/cac:Address/cac:Country/cbc:Name should not be used in an EN 16931 invoice. The deliver-to country is expressed only as a code (cbc:IdentificationCode, BT-80); a textual country name is redundant and outside the core model.

Official rule text

A UBL invoice should not include the Delivery DeliveryLocation Address Country Name

Common causes

How do I fix it?

<cac:Country>
  <cbc:IdentificationCode>SI</cbc:IdentificationCode>
</cac:Country>

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.