Structs§
- Cancel
Identity Verification Session - A VerificationSession object can be canceled when it is in
requires_input
status. - Create
Identity Verification Session - Creates a VerificationSession object.
- Create
Identity Verification Session Options - A set of options for the session’s verification checks.
- Create
Identity Verification Session Options Document - Options that apply to the document check.
- List
Identity Verification Session - Returns a list of VerificationSessions
- Provided
Details Param - Redact
Identity Verification Session - Redact a VerificationSession to remove all collected information from Stripe. This will redact the VerificationSession and all objects related to it, including VerificationReports, Events, request logs, etc.
- Retrieve
Identity Verification Session - Retrieves the details of a VerificationSession that was previously created.
- Update
Identity Verification Session - Updates a VerificationSession object.
- Update
Identity Verification Session Options - A set of options for the session’s verification checks.
- Update
Identity Verification Session Options Document - Options that apply to the document check.
Enums§
- Create
Identity Verification Session Options Document Allowed Types - Array of strings of allowed identity document types. If the provided identity document isn’t one of the allowed types, the verification check will fail with a document_type_not_allowed error code.
- Create
Identity Verification Session Type - The type of verification check to be performed.
You must provide a
type
if not passingverification_flow
. - Update
Identity Verification Session Options Document Allowed Types - Array of strings of allowed identity document types. If the provided identity document isn’t one of the allowed types, the verification check will fail with a document_type_not_allowed error code.
- Update
Identity Verification Session Type - The type of verification check to be performed.