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 KeyRejection Reason Description
id-invalidOne or more checks on the ID did not pass.
id-card-detectionNo ID was clearly detected in the image.
id-paper-printThe ID may be a copy, rather than an original physical document.
id-distance-paper-printThe ID may be a copy, rather than an original physical document, based on the distance-capture image.
id-distance-faces-mismatchThe primary face on the ID does not match the primary face in the distance-capture image.
id-image-manipulationThe ID image may be digitally manipulated.
id-primary-face-detectionThe primary face (larger) photo on the ID could not be clearly detected.
id-e-screenThe ID may be displayed on a screen.
id-distance-e-screenThe ID may be displayed on a screen, based on the distance-capture image.
id-data-extractionThe text on the ID could not be clearly extracted.
id-primary-face-image-qualityThe primary face (larger) photo on the ID may be unclear, obstructed, partially covered, or of low quality.
id-known-fraudulent-nameThe name on the ID matches a known fraudulent name.
id-public-personaThe primary face (larger) photo on the ID matches a public persona.
id-primary-face-photo-injectionThe primary face (larger) photo image may be altered or replaced.
id-information-missingThe required information could not be clearly read or extracted from the ID.
id-field-manipulationDetails from the ID may be altered.
id-primary-face-age-mismatchThe person’s apparent age in the ID primary face image does not match the age indicated in the ID details.
id-barcode-mismatchThe barcode data is inconsistent with the data from the front of the ID.
id-birth-date-mismatchThe date of birth on the ID is inconsistent with the submitted date of birth.
id-expiredThe expiration date on the ID indicates it is no longer valid.
id-selfie-faces-mismatchThe faces in the ID and selfie images do not match.
id-name-mismatchThe first/last name provided is inconsistent with the information extracted from the ID.
id-restricted-documentThe ID type does not meet the document requirements configured for this account.
id-missing-identityIdentity information could not be extracted from the submitted ID.
id-dlv-mismatchThe ID did not pass Driver's License Verification.
selfie-invalidOne or more checks on the selfie did not pass.
selfie-e-screenThe selfie may be displayed on a screen.
selfie-distance-e-screenThe selfie may be displayed on a screen, based on the distance-capture image.
selfie-id-age-mismatchThe person’s apparent age in the selfie does not match the age indicated in the ID details.
selfie-face-missingNo face was detected in the selfie image.
selfie-image-qualityThe face in the selfie image may be unclear, obstructed, partially covered, or of low quality.
selfie-liveness-rejectionThe user completed the selfie liveness check but did not pass.
selfie-public-personaThe face in the selfie image matches a public persona.
selfie-distance-faces-mismatchThe face in the original selfie does not match the face in the distance-capture selfie.