OnboardingInfo
No description
type OnboardingInfo {
id: String!
accountName: String
accountCountry: AccountCountry
acquisitionChannel: AcquisitionChannel
email: String
language: AccountLanguage
info: OnboardingAccountHolderInfo!
onboardingUrl: String!
onboardingState: OnboardingState @deprecated
redirectUrl: String!
projectInfo: ProjectInfo
oAuthRedirectParameters: OAuthRedirectParameters
statusInfo: OnboardingStatusInfo!
supportingDocumentCollection: SupportingDocumentCollection!
legalRepresentativeAcceptedIdentificationLevels: [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.acquisitionChannel ● AcquisitionChannel enum
Acquisition Channel to specify how the user joined, such as "InboundOrganic", "OutboundSales", etc.