Parameters
| Parameter | Type | Format | Description |
|---|---|---|---|
| IsIssuerVerified | Boolean | Fails if the document has not been electronically 'signed', or if a chain from that signature to a trusted source can not be established | |
| IssuerCommonName | String | The common name of the authority that issued the signing certificate | |
| IssuerOrganisationName | String | The organisation name of the authority that issued the signing certificate | |
| IssuerCountry | String | The country of the authority that issued the signing certificate | |
| MrzLine1 | String | The first line of the MRZ as it appeared on the passport chip | |
| MrzLine2 | String | The second line of the MRZ as it appeared on the passport chip | |
| MrzLine1Verified | Boolean | If the first line of the MRZ was successfully verified against the document image | |
| MrzLine2Verified | String | If the second line of the MRZ was successfully verified against the document image | |
| DataGroupsVerified | Int32[] | The data groups for which cryptographic checks performed on the chip have confirmed the data has not been altered | |
| DataGroupsFailed | Int32[] | The data groups for which cryptographic checks performed on the chip have confirmed the data has been altered | |
| IsFaceMatch | Boolean | Whether the face from the passport chip matches the face from the passport image | |
| FaceMatchConfidence | Decimal | The confidence level that the face from the video matches the face from the passport |