Payslip OCR Journey
Businesses can use the Payslip OCR Verification journey to verify a user's payslip. The input required is a PDF of the payslip, and the duration of the payslip period can be configured by the businesses.
Businesses can configure these checks with Payslip OCR Verification Journey.
Journey ID will be shared as part of Onboarding
Journey Output Data
{
"key_name": "PAYSLIP",
"key_status": "IN_PROGRESS",
"key_data": [
{
"company_name_match": true,
"bank_account_number": "00187982783498",
"pf_number": "ABCDB12323212123",
"key_report": "<S3 URL of uploaded file>",
"key_verification_stage": "COMPLETE",
"employer_name": "Equal Identity Private Limited",
"uan_number": "10023423223",
"hra": "0.0",
"bank_name": "CITIBANK",
"earning": "100000.0",
"verification_type": "OCR",
"payslip_date": "2023-03",
"key_name": "PAYSLIP",
"deduction": "2000.0",
"name": "Suresh Gudivada",
"net_income": "98000.0",
"basic": "100000.0",
"key_fetched_at": "2023-11-24T07:45:05.257Z",
"doj": "08-08-2022"
},
{
"company_name_match": true,
"bank_account_number": "00187982783498",
"pf_number": "ABCDB12323212123",
"key_report": "<S3 URL of uploaded file>",
"key_verification_stage": "COMPLETE",
"employer_name": "Equal Identity Private Limited",
"uan_number": "10023423223",
"hra": "0.0",
"bank_name": "CITIBANK",
"earning": "100000.0",
"verification_type": "OCR",
"payslip_date": "2023-04",
"key_name": "PAYSLIP",
"deduction": "2000.0",
"name": "Suresh Gudivada",
"net_income": "98000.0",
"basic": "100000.0",
"key_fetched_at": "2023-11-24T07:45:05.257Z",
"doj": "08-08-2022"
},
{
"company_name_match": true,
"bank_account_number": "00187982783498",
"pf_number": "ABCDB12323212123",
"key_report": "<S3 URL of uploaded file>",
"key_verification_stage": "COMPLETE",
"employer_name": "Equal Identity Private Limited",
"uan_number": "10023423223",
"hra": "0.0",
"bank_name": "CITIBANK",
"earning": "100000.0",
"verification_type": "OCR",
"payslip_date": "2023-05",
"key_name": "PAYSLIP",
"deduction": "2000.0",
"name": "Suresh Gudivada",
"net_income": "98000.0",
"basic": "100000.0",
"key_fetched_at": "2023-11-24T07:45:05.257Z",
"doj": "08-08-2022"
}
]
}
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