BR-FR-01:SIRET number format
French invoices must include SIRET (14 digits) with schemeID="0009" for company identification. SIRET is mandatory for all French business invoices.
We can help you fix this
NEEDS INPUTAnswer a few questions and we will fix it for you.
Why This Error Matters
French tax authorities (DGFiP) require SIRET for all B2B invoices. Without it, your invoice may be rejected by Chorus Pro or your customer's AP system.
How to Fix It
Before & After Fix(BR-FR-01)
<cac:AccountingSupplierParty>
<cac:Party>
<cac:PartyLegalEntity>
<cbc:RegistrationName>French Company SARL</cbc:RegistrationName>
</cac:PartyLegalEntity>
</cac:Party>
</cac:AccountingSupplierParty><cac:AccountingSupplierParty>
<cac:Party>
<cac:PartyLegalEntity>
<cbc:RegistrationName>French Company SARL</cbc:RegistrationName>
<cbc:CompanyID schemeID="0002">12345678901234</cbc:CompanyID>
</cac:PartyLegalEntity>
</cac:Party>
</cac:AccountingSupplierParty><cac:AccountingSupplierParty>
<cac:Party>
<cac:PartyLegalEntity>
<cbc:RegistrationName>French Company SARL</cbc:RegistrationName>
</cac:PartyLegalEntity>
</cac:Party>
</cac:AccountingSupplierParty><cac:AccountingSupplierParty>
<cac:Party>
<cac:PartyLegalEntity>
<cbc:RegistrationName>French Company SARL</cbc:RegistrationName>
<cbc:CompanyID schemeID="0002">12345678901234</cbc:CompanyID>
</cac:PartyLegalEntity>
</cac:Party>
</cac:AccountingSupplierParty>Compare the invalid XML structure with the corrected version. The fix ensures compliance with validation rules.
Code Example
<cbc:CompanyID schemeID="0009">12345678901234</cbc:CompanyID>Technical Details
XPath: /Invoice/cac:AccountingSupplierParty/cac:Party/cac:PartyLegalEntity/cbc:CompanyID[@schemeID="0009"]Common Causes
- SIRET entered with spaces or dots
- Missing schemeID attribute
- Using SIREN (9 digits) instead of SIRET (14 digits)
Common Causes by Software
SAP
Why this happens
Company code master data missing SIRET
How to fix it
Maintain SIRET in company code global data
Where to find it
OBY6 → Company Code → Additional dataCegid
Why this happens
SIRET field not included in e-invoice export template
How to fix it
Add SIRET to company master data and verify export mapping
Where to find it
Paramètres → Société → Identifiants légauxUsing a different software?
Validate your invoice to get specific fix guidance.
Commonly Seen In
Frequently Asked Questions
Related Errors
Last updated: 18 January 2026