Peppol BIS Billing 3.0 · rule
UBL-CR-295
What does UBL-CR-295 mean? A UBL invoice should not include the SellerSupplierParty
Why did my invoice fail UBL-CR-295?
The cac:SellerSupplierParty element is not used in EN 16931 and should not appear. The seller (BG-4) is carried exclusively in cac:AccountingSupplierParty; SellerSupplierParty is a UBL ordering-role element outside the core invoice model.
Official rule text
A UBL invoice should not include the SellerSupplierParty
Common causes
- Reusing an Order/OrderResponse mapping that fills SellerSupplierParty
- Templates populating both AccountingSupplierParty and SellerSupplierParty for the same company
How do I fix it?
<cac:AccountingSupplierParty>
<cac:Party>
<cac:PartyLegalEntity><cbc:RegistrationName>Seller d.o.o.</cbc:RegistrationName></cac:PartyLegalEntity>
</cac:Party>
</cac:AccountingSupplierParty>
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.