einvoicecheck
Menu

Rules / UBL-CR-682 · Markdown

Peppol BIS Billing 3.0 · rule

UBL-CR-682

Layer en16931·Checked against Peppol BIS Billing 3.0 2026.5

What does UBL-CR-682 mean? A UBL invoice should not include the Delivery DeliveryAddress

Why did my invoice fail UBL-CR-682?

The cac:Delivery/cac:DeliveryAddress element should not be used in an EN 16931 UBL invoice. The core model places the deliver-to address (BG-15) inside cac:Delivery/cac:DeliveryLocation/cac:Address, so DeliveryAddress directly under Delivery is outside the model and validators warn.

Official rule text

A UBL invoice should not include the Delivery DeliveryAddress

Common causes

How do I fix it?

<cac:Delivery>
  <cac:DeliveryLocation>
    <cac:Address>
      <cbc:CityName>Ljubljana</cbc:CityName>
      <cbc:PostalZone>1000</cbc:PostalZone>
      <cac:Country><cbc:IdentificationCode>SI</cbc:IdentificationCode></cac:Country>
    </cac:Address>
  </cac:DeliveryLocation>
</cac:Delivery>

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.