Peppol BIS Billing 3.0 · rule
UBL-CR-302
What does UBL-CR-302 mean? A UBL invoice should not include the TaxRepresentativeParty PartyIdentification
Why did my invoice fail UBL-CR-302?
cac:TaxRepresentativeParty/cac:PartyIdentification should not be included: EN 16931 identifies the tax representative only by its name (BT-62) and VAT identifier (BT-63, in cac:PartyTaxScheme/cbc:CompanyID), not by a separate party identifier.
Official rule text
A UBL invoice should not include the TaxRepresentativeParty PartyIdentification
Common causes
- Putting the representative's VAT or business number in PartyIdentification instead of PartyTaxScheme/CompanyID
- Reusing the seller/buyer mapping, where PartyIdentification is valid
How do I fix it?
<cac:TaxRepresentativeParty>
<cac:PartyName><cbc:Name>Rep Fiscal SARL</cbc:Name></cac:PartyName>
<cac:PartyTaxScheme>
<cbc:CompanyID>FR32123456789</cbc:CompanyID>
<cac:TaxScheme><cbc:ID>VAT</cbc:ID></cac:TaxScheme>
</cac:PartyTaxScheme>
</cac:TaxRepresentativeParty>
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.