verificationStatus property

String? verificationStatus
final

When micro-deposit-based verification is being used, the accounts object includes an Item's verification_status. Possible values are:

  • 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.

Implementation

final String? verificationStatus;