Skip to main content

OnboardIndividualAccountHolderInput

Inputs to onboard a new individual account holder

input OnboardIndividualAccountHolderInput {
accountName: String
accountCountry: AccountCountry
employmentStatus: EmploymentStatus
monthlyIncome: MonthlyIncome
residencyAddress: ResidencyAddressInput
email: String
language: String
redirectUrl: String
oAuthRedirectParameters: OAuthRedirectParametersInput
taxIdentificationNumber: String
}

Fields

OnboardIndividualAccountHolderInput.accountName ● String scalar

Account name of the individual account holder.

  • Length must be from 0 to 100 characters.

OnboardIndividualAccountHolderInput.accountCountry ● AccountCountry enum

Country of the account created at the end of onboarding.

OnboardIndividualAccountHolderInput.employmentStatus ● EmploymentStatus enum

Employment status of the individual account holder.

OnboardIndividualAccountHolderInput.monthlyIncome ● MonthlyIncome enum

Monthly income of the individual account holder (euro).

OnboardIndividualAccountHolderInput.residencyAddress ● ResidencyAddressInput input

Residency address of the individual account holder.

  • Must be in a European country.

OnboardIndividualAccountHolderInput.email ● String scalar

Email of the legal representative.

  • Length must be from 0 to 255 characters.
  • Valid format (regex):
    /^[A-Z0-9_+.-]*[A-Z0-9_+-]@([A-Z0-9][A-Z0-9-]*\.)+[A-Z]{2,}$/i
  • Some email providers are not accepted by our system.

OnboardIndividualAccountHolderInput.language ● String scalar

Language of the onboarding process.

  • Accepted languages: ["en", "fr", "nl", "de", "it", "es", "pt", "fi"]

OnboardIndividualAccountHolderInput.redirectUrl ● String scalar

URL used to redirect the user at the end of the onboarding process.

  • If null the user is redirected to the white label web banking.
  • Length must be from 0 to 255 characters

OnboardIndividualAccountHolderInput.oAuthRedirectParameters ● OAuthRedirectParametersInput input

Extra parameters provided by partner.

OnboardIndividualAccountHolderInput.taxIdentificationNumber ● String scalar

Tax Identification Number.

  • Must be from 0 to 16 characters.

Member Of

onboardIndividualAccountHolder mutation ● OnboardIndividualShareholderInput input