Poland

📘

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

refer to the Poland Localisation Guidesection.

ValueDescription
JdgSole proprietorship (JDG)
SaSKAJoint-stock company / limited joint-stock partnership (S.A / S.K.A)
ScsppCivil law partnership / professional partnership (S.C / Sp.p)
SpkSpjLimited partnership / general (registered) partnership (Sp.k / Sp.j)
SpZooLimited liability company (Sp. z o.o.)

Create Lead for Poland

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

{
  "thirdPartyCustomerId": "PL_CUSTOMER_12345",
  "confirmedCreditSearch": true,
  "countryISOCode": "POL",
  "loanCurrencyISOCode": "PLN",
  "keyContactName": "Piotr Kowalski",
  "companyType": "SpZoo",
  "companyName": "Warsaw Solutions Sp. z o.o.",
  "tradingName": "Warsaw Solutions",
  "companyNumber": "0000123456",
  "companyWebsite": "https://warsawsolutions.pl",
  "registeredAddress": {
    "line1": "ul. Marszałkowska 10",
    "city": "Warsaw",
    "region": "Masovian",
    "areaCode": "00-001",
    "countryISOCode": "POL"
  },
  "contactPhoneNumber": "+48221234567",
  "contactEmailAddress": "[email protected]",
  "additionalInfo": {
    "youLendSales": "false",
    "language": "pl"
  }
}

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.