For full country-specific configuration details, including enum values, field formats, and validation rules,
refer to the Spain Localisation Guidesection.
| Value | Description |
|---|---|
| EIAutonomo | Sole proprietorship / self-employed individual (Empresario Individual / Autónomo) |
| SlSlne | Limited liability company / New Limited Company (Sociedad Limitada / Sociedad Limitada Nueva Empresa – SL / SLNE) |
| SociedadCivil | Civil partnership (Sociedad Civil) |
| SociedadColectiva | General partnership (Sociedad Colectiva) |
| SociedadComanditaria | Limited partnership (Sociedad Comanditaria) |
| SociedadCooperativa | Cooperative company (Sociedad Cooperativa) |
Create Lead for Spain
Here's a complete example of creating a lead for a Spanish company using the Onboarding API:
{
"thirdPartyCustomerId": "ES_CUSTOMER_12345",
"confirmedCreditSearch": true,
"countryISOCode": "ESP",
"loanCurrencyISOCode": "EUR",
"keyContactName": "Lucía García",
"companyType": "SlSlne",
"companyName": "Tapas y Más S.L.",
"tradingName": "Tapas y Más",
"companyNumber": "B12345678",
"companyWebsite": "https://tapasyymas.es",
"registeredAddress": {
"line1": "Calle Mayor 1",
"city": "Madrid",
"region": "Community of Madrid",
"areaCode": "28013",
"countryISOCode": "ESP"
},
"contactPhoneNumber": "+34912345678",
"contactEmailAddress": "[email protected]",
"additionalInfo": {
"youLendSales": "false",
"language": "es"
}
}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.