Module identity_verification_session

Source

Structs§

CancelIdentityVerificationSession
A VerificationSession object can be canceled when it is in requires_input status.
CreateIdentityVerificationSession
Creates a VerificationSession object.
CreateIdentityVerificationSessionOptions
A set of options for the session’s verification checks.
CreateIdentityVerificationSessionOptionsDocument
Options that apply to the document check.
ListIdentityVerificationSession
Returns a list of VerificationSessions
ProvidedDetailsParam
RedactIdentityVerificationSession
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.
RetrieveIdentityVerificationSession
Retrieves the details of a VerificationSession that was previously created.
UpdateIdentityVerificationSession
Updates a VerificationSession object.
UpdateIdentityVerificationSessionOptions
A set of options for the session’s verification checks.
UpdateIdentityVerificationSessionOptionsDocument
Options that apply to the document check.

Enums§

CreateIdentityVerificationSessionOptionsDocumentAllowedTypes
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.
CreateIdentityVerificationSessionType
The type of verification check to be performed. You must provide a type if not passing verification_flow.
UpdateIdentityVerificationSessionOptionsDocumentAllowedTypes
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.
UpdateIdentityVerificationSessionType
The type of verification check to be performed.