Peppol BIS Billing 3.0 · rule
UBL-CR-183
What does UBL-CR-183 mean? A UBL invoice should not include the AccountingSupplierParty Party PartyLegalEntity CorporateStockAmount
Why did my invoice fail UBL-CR-183?
This EN 16931 rule warns when the UBL element cac:AccountingSupplierParty/cac:Party/cac:PartyLegalEntity/cbc:CorporateStockAmount is present: the invoice should not include the seller's corporate stock (share capital) amount as a structured element. Share capital is not a structured field in EN 16931; where legally required (e.g. for some company forms) it is expressed inside the free-text additional legal information (BT-33, cbc:CompanyLegalForm). The element is not forbidden by UBL itself, but it lies outside the EN 16931 core invoice model, so remove it to keep the invoice fully conformant and interoperable.
Official rule text
A UBL invoice should not include the AccountingSupplierParty Party PartyLegalEntity CorporateStockAmount
Common causes
- Share capital mapped to the structured element instead of the BT-33 free text
- ERP company master exported field-by-field into PartyLegalEntity
- Template copied from a full UBL 2.1 sample
How do I fix it?
<cac:PartyLegalEntity> <cbc:RegistrationName>Example SA</cbc:RegistrationName> <!-- share capital goes into the BT-33 free text, not CorporateStockAmount --> <cbc:CompanyLegalForm>SA au capital de 100 000 EUR</cbc:CompanyLegalForm> </cac:PartyLegalEntity>
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
Paste it into the live demo, or call POST /v1/validate. See the quickstart.