OPENAPI / COMPONENTS / SCHEMAS
GelatoVerificationSession
stripe_identity_verification_sessionA 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](https://docs.stripe.com/identity/verification-checks) to perform. Only create one VerificationSession for each verification in your system. A VerificationSession transitions through [multiple statuses](https://docs.stripe.com/identity/how-sessions-work) 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: [The Verification Sessions API](https://docs.stripe.com/identity/verification-sessions)
client_reference_idstringA string to reference this user. This can be a customer ID, a session ID, or similar, and can be used to reconcile this verification with your internal systems.
client_secretstringThe short-lived client secret used by Stripe.js to [show a verification modal](https://docs.stripe.com/js/identity/modal) inside your app. This client secret expires after 24 hours and can only be used once. Don’t store it, log it, embed it in a URL, or expose it to anyone other than the user. Make sure that you have TLS enabled on any page that includes the client secret. Refer to our docs on [passing the client secret to the frontend](https://docs.stripe.com/identity/verification-sessions#client-secret) to learn more.
createdintegerrequiredTime at which the object was created. Measured in seconds since the Unix epoch.
idstringrequiredUnique identifier for the object.
last_errorstringIf present, this property tells you the last error encountered when processing the verification.
last_verification_reportstringID of the most recent VerificationReport. [Learn more about accessing detailed verification results.](https://docs.stripe.com/identity/verification-sessions#results)
livemodebooleanrequiredIf the object exists in live mode, the value is `true`. If the object exists in test mode, the value is `false`.
metadataobjectrequiredSet of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format.
objectstringrequiredString representing the object's type. Objects of the same type share the same value.
optionsstringA set of options for the session’s verification checks.
provided_detailsstringDetails provided about the user being verified. These details may be shown to the user.
redactionstringRedaction status of this VerificationSession. If the VerificationSession is not redacted, this field will be null.
related_customerstringCustomer ID
related_customer_accountstringThe ID of the Account representing a customer.
related_persongelato_related_personstatusstringrequiredStatus of this VerificationSession. [Learn more about the lifecycle of sessions](https://docs.stripe.com/identity/how-sessions-work).
typestringrequiredThe type of [verification check](https://docs.stripe.com/identity/verification-checks) to be performed.
urlstringThe short-lived URL that you use to redirect a user to Stripe to submit their identity information. This URL expires after 48 hours and can only be used once. Don’t store it, log it, send it in emails or expose it to anyone other than the user. Refer to our docs on [verifying identity documents](https://docs.stripe.com/identity/verify-identity-documents?platform=web&type=redirect) to learn how to redirect users to Stripe.
verification_flowstringThe configuration token of a verification flow from the dashboard.
verified_outputsstringThe user’s verified data.