Rejection Reasons

A list of Rejection Reasons is visible in the result 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

"result": {
...

 "rejectionReasons": [
   {
     "key": "id-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-detectionNo ID was clearly detected in the image.
id-paper-printThe ID may be a copy, rather than an original physical document.
id-face-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 altered.
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-data-extractionThe text on the ID could not be clearly extracted.
id-image-qualityThe primary face (larger) photo on the ID may be unclear, obstructed or partially covered.
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-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-age-mismatchThe person's apparent age in the ID image does not match the age indicated in the ID details.
id-unsupportedThe ID could not be read or is an unsupported ID.
selfie-e-screenThe selfie may be displayed on a screen.
selfie-age-mismatchThe person's apparent age in the ID image does not match the age indicated in the ID details.
selfie-face-missingNo face was detected in the selfie image.
selfie-image-obscuredThe face in the selfie image may be unclear, obstructed or partially covered.
selfie-liveness-incompleteThe liveness check was not completed.
selfie-public-personaThe face in the selfie image matches a public persona.
selfie-face-mismatchThe selfie does not match the face in the distance-capture image.