Skip to main content

UpdateIndividualOnboardingInput

No description

input UpdateIndividualOnboardingInput {
accountName: String
accountCountry: AccountCountry
employmentStatus: EmploymentStatus
monthlyIncome: MonthlyIncome
residencyAddress: ResidencyAddressInput
email: String
language: String
onboardingId: ID!
taxIdentificationNumber: String
}

Fields

UpdateIndividualOnboardingInput.accountName ● String scalar

Account name of the individual account holder.

  • Length must be from 0 to 100 characters.

UpdateIndividualOnboardingInput.accountCountry ● AccountCountry enum

Country of the account created at the end of onboarding.

UpdateIndividualOnboardingInput.employmentStatus ● EmploymentStatus enum

Employment status of the individual account holder.

UpdateIndividualOnboardingInput.monthlyIncome ● MonthlyIncome enum

Monthly income of the individual account holder (euro).

UpdateIndividualOnboardingInput.residencyAddress ● ResidencyAddressInput input

Residency address of the individual account holder.

  • Must be in a European country.

UpdateIndividualOnboardingInput.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.

UpdateIndividualOnboardingInput.language ● String scalar

Language of the onboarding process.

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

UpdateIndividualOnboardingInput.onboardingId ● ID! non-null scalar

ID of the onboarding to update.

UpdateIndividualOnboardingInput.taxIdentificationNumber ● String scalar

Tax Identification Number.

  • Must be from 0 to 16 characters.

Member Of

updateIndividualOnboarding mutation