Passport Journey
Through Equal businesses can verify both domestic and international passports via the Passport OCR journey. Users can input their passport image.
Businesses can configure these checks with passport
Journey ID will be shared as part of Onboarding
Journey Output Data
{
"key_name": "PASSPORT",
"key_status": "CHECKED",
"key_data": [
{
"gender": "Male",
"issue_country": "",
"address_pincode": "500xxx",
"key_source": "Ministry of External Affairs",
"address": "NO.109,APEX APT, xxxxx,INDIA",
"key_id": "R595xxxx",
"expiry_date": "dd-MM-yyyy",
"ocr_image": "<s3 signed url of ocr image>",
"last_name": "PRAKASH",
"passport_no": "R595xxxx",
"verification_type": "OCR",
"issuer_name": "Ministry of External Affairs",
"key_name": "PASSPORT",
"nationality": "INDIAN",
"father_name": "SUNDAR PRAKASH",
"dob": "dd-MM-yyyy",
"name": "RAM PRAKASH",
"poi_match_check": true,
"key_fetched_at": "2023-08-08T09:32:33.391Z"
}
]
}
This journey does 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