Identifiers in France

Specific identifiers exist in France

Identifier Overview

Multiple identifiers can be used for defining the receiver and the sender :

NameInfoBillit Identifier IDPeppol code
SIRENEnterprise number (9 number, including check digit)SIRET0002
SIRETIs Siren (9 digits) with a seperate estblishment number (5 digits) = 14 digits. So for 1 Siren, there can be multiple Siret Numbers for one company (Establishment Number)SIRENE (will become SIREN)0009
Codes RoutageB2G, is an extra identification delivered by the goverment organisationto addto add
SuffixeRouting address to specified by the receiver for specific routing purposes. This number is Siren + additional code. Can also be used by the sender.to add0225
VAT numberFranch VAT number. Consists of FR + the Siren numberto add9957
CTCAdditional Electronic Address specified by the receiver for specific routing purposes. Address can belong, max. 130 characters. Can also be used by the sender.CTC0225

How to include your Customer Identifiers

Identifiers you should include:

  • If the company has a VAT number, it should always be included
  • If the customer has registered with a specific identifier, you should include this identifier

Example in Json API when posting an invoice, for the customer segment:

    "Customer": {
        "Nr": "000700999,
        "Name": "BAUDIN TEST CHATEAUNEUF",
        "VATNumber": "FR25842491144", 
				"PartyType": "Customer",


        "Addresses": [
            {
                "AddressType": "InvoiceAddress",
                "Name": "BAUDIN TEST CHATEAUNEUF",
                "Street": "Rue de la Brosse 999",
                "Zipcode": "45110",
                "City": "CHATEAUNEUF SUR LOIRE",
                "CountryCode": "FR"
            }
        ]
  		 "Identifiers": [
        {
        "IdentifierType": "SIRET", 
        "Identifier": "84249114400999"
        }
}

How to include your Supplier Identifiers

Go to My Company, and fill in VAT number and the additional identifiers: