Identity Check
Output
Attribute | Type | Description |
---|---|---|
object | Comply Cube client details. | |
map | Results of performed checks. |
Client
Attribute | Type | Description |
---|---|---|
id | string | The unique identifier for a client. |
type | string, possible values include:
| The type of client. |
entityName | string | The client's full name. |
string | The client's email address. | |
object | Details for a client of type | |
companyDetails | object | Details for a client of type |
createdAt | string | The date and time when the client was created. |
updatedAt | string | The date and time when the client was updated. |
Person Details
Attribute | Type | Description |
---|---|---|
firstName | string | The client's first name. |
lastName | string | The client's last name. |
Company Details
Attribute | Type | Description |
---|---|---|
name | string | The client's name. |
Checks Result
Attribute | Type | Description |
---|---|---|
string | Result of the identity check. |
Identity Check
Attribute | Type | Description |
---|---|---|
state | string, possible values include:
| The status of the client's verification |
object | Document which was used to verification process. | |
files | links | Links that allow to download client's documents. |
outcome | string, possible values include:
| The outcome attribute represents the overall check result. Returned values include:
|
breakdown | object | Details of verification. |
Document
Attribute | Type | Description |
---|---|---|
type | string, valid values include:
| The type of document. |
issuingCountry | string | The document's issuing country. This will be the two-letter country ISO code. |
createdAt | string | The date and time when the document was created. |
updatedAt | string | The date and time when the document was updated. |
Breakdown
Property | Type | Description |
---|---|---|
object | The facial analysis results. | |
object | The facial analysis results. | |
object | The integrity analysis results. |
Face Analysis
Attribute | Type | Description |
---|---|---|
faceDetection | string | Indicates whether a face is detected and that number of faces detected on the ID and live photo are valid. |
facialSimilarity | string | Indicates whether the faces on the live photo and document belong to the same person. |
previouslyEnrolledFace | string | Indicates whether the face on the live photo has been previously enrolled as a different client. |
object | Breakdown related to facial analysis. |
Face Analysis Breakdown
Attribute | Type | Description |
---|---|---|
facialSimilarityScore | number | Indicates the similarity level of whether two faces belong to the same person. The score will be 100 for a perfect match. |
array<object> | If a face is deemed to have been enrolled previously, this will contain an array of objects. |
Enrolled Faces Matches
Attribute | Type | Description |
---|---|---|
clientId | string | Unique identifier for the matching client. |
entityName | string | Full name of the client. |
livePhotoId | string | Unique identifier for the matching live photo. |
facialSimilarityScore | number | The similarity level of the client's face against the live photo associated with the check. |
Authenticity Analysis
Attribute | Type | Description |
---|---|---|
spoofedImageAnalysis | string | Indicates whether images are spoofed, copied from internet, or blacklisted. |
livenessCheck | string | Indicates if live photo is genuine and not a photo-of-an-image or screen. |
object | Breakdown related to authenticity analysis. |
Authenticity Analysis Breakdown
Attribute | Type | Description |
---|---|---|
specimenCheckMatches | array<string> | If an image is deemed copied from the internet, this will contain an array of URLs pointing to the image. |
livenessCheckScore | number | Indicates the liveness score of the live photo. The score will be 100 when it is assumed to be authentic. |
Integrity Analysis
Attribute | Type | Description |
---|---|---|
faceDetection | string | Indicates whether expected number of faces are detected. |
vpnDetected | string | Indicates if client used a Virtual Private Network (VPN). |
Example
Last updated