Skip to main content

AccountVerificationStatus

Account Verification Status

enum AccountVerificationStatus {
PendingVerification
PendingReview
Verified
Rejected
}

Values

AccountVerificationStatus.PendingVerification

We are waiting for the end user to send a credit transfer from his external iban to any Swan owned iban

AccountVerificationStatus.PendingReview

We could not automatically match the external iban based on last received transfer. Manuel review process is underway

AccountVerificationStatus.Verified

Account has been verified

AccountVerificationStatus.Rejected

Account verification has been rejected

Member Of

AccountVerificationStatusInfo interface ● PendingReviewStatusInfo object ● PendingVerificationStatusInfo object ● RejectedVerificationStatusInfo object ● VerifiedStatusInfo object