einvoicecheck
Menu

Rules / UBL-CR-218 · Markdown

Peppol BIS Billing 3.0 · rule

UBL-CR-218

Layer en16931·Checked against Peppol BIS Billing 3.0 2026.5

What does UBL-CR-218 mean? A UBL invoice should not include the AccountingCustomerParty Party PostalAddress BuildingNumber

Why did my invoice fail UBL-CR-218?

This EN 16931 rule warns when the UBL element cac:AccountingCustomerParty/cac:Party/cac:PostalAddress/cbc:BuildingNumber is present: the invoice should not include a separate building number element on the buyer postal address. EN 16931 does not split street name and number: the house/building number is part of the address line (BT-50, cbc:StreetName), so a separate BuildingNumber element is outside 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 AccountingCustomerParty Party PostalAddress BuildingNumber

Common causes

How do I fix it?

<cac:PostalAddress>
  <!-- street and number together in the address line (BT-50) -->
  <cbc:StreetName>Main Street 42</cbc:StreetName>
  <cbc:CityName>Ljubljana</cbc:CityName>
  <cbc:PostalZone>1000</cbc:PostalZone>
  <cac:Country><cbc:IdentificationCode>SI</cbc:IdentificationCode></cac:Country>
</cac:PostalAddress>

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.