Query parameters
The client portal accepts the following query parameters for pre-filling forms:
externalId
: Your personal ID to map a dotfile case with your data. If set and a case already exists, the user will be redirected to the checks section.lng
: To override the language if needed
Other parameters are used to pre-fill form fields based on the type of client portal (KYC or KYB). For example, firstName, lastName, and email are used for KYC, while companyName, registrationNumber, and country are used for KYB.
KYC flow
email
: To define the applicant of the onboarding flow (this is the contact for the recollection email)-firstName
: To pre-fill the first name (for KYC)lastName
: To pre-fill the last name (for KYC)
KYB flow
companyName
: To pre-fill the name of the companyregistrationNumber
: To pre-fill the registration number of the companycountry
: To pre-fill the country of registration of the company
Updated 8 months ago