Denmark

ValueDescription
AmbaCooperative society with limited liability (A.M.B.A.)
AndelsselskabCooperative society
ApSPrivate limited company (ApS)
ASPublic limited company (A/S)
ErhvervsdrivendeFondCommercial foundation
EnkeltmandsvirksomhedSole proprietorship
FilialBranch of a foreign company
FmbaAssociation/cooperative with limited liability (F.M.B.A.)
ForeningAssociation / non-profit society
ISGeneral partnership (I/S)
KSLimited partnership (K/S)
PartrederiShipping co-ownership partnership
PMVPersonligt ejet mindre virksomhed (small personally-owned business)
PSLimited partnership company (P/S)
SelvstændigOffentligVirksomhedIndependent public enterprise
SISelf-owning institution (S/I)
SmbaCooperative company with limited liability (SMBA – older form)

Create Lead for Denmark

Here's a complete example of creating a lead for a Danish company using the Onboarding API:

{
  "thirdPartyCustomerId": "DK_CUSTOMER_12345",
  "confirmedCreditSearch": true,
  "countryISOCode": "DNK",
  "loanCurrencyISOCode": "DKK",
  "keyContactName": "Lars Jensen",
  "companyType": "ApS",
  "companyName": "Nordic Design ApS",
  "tradingName": "Nordic Design",
  "companyNumber": "12345678",
  "companyWebsite": "https://nordicdesign.dk",
  "registeredAddress": {
    "line1": "Nørrebrogade 20",
    "city": "Copenhagen",
    "region": "Capital Region",
    "areaCode": "2200",
    "countryISOCode": "DNK"
  },
  "contactPhoneNumber": "+4522334455",
  "contactEmailAddress": "[email protected]",
  "additionalInfo": {
    "youLendSales": "false",
    "language": "da"
  }
}

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.