OnboardingLinkSettings |
OnboardingLinkSettings.acceptedCountries(List<String> acceptedCountries) |
The list of countries the user can choose from in hosted onboarding when `editPrefilledCountry` is allowed.
|
OnboardingLinkSettings |
OnboardingLinkSettings.addAcceptedCountriesItem(String acceptedCountriesItem) |
|
OnboardingLinkSettings |
OnboardingLinkSettings.allowBankAccountFormatSelection(Boolean allowBankAccountFormatSelection) |
Default value: **false** Indicates if the user can select the format for their payout account (if applicable).
|
OnboardingLinkSettings |
OnboardingLinkSettings.allowIntraRegionCrossBorderPayout(Boolean allowIntraRegionCrossBorderPayout) |
Default value: **false** Indicates if the user can select a payout account in a different EU/EEA location (including Switzerland and the UK) than the location of their legal entity.
|
OnboardingLinkSettings |
OnboardingLinkSettings.changeLegalEntityType(Boolean changeLegalEntityType) |
Default value: **true** Indicates if the user can change their legal entity type.
|
OnboardingLinkSettings |
OnboardingLinkSettings.editPrefilledCountry(Boolean editPrefilledCountry) |
Default value: **true** Indicates if the user can change the country of their legal entity's address, for example the registered address of an organization.
|
OnboardingLinkSettings |
OnboardingLinkSettings.enforceLegalAge(Boolean enforceLegalAge) |
Default value: **false** Indicates if only users above the age of 18 can be onboarded.
|
static OnboardingLinkSettings |
OnboardingLinkSettings.fromJson(String jsonString) |
Create an instance of OnboardingLinkSettings given an JSON string
|
OnboardingLinkSettings |
OnboardingLinkInfo.getSettings() |
settings
|
OnboardingLinkSettings |
OnboardingLinkSettings.hideOnboardingIntroductionIndividual(Boolean hideOnboardingIntroductionIndividual) |
Default value: **true** Indicates whether the introduction screen is hidden for the user of the individual legal entity type.
|
OnboardingLinkSettings |
OnboardingLinkSettings.hideOnboardingIntroductionOrganization(Boolean hideOnboardingIntroductionOrganization) |
Default value: **true** Indicates whether the introduction screen is hidden for the user of the organization legal entity type.
|
OnboardingLinkSettings |
OnboardingLinkSettings.hideOnboardingIntroductionSoleProprietor(Boolean hideOnboardingIntroductionSoleProprietor) |
Default value: **true** Indicates whether the introduction screen is hidden for the user of the sole proprietorship legal entity type.
|
OnboardingLinkSettings |
OnboardingLinkSettings.hideOnboardingIntroductionTrust(Boolean hideOnboardingIntroductionTrust) |
Default value: **true** Indicates whether the introduction screen is hidden for the user of the trust legal entity type.
|
OnboardingLinkSettings |
OnboardingLinkSettings.instantBankVerification(Boolean instantBankVerification) |
Default value: **true** Indicates if the user can initiate the verification process through open banking providers, like Plaid or Tink.
|
OnboardingLinkSettings |
OnboardingLinkSettings.requirePciSignEcommerce(Boolean requirePciSignEcommerce) |
Default value: **false** Indicates if the user is required to sign a PCI questionnaires for the **eCommerce** sales channel type.
|
OnboardingLinkSettings |
OnboardingLinkSettings.requirePciSignEcomMoto(Boolean requirePciSignEcomMoto) |
Default value: **false** Indicates if the user is required to sign a PCI questionnaires for the **ecomMoto** sales channel type.
|
OnboardingLinkSettings |
OnboardingLinkSettings.requirePciSignPos(Boolean requirePciSignPos) |
Default value: **false** Indicates if the user is required to sign a PCI questionnaires for the **pos** sales channel type.
|
OnboardingLinkSettings |
OnboardingLinkSettings.requirePciSignPosMoto(Boolean requirePciSignPosMoto) |
Default value: **false** Indicates if the user is required to sign a PCI questionnaires for the **posMoto** sales channel type.
|
OnboardingLinkSettings |
OnboardingLinkSettings.transferInstrumentLimit(Integer transferInstrumentLimit) |
The maximum number of transfer instruments the user can create.
|