OnboardingInfo
No description
type OnboardingInfo {
id: String!
accountName: String
accountCountry: AccountCountry
email: String
language: String
info: OnboardingAccountHolderInfo!
onboardingUrl: String!
onboardingState: OnboardingState
redirectUrl: String!
projectInfo: ProjectInfo
verificationFlow: VerificationFlow!
oAuthRedirectParameters: OAuthRedirectParameters
statusInfo: OnboardingStatusInfo!
supportingDocumentCollection: SupportingDocumentCollection!
legalRepresentativeAcceptedIdentificationLevels: [IdentificationLevel]!
legalRepresentativeRecommendedIdentificationLevel: IdentificationLevel!
tcuUrl: String!
}
Fields
OnboardingInfo.id
● String!
non-null scalar
Unique identifier of an onboarding
OnboardingInfo.accountName
● String
scalar
Account name
OnboardingInfo.accountCountry
● AccountCountry
enum
Country of the account that will be created at the end of the onboarding process
OnboardingInfo.email
● String
scalar
OnboardingInfo.language
● String
scalar
Language of the onboarding process.
- Accepted languages:
["en", "fr", "nl", "de", "it", "es", "pt", "fi"]
OnboardingInfo.info
● OnboardingAccountHolderInfo!
non-null interface
Information regarding the Individual or the company to onboard
OnboardingInfo.onboardingUrl
● String!
non-null scalar
Redirect the legal representative of a new account holder to this URL to start the onboarding process
OnboardingInfo.onboardingState
● OnboardingState
enum
Current computed state of onboarding
OnboardingInfo.redirectUrl
● String!
non-null 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.
OnboardingInfo.projectInfo
● ProjectInfo
object
Project infos you set in the dashboard
OnboardingInfo.verificationFlow
● VerificationFlow!
non-null enum
Verification Flow
OnboardingInfo.oAuthRedirectParameters
● OAuthRedirectParameters
object
Extra parameters provided by partner
OnboardingInfo.statusInfo
● OnboardingStatusInfo!
non-null interface
Status (valid/invalid/finalized) and details of errors on fields
OnboardingInfo.supportingDocumentCollection
● SupportingDocumentCollection!
non-null object
Supporting document collection related to onboarding.
OnboardingInfo.legalRepresentativeAcceptedIdentificationLevels
● [IdentificationLevel]!
non-null enum
List of accepted identification level for the legal representative
OnboardingInfo.legalRepresentativeRecommendedIdentificationLevel
● IdentificationLevel!
non-null enum
Recommended identification level for the legal representative
OnboardingInfo.tcuUrl
● String!
non-null scalar
Swan TCU URL
Member Of
UpdateCompanyOnboardingSuccessPayload
object ● UpdateIndividualOnboardingSuccessPayload
object