For full country-specific configuration details, including enum values, field formats, and validation rules,
refer to the Netherlands Localisation Guidesection.
| Value | Description |
|---|---|
| Bv | Private limited company (Besloten Vennootschap) |
| Cv | Limited partnership (Commanditaire Vennootschap) |
| Eenmanszaak | Sole proprietorship |
| Nv | Public limited company (Naamloze Vennootschap) |
| Vof | General partnership (Vennootschap onder Firma) |
Create Lead for Netherlands
Here's a complete example of creating a lead for a Dutch company using the Onboarding API:
{
"thirdPartyCustomerId": "NL_CUSTOMER_12345",
"confirmedCreditSearch": true,
"countryISOCode": "NLD",
"loanCurrencyISOCode": "EUR",
"keyContactName": "Daan Visser",
"companyType": "Bv",
"companyName": "Amsterdam Bikes B.V.",
"tradingName": "Amsterdam Bikes",
"companyNumber": "12345678",
"companyWebsite": "https://amsterdambikes.nl",
"registeredAddress": {
"line1": "Keizersgracht 100",
"city": "Amsterdam",
"region": "North Holland",
"areaCode": "1015",
"countryISOCode": "NLD"
},
"contactPhoneNumber": "+31201234567",
"contactEmailAddress": "[email protected]",
"additionalInfo": {
"youLendSales": "false",
"language": "nl"
}
}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.