Germany

📘

For full country-specific configuration details, including enum values, field formats, and validation rules,

refer to the Germany Localisation Guide section.

ValueDescription
EGbrRegistered GbR (eGbR)
EKRegistered merchant sole proprietor (e.K.)
GbrCivil law partnership (GbR)
GbrOhgCivil law partnership / general commercial partnership (GbR / OHG)
GmbhUgLimited liability company / entrepreneurial "mini-GmbH" (GmbH / UG)
GewerbebetriebTrade / commercial business (often sole proprietor)
KgLimited partnership (KG)
OhgGeneral 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.