PAN OCR Verification
The PAN OCR Verification journey enables businesses to verify user PAN by using an OCR-processed image of the PAN card as input.
The businesses can configure these checks with our PAN OCR Verification journey
Journey ID will be shared as part of Onboarding.
Journey Output Data
{
"key_name": "PAN",
"key_status": "CHECKED",
"key_data": [
{
"digital_fetch_status": "SUCCESS",
"gender": "Male",
"key_id": "ABCDE1234F",
"dob": "13-08-1990",
"name": "SURESH GUDIVADA",
"ocr_image": "<S3 Signed URL of the user uploaded image>",
"ocr_data": {
"pan_number": "ABCDE1234F",
"date_of_issue": "",
"father_name": "RAMESH GUDIVADA",
"dob": "13-08-1990",
"name": "SURESH GUDIVADA",
"pan_type": "Individual"
}
}
]
}
- *Size of the image should be less than 2 MB.
- *The supported formats for OCR input are JPG, JPEG and PNG.
These journeys do not include any pre-configured Ownership or Fraud Checks. To add these checks, please contact your Account Manager.
Key Status
Status | Description |
---|---|
VERIFIED | Data is retrieved from the source of truth |
CHECKED | Data is derived or obtained from third parties |
IN_PROGRESS | Currently verifying data with the official source or third parties |
FAILED | User-shared data is invalid or incorrect |
UNVERIFIED | User-shared data without confirmation from official sources |
USER_DONT_HAVE | User states they lack the specified ID |
Updated 3 months ago