UAN Basic
The UAN (Universal Account Number) Basic API is a specialized tool designed to facilitate seamless access to basic payment features associated with UANs.
uan_basic
POST https://secctrl.tutelar.io/api/v1/kyc/banking/uan_basic
Post parameters description is given below,
1) Search By UAN Number
uan_number
String
Yes
-
UAN Number
employee_name
String
No
-
Employee Name
employer_name
String
No
If employer_name is provided, then employee_name is mandatory
Employer Name
2) Search By Lookups
mobile_number
String
Yes ( Conditional Mandatory )
If pan_number is provided mobile_number is not mandatory
UAN Number
pan_number
String
Yes ( Conditional Mandatory )
If mobile_number is provided pan_number is not mandatory
Pan Number
date_of_birth
String
No
If date_of_birth is provided, then employee_name is mandatory
Date of birth - format should be YYYY-MM-DD
employee_name
String
No
-
Employee Name
employer_name
String
No
If employer_name is provided, then employee_name is mandatory
Employer Name
Sample Post Parameters
{
"uan_number": "100782123453",
"employee_name": "Subin Balachandran",
"employer_name": "Tutelar Solutions Private Limited"
}{
"mobile_number": "9560104075",
"pan_number": "CNMPS6020K",
"date_of_birth": "1991-09-07"
"employee_name": "Subin Balachandran",
"employer_name": "Tutelar Solutions Private Limited"
}
Check Document Status
Get document 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/v1/kyc/banking/uan_basic
Query parameters description is given below,
reference_id
String
Yes
Document reference id
Last updated