Rejection Reasons

A list of Rejection Reasons is visible at the top level of our Job API responses for IDV jobs, 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 Name (Dashboard View)Rejection Reason Description
id-invalidOne or more checks on the ID did not pass.
id-card-detectionCard Detection (under Valid ID)No ID was clearly detected in the image.
id-paper-printPaper Print (under Valid ID)The ID may be a copy, rather than an original physical document.
id-distance-paper-printDistance Paper Print (under Valid ID)The ID may be a copy, rather than an original physical document, based on the distance-capture image.
id-distance-faces-mismatchDistance Faces Mismatch (under Valid ID)The primary face on the ID does not match the primary face in the distance-capture image.
id-image-manipulationImage Manipulation (under Valid ID)The ID image may be digitally manipulated.
id-primary-face-detectionPrimary Face Detection (under Valid ID)The primary face (larger) photo on the ID could not be clearly detected.
id-e-screenE-Screen (under Valid ID)The ID may be displayed on a screen.
id-distance-e-screenDistance E-Screen (under Valid ID)The ID may be displayed on a screen, based on the distance-capture image.
id-data-extractionData Extraction (under Valid ID)The text on the ID could not be clearly extracted.
id-primary-face-image-qualityPrimary Face Image Quality (under Valid ID)The primary face (larger) photo on the ID may be unclear, obstructed, partially covered, or of low quality.
id-known-fraudulent-nameKnown Fraudulent Name (under Valid ID)The name on the ID matches a known fraudulent name.
id-public-personaPublic Persona Match (under Valid ID)The primary face (larger) photo on the ID matches a public persona.
id-primary-face-photo-injectionPrimary Face Photo Injection (under Valid ID)The primary face (larger) photo image may be altered or replaced.
id-information-missingInformation Missing (under Valid ID)The required information could not be clearly read or extracted from the ID.
id-field-manipulationField Manipulation (under Valid ID)Details from the ID may be altered.
id-primary-face-age-mismatchPrimary Face to Age Mismatch (under Valid ID)The person's apparent age in the ID primary face image does not match the age indicated in the ID details.
id-unsupportedID Unsupported (under Valid ID)The ID could not be read or is an unsupported ID.
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-screenE-Screen (under Valid Selfie)The selfie may be displayed on a screen.
selfie-distance-e-screenDistance E-Screen (under Valid Selfie)The selfie may be displayed on a screen, based on the distance-capture image.
selfie-id-age-mismatchSelfie to ID Age Mismatch (under Valid Selfie)The person's apparent age in the selfie does not match the age indicated in the ID details.
selfie-face-missingFace Missing (under Valid Selfie)No face was detected in the selfie image.
selfie-image-qualityImage Quality (under Valid Selfie)The face in the selfie image may be unclear, obstructed, partially covered, or of low quality.
selfie-liveness-rejectionLiveness Rejection (under Valid Selfie)The user completed the selfie liveness check but did not pass.
selfie-public-personaPublic Persona Match (under Valid Selfie)The face in the selfie image matches a public persona.
selfie-distance-faces-mismatchSelfie Distance Faces Mismatch (under Valid Selfie)The face in the original selfie does not match the face in the distance-capture selfie.