Poland guide

Authentication and environments

Base URLs for the EU platform (when interacting with YouLends APIs)

When interacting with our EU specific endpoints, please use the below URLs.

EnvironmentBase URL
EU (production)https://youlendapi.com
EU (staging)https://partners.staging-youlendapi.com

Authentication URLs (to request an access token)

📘

Good to know

Please visit our Authentication guide for more information regarding authenticating in Poland

EnvironmentURL
EU (production)https://youlend.eu.auth0.com/oauth/token
EU (staging)https://youlend-stag.eu.auth0.com/oauth/token

Onboarding APIs

This section focuses on all APIs that partners can interact with when onboarding a merchant.

Parameter callouts

ParametersDescription
companyTypeSpZoo SpkSpj Scspp SaSKA Jdg
companyNumber10-digit NIP number (submit stage 1 will return an error if this param is not provided)
mobilePhoneNumberThe format for this parameter is: +48xxxxxxxxx
countryISOCodePOL
loanCurrencyISOCodePLN

Example request

{
  "thirdPartyCustomerId": "89ab144",
  "confirmedCreditSearch": true,
  "countryISOCode": "POL",
  "loanCurrencyISOCode": "PLN",
  "keyContactName": "Mike Bloggs",
  "companyType": "SpkSpj",
  "companyName": "Test Company Limited",
  "companyNumber": "9152588921",
  "registeredAddress": {
    "line1": "Starokrzepice 91",
    "city": "Starokrzepice",
    "region": "Gmina Krzepice",
    "areaCode": "42161",
    "country": "Poland"
  },
  "contactPhoneNumber": "+48000000000",
  "contactEmailAddress": "[email protected]",
   "additionalInfo": {
                        "youLendSales": "true",
                        "language": "pl",
                        "Lead source": "email"
                     }
}