OPENAPI / COMPONENTS / SCHEMAS
GelatoVerificationReport
stripe_identity_verification_reportA 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).
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.
createdintegerrequiredTime at which the object was created. Measured in seconds since the Unix epoch.
documentgelato_document_reportemailgelato_email_reportidstringrequiredUnique identifier for the object.
id_numbergelato_id_number_reportlivemodebooleanrequiredIf the object exists in live mode, the value is `true`. If the object exists in test mode, the value is `false`.
objectstringrequiredString representing the object's type. Objects of the same type share the same value.
optionsgelato_verification_report_optionsphonegelato_phone_reportselfiegelato_selfie_reporttypestringrequiredType of report.
verification_flowstringThe configuration token of a verification flow from the dashboard.
verification_sessionstringID of the VerificationSession that created this report.