einvoicecheck
Menu

Rules / UBL-CR-272 · Markdown

Peppol BIS Billing 3.0 · rule

UBL-CR-272

Layer en16931·Checked against Peppol BIS Billing 3.0 2026.5

What does UBL-CR-272 mean? A UBL invoice should not include the PayeeParty PostalAddress

Why did my invoice fail UBL-CR-272?

EN 16931 does not define a postal address for the Payee (BG-10), so cac:PayeeParty/cac:PostalAddress should not be present. Only the payee's name, identifier and legal registration identifier are part of the model; payment routing is handled through the payment instructions, not a payee address.

Official rule text

A UBL invoice should not include the PayeeParty PostalAddress

Common causes

How do I fix it?

<cac:PayeeParty>
  <cac:PartyIdentification><cbc:ID>PAYEE-001</cbc:ID></cac:PartyIdentification>
  <cac:PartyName><cbc:Name>Payee Ltd</cbc:Name></cac:PartyName>
</cac:PayeeParty>

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.