einvoicecheck
Menu

Rules / UBL-CR-270 · Markdown

Peppol BIS Billing 3.0 · rule

UBL-CR-270

Layer en16931·Checked against Peppol BIS Billing 3.0 2026.5

What does UBL-CR-270 mean? A UBL invoice should not include the PayeeParty IndustryClassificationCode

Why did my invoice fail UBL-CR-270?

EN 16931 restricts the UBL vocabulary to the elements that map to its semantic model, and cac:PayeeParty/cbc:IndustryClassificationCode is not one of them. The Payee (BG-10) only carries name, identifier and legal registration identifier, so an industry classification code on the payee should not appear in a compliant invoice.

Official rule text

A UBL invoice should not include the PayeeParty IndustryClassificationCode

Common causes

How do I fix it?

<cac:PayeeParty>
  <cac:PartyIdentification><cbc:ID schemeID="0088">4035011000112</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.