RegistrationRecordIdentifyingInfoPayload
No description
type RegistrationRecordIdentifyingInfoPayload {
identityVerificationSteps: IdentityVerificationSteps
kycInfoEntered: KYCInfoEnteredStatus!
}
Fields
RegistrationRecordIdentifyingInfoPayload.identityVerificationSteps
● IdentityVerificationSteps
object
If additional identity verification is necessary after entering identifying info, this will be non-null
RegistrationRecordIdentifyingInfoPayload.kycInfoEntered
● KYCInfoEnteredStatus!
non-null enum
Returned by
registrationRecordIdentifyingInfo
mutation