OPENAPI / COMPONENTS / SCHEMAS

GelatoVerificationReport

stripe_identity_verification_report

A VerificationReport is the result of an attempt to collect and verify data from a user. The collection of verification checks performed is determined from the `type` and `options` parameters used. You can find the result of each verification check performed in the appropriate sub-resource: `document`, `id_number`, `selfie`. Each VerificationReport contains a copy of any data collected by the user as well as reference IDs which can be used to access collected images through the [FileUpload](https://docs.stripe.com/api/files) API. To configure and create VerificationReports, use the [VerificationSession](https://docs.stripe.com/api/identity/verification_sessions) API. Related guide: [Accessing verification results](https://docs.stripe.com/identity/verification-sessions#results).

object14properties
client_reference_idstring

A 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.

createdintegerrequired

Time at which the object was created. Measured in seconds since the Unix epoch.

documentgelato_document_report

emailgelato_email_report

idstringrequired

Unique identifier for the object.

id_numbergelato_id_number_report

livemodebooleanrequired

If the object exists in live mode, the value is `true`. If the object exists in test mode, the value is `false`.

objectstringrequired

String representing the object's type. Objects of the same type share the same value.

optionsgelato_verification_report_options

phonegelato_phone_report

selfiegelato_selfie_report

typestringrequired

Type of report.

verification_flowstring

The configuration token of a verification flow from the dashboard.

verification_sessionstring

ID of the VerificationSession that created this report.