For full country-specific configuration details, including enum values, field formats, and validation rules,
refer to the France Localisation Guide section.
| Value | Description |
|---|---|
| EINomPropre | Sole proprietorship / individual enterprise (EI / en nom propre) |
| EURL | Single-member limited liability company (entreprise unipersonnelle à responsabilité limitée) |
| SA | Public limited / joint-stock company (Société anonyme) |
| SARL | Limited liability company (Société à responsabilité limitée) |
| SAS | Simplified joint-stock company (Société par actions simplifiée) |
| SASU | Single-member SAS (société par actions simplifiée unipersonnelle) |
| SCP | Professional civil partnership (SCP) |
| SCS | Limited partnership (Société en commandite simple) |
| SNC | General partnership (Société en nom collectif) |
| SocieteCooperative | Cooperative company (Société en commandite simple) |
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.