plaid2.model.identity_verification_step_status module
- class plaid2.model.identity_verification_step_status.IdentityVerificationStepStatus(value)[source]
Bases:
str
,Enum
An enumeration.
- active = 'active'
- canceled = 'canceled'
- expired = 'expired'
- failed = 'failed'
- manually_approved = 'manually_approved'
- manually_rejected = 'manually_rejected'
- not_applicable = 'not_applicable'
- pending_review = 'pending_review'
- skipped = 'skipped'
- success = 'success'
- waiting_for_prerequisite = 'waiting_for_prerequisite'