Browse: Home / Classes /

VerificationSession

VerificationSession

A VerificationSession guides you through the process of collecting and verifying the identities of your users. It contains details about the type of verification, such as what verification check to perform.


Description #

Only create one VerificationSession for each verification in your system.

A VerificationSession transitions through <a href="/docs/identity/how-sessions-work">multiple statuses throughout its lifetime as it progresses through the verification flow. The VerificationSession contains the user’s verified data after verification checks are complete.

Related guide: <a href="https://stripe.com/docs/identity/verification-sessions”>The Verification Sessions API


Source #

File: includes/lib/stripe-php/lib/Identity/VerificationSession.php



Methods #