Enum AccountBase.VerificationStatusEnum

java.lang.Object
java.lang.Enum<AccountBase.VerificationStatusEnum>
com.plaid.client.model.AccountBase.VerificationStatusEnum
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<AccountBase.VerificationStatusEnum>, java.lang.constant.Constable
Enclosing class:
AccountBase

public static enum AccountBase.VerificationStatusEnum
extends java.lang.Enum<AccountBase.VerificationStatusEnum>
The current verification status of an Auth Item initiated through Automated or Manual micro-deposits. Returned for Auth Items only. `pending_automatic_verification`: The Item is pending automatic verification `pending_manual_verification`: The Item is pending manual micro-deposit verification. Items remain in this state until the user successfully verifies the two amounts. `automatically_verified`: The Item has successfully been automatically verified `manually_verified`: The Item has successfully been manually verified `verification_expired`: Plaid was unable to automatically verify the deposit within 7 calendar days and will no longer attempt to validate the Item. Users may retry by submitting their information again through Link. `verification_failed`: The Item failed manual micro-deposit verification because the user exhausted all 3 verification attempts. Users may retry by submitting their information again through Link.