Skip to main content
verificationResultId
string
Unique identifier for the verification result.
verificationId
string
Unique identifier for the verification.
timeCreated
date
Time verification result record was created.
passed
boolean
Set to true if the verification result has passed.
noRetry
boolean
Set to true if the verification result has failed and the signer can no longer retry.
expired
boolean
Set to true if the verification result has expired and can no longer be completed by signer.
scores
Map<string, integer>
Dictionary of verification results and their pass/fail score.
Score mapping: -1 = missing, 0 = failed/no match, 50 = partial match, 100 = passed.
scoresDescription
Map<string, string>
Dictionary of messages associated with each score in scores.
fieldScores
Map<string, integer>
Dictionary of verification input fields and their pass/fail score.
fields
Map<string, object>
Dictionary of verification input fields and their values used to generate the results.
data
Map<string, object>
Dictionary of any additional fields and their values generated while processing the results.
error
string
May contain an error code if verification result is in a failed state.
type
string
The type of verification result.
state
string
The state of the verification result.
documents
object[]
Documents associated with the verification result.