For full country-specific configuration details, including enum values, field formats, and validation rules,
refer to the Germany Localisation Guide section.
| Value | Description |
|---|---|
| EGbr | Registered GbR (eGbR) |
| EK | Registered merchant sole proprietor (e.K.) |
| Gbr | Civil law partnership (GbR) |
| GbrOhg | Civil law partnership / general commercial partnership (GbR / OHG) |
| GmbhUg | Limited liability company / entrepreneurial "mini-GmbH" (GmbH / UG) |
| Gewerbebetrieb | Trade / commercial business (often sole proprietor) |
| Kg | Limited partnership (KG) |
| Ohg | General partnership (OHG) |
Create Lead for Germany
Here's a complete example of creating a lead for a German company using the Onboarding API:
{
"thirdPartyCustomerId": "DE_CUSTOMER_12345",
"confirmedCreditSearch": true,
"countryISOCode": "DEU",
"loanCurrencyISOCode": "EUR",
"keyContactName": "Anna Müller",
"companyType": "GmbhUg",
"companyName": "Berliner Tech UG",
"tradingName": "Berliner Tech",
"companyNumber": "HRB123456",
"companyWebsite": "https://berlinertech.de",
"registeredAddress": {
"line1": "Alexanderstraße 5",
"city": "Berlin",
"region": "Berlin",
"areaCode": "10178",
"countryISOCode": "DEU"
},
"contactPhoneNumber": "+493012345678",
"contactEmailAddress": "[email protected]",
"additionalInfo": {
"youLendSales": "false",
"language": "de"
}
}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.