Unique identifier for the object.
String representing the object's type. Objects of the same type share the same value.
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.
Time at which the object was created. Measured in seconds since the Unix epoch.
OptionaldocumentResult from a document check
OptionalemailResult from a email check
Optionalid_Result from an id_number check
Has the value true if the object exists in live mode or the value false if the object exists in test mode.
OptionaloptionsOptionalphoneResult from a phone check
OptionalselfieResult from a selfie check
Type of report.
Optionalverification_The configuration token of a verification flow from the dashboard.
ID of the VerificationSession that created this 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
typeandoptionsparameters 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 API. To configure and create VerificationReports, use the VerificationSession API.
Related guide: Accessing verification results.