For the complete documentation index, see llms.txt. This page is also available as Markdown.

Employment History Details

Retrieves all UANs linked to a given PAN and/or mobile number, fetches associated employment history records, and computes a name-match score against the user-provided name to verify identity accuracy.

employment_history

POST https://secctrl.tutelar.io/api/v2/kyc/banking/employment_history

Name
Value

Content-Type

application/json

Authorization

Bearer eyJhbGciOiJ.....

Post parameters description is given below,

Post Parameter
Type
Is Mandatory
Dependency Condition
Description

uanNumber

String

Conditional Mandatory

Either uanNumber, panNumber or mobileNumber is Required

UAN Number

panNumber

String

Conditional Mandatory

Either uanNumber, panNumber or mobileNumber is Required

PAN Number

mobileNumber

String

Conditional Mandatory

Either uanNumber, panNumber or mobileNumber is Required

Mobile Number

employeeName

String

Optional

Employee Name is not required

Employee Name

Sample Post Parameters

{
    "uanNumber":  "102040138045", //Conditional Mandatory
    "panNumber": "MDQPS6020K", //Conditional Mandatory
    "mobileNumber": "9360104074", //Conditional Mandatory
    "employeeName": "Siva" //Optional
}

Get details

This Get details API using to fetch the latest updated response when the above API gave the status as in-progress by using the reference_id

GET https://secctrl.tutelar.io/api/v2/kyc/banking/employment_history

Query parameters description is given below,

Query Parameter
Type
Is Mandatory
Description

reference_id

String

Yes

Reference Id

Last updated