Skip to main content

VerificationStatus

Verification status of an account holder

enum VerificationStatus {
NotStarted
WaitingForInformation
Pending
Verified
Refused
}

Values

VerificationStatus.NotStarted

When the account holder has not started to answer the verification process.

VerificationStatus.WaitingForInformation

When Swan is waiting for information about the account holder to continue the verification process.

VerificationStatus.Pending

When the verification process is pending.

VerificationStatus.Verified

When the account holder is verified.

VerificationStatus.Refused

When the account holder is refused.

Member Of

AccountHolder object ● AccountHolderFilterInput input ● AccountHolderNotStartedVerificationStatusInfo object ● AccountHolderPendingVerificationStatusInfo object ● AccountHolderRefusedVerificationStatusInfo object ● AccountHolderVerificationStatusInfo interface ● AccountHolderVerifiedVerificationStatusInfo object ● AccountHolderWaitingForInformationVerificationStatusInfo object