France

📘

For full country-specific configuration details, including enum values, field formats, and validation rules, refer to the France Localisation Guide section.

ValueDescription
EINomPropreSole proprietorship / individual enterprise (EI / en nom propre)
EURLSingle-member limited liability company (entreprise unipersonnelle à responsabilité limitée)
SAPublic limited / joint-stock company (Société anonyme)
SARLLimited liability company (Société à responsabilité limitée)
SASSimplified joint-stock company (Société par actions simplifiée)
SASUSingle-member SAS (société par actions simplifiée unipersonnelle)
SCPProfessional civil partnership (Société Civile Professionnelle)
SCSLimited partnership (Société en commandite simple)
SNCGeneral partnership (Société en nom collectif)

Create Lead for France

Here's a complete example of creating a lead for a French company using the Onboarding API:

{
  "thirdPartyCustomerId": "FR_CUSTOMER_12345",
  "confirmedCreditSearch": true,
  "countryISOCode": "FRA",
  "loanCurrencyISOCode": "EUR",
  "keyContactName": "Marie Dupont",
  "companyType": "SAS",
  "companyName": "Boulangerie de la République SAS",
  "tradingName": "Boulangerie de la République",
  "companyNumber": "123456789",
  "companyWebsite": "https://boulangerie-republique.fr",
  "registeredAddress": {
    "line1": "10 Rue de Rivoli",
    "city": "Paris",
    "region": "Île-de-France",
    "areaCode": "75001",
    "countryISOCode": "FRA"
  },
  "contactPhoneNumber": "+33123456789",
  "contactEmailAddress": "[email protected]",
  "additionalInfo": {
    "youLendSales": "false",
    "language": "fr"
  }
}

Response

{
  "leadId": "f47ac10b-58cc-4372-a567-0e02b2c3d479",
  "leadURL": "string",
  "signUpURL": "string",
  "openBankingURL": "string"
}

The API will return a leadId that you can use for subsequent operations like uploading documents, updating organization details, or retrieving lead status.