Rejection Reasons
A list of Rejection Reasons is visible at the top level of our Job API responses , providing more details on why a job was rejected.
NOTE: Descriptions are subject to change, while keys will remain stable.
Schema
rejectionReasons: {
key: string;
description: string;
}[];Example
{
"rejectionReasons": [
{
"key": "id-card-detection",
"description": "No ID was clearly detected in the image."
},
{
"key": "selfie-e-screen",
"description": "The selfie may be displayed on a screen."
}
]
}
Possible Values
| Rejection Reason Key | Rejection Reason Description |
|---|---|
| id-invalid | One or more checks on the ID did not pass. |
| id-card-detection | No ID was clearly detected in the image. |
| id-paper-print | The ID may be a copy, rather than an original physical document. |
| id-distance-paper-print | The ID may be a copy, rather than an original physical document, based on the distance-capture image. |
| id-distance-faces-mismatch | The primary face on the ID does not match the primary face in the distance-capture image. |
| id-image-manipulation | The ID image may be digitally manipulated. |
| id-primary-face-detection | The primary face (larger) photo on the ID could not be clearly detected. |
| id-e-screen | The ID may be displayed on a screen. |
| id-distance-e-screen | The ID may be displayed on a screen, based on the distance-capture image. |
| id-data-extraction | The text on the ID could not be clearly extracted. |
| id-primary-face-image-quality | The primary face (larger) photo on the ID may be unclear, obstructed, partially covered, or of low quality. |
| id-known-fraudulent-name | The name on the ID matches a known fraudulent name. |
| id-public-persona | The primary face (larger) photo on the ID matches a public persona. |
| id-primary-face-photo-injection | The primary face (larger) photo image may be altered or replaced. |
| id-information-missing | The required information could not be clearly read or extracted from the ID. |
| id-field-manipulation | Details from the ID may be altered. |
| id-primary-face-age-mismatch | The person’s apparent age in the ID primary face image does not match the age indicated in the ID details. |
| id-barcode-mismatch | The barcode data is inconsistent with the data from the front of the ID. |
| id-birth-date-mismatch | The date of birth on the ID is inconsistent with the submitted date of birth. |
| id-expired | The expiration date on the ID indicates it is no longer valid. |
| id-selfie-faces-mismatch | The faces in the ID and selfie images do not match. |
| id-name-mismatch | The first/last name provided is inconsistent with the information extracted from the ID. |
| id-restricted-document | The ID type does not meet the document requirements configured for this account. |
| id-missing-identity | Identity information could not be extracted from the submitted ID. |
| id-dlv-mismatch | The ID did not pass Driver's License Verification. |
| selfie-invalid | One or more checks on the selfie did not pass. |
| selfie-e-screen | The selfie may be displayed on a screen. |
| selfie-distance-e-screen | The selfie may be displayed on a screen, based on the distance-capture image. |
| selfie-id-age-mismatch | The person’s apparent age in the selfie does not match the age indicated in the ID details. |
| selfie-face-missing | No face was detected in the selfie image. |
| selfie-image-quality | The face in the selfie image may be unclear, obstructed, partially covered, or of low quality. |
| selfie-liveness-rejection | The user completed the selfie liveness check but did not pass. |
| selfie-public-persona | The face in the selfie image matches a public persona. |
| selfie-distance-faces-mismatch | The face in the original selfie does not match the face in the distance-capture selfie. |
Updated 3 days ago
