VerificationSessionService
Contents
Description #
Source #
File: includes/lib/stripe-php/lib/Service/Identity/VerificationSessionService.php
Methods #
- all — Returns a list of VerificationSessions.
 - cancel — A VerificationSession object can be canceled when it is in requires_input status.
 - create — Creates a VerificationSession object.
 - redact — Redact a VerificationSession to remove all collected information from Stripe.
 - retrieve — Retrieves the details of a VerificationSession that was previously created.
 - update — Updates a VerificationSession object.