Feel free to reach techsupport@surepass.io for any technical support or guidance.
Authorization
header as Bearer TOKEN
.https://sandbox.surepass.io
https://kyc-api.surepass.io
Header | Required | Description |
---|---|---|
Authorization | Yes | Bearer token for authentication (JWT format) |
Content-Type | Yes | application/json |
Parameter | Type | Required | Description |
---|---|---|---|
id_number | String | Yes | Valid Udyog Aadhaar Number (UAN) |
get_certificate | Boolean | No | Get Udyam Certificate |
{
"id_number": "UDYAM-GJ-25-00000000"
}
Parameter | Type | Description |
---|---|---|
data | Object | Contains all verification data |
data.client_id | String | Unique client identifier |
data.uan | String | Udyog Aadhaar Number |
data.certificate_url | String | URL to download the Udyog Aadhaar certificate |
data.main_details | Object | Enterprise details (see table below) |
data.location_of_plant_details | Array of Objects | Plant location details (see table below) |
data.nic_code | Array of Objects | National Industrial Classification code details (see table below) |
status_code | Integer | HTTP status code |
success | Boolean | Indicates if the request was successful |
message | String | Additional message (null if successful) |
message_code | String | Message code for the response |
Parameter | Type | Description |
---|---|---|
enterprise_type_list | Array of Objects | Enterprise type classification by year |
name_of_enterprise | String | Name of the enterprise |
major_activity | String | Enterprise's major activity |
social_category | String | Social category of the enterprise |
date_of_commencement | String | Date of commencement (YYYY-MM-DD) |
dic_name | String | District Industries Centre name |
state | String | State name |
applied_date | String | Udyam registration date (YYYY-MM-DD) |
flat | String | Flat number |
name_of_building | String | Building name |
road | String | Road name |
village | String | Village name |
block | String | Block name |
city | String | City name |
pin | String | Pincode |
mobile_number | String | Mobile number (partially masked) |
String | Email address | |
organization_type | String | Type of organization |
gender | String | Gender of enterprise owner |
date_of_incorporation | String | Date of incorporation (YYYY-MM-DD) |
msme_dfo | String | Development and Facilitation Office |
registration_date | String | Registration date (YYYY-MM-DD) |
Parameter | Type | Description |
---|---|---|
unit_name | String | Name of the unit |
line_1 | String | Flat or plot number |
building | String | Building name |
village | String | Village name |
street | String | Street name |
road | String | Road name |
city | String | City name |
pin | String | Pincode |
state | String | State name |
district | String | District name |
Parameter | Type | Description |
---|---|---|
nic_2_digit | String | 2-digit NIC code |
nic_4_digit | String | 4-digit NIC code |
nic_5_digit | String | 5-digit NIC code |
activity_type | String | Type of activity |
added_on | String | Date added (YYYY-MM-DD) |
{
"data": {
"client_id": "uan_ANxqiNhrnwBbYwysUEvh",
"uan": "UDYAM-GJ-25-000000",
"certificate_url": "",
"main_details": {
"enterprise_type_list": [
{
"classification_year": "2023-24",
"enterprise_type": "Micro",
"classification_date": "2023-05-09"
},
{
"classification_year": "2022-23",
"enterprise_type": "Micro",
"classification_date": "2022-06-26"
},
{
"classification_year": "2021-22",
"enterprise_type": "Micro",
"classification_date": "2022-04-16"
}
],
"name_of_enterprise": " INDUSTRIES",
"major_activity": "Manufacturing",
"social_category": "General",
"date_of_commencement": "2012-10-17",
"dic_name": "XXXXXX",
"state": "AAAAAA",
"applied_date": "2022-04-16",
"flat": "106/9",
"name_of_building": "3RD PHASE",
"road": "XXXXX",
"village": "XXXXX",
"block": "NA",
"city": "VAPI",
"pin": "XXXXX",
"mobile_number": "XX*****XXX",
"email": "XXXXXXXXX@GMAIL.COM",
"organization_type": "Proprietary",
"gender": "Male",
"date_of_incorporation": "0000-10-17",
"msme_dfo": "XXXXXXX",
"registration_date": "00000-04-16"
},
"location_of_plant_details": [
{
"unit_name": "XX*************XX",
"line_1": "C-104, 14/3",
"building": "XXXXXXXXXX SOCIETY",
"village": "XXX",
"street": "",
"road": "BEHIND AAAAA COLLEGE",
"city": "AAAAA",
"pin": "000000",
"state": "AAAAAA",
"district": "AAAAA"
},
{
"unit_name": "ABCD INDUSTRIES",
"line_1": "106/9",
"building": "3RD ",
"village": "MILLS LTD",
"street": "",
"road": "ABCD",
"city": "ABCd",
"pin": "000000",
"state": "ABCD",
"district": "YYYYYY"
}
],
"nic_code": [
{
"nic_2_digit": " 0; management consultancy activities",
"nic_4_digit": "Management consultancy activities",
"nic_5_digit": "Management consultancy activities",
"activity_type": "Services",
"added_on": "0000-04-16"
},
{
"nic_2_digit": "0: machinery and equipment",
"nic_4_digit": "2599 - of other fabricate n.e.c.",
"nic_5_digit": "25999 - Manufacture of other fabricated metal products n.e.c.",
"activity_type": "Manufacturing",
"added_on": "0000-04-16"
}
]
},
"status_code": 200,
"success": true,
"message": null,
"message_code": "success"
}
{
"status_code": 400,
"success": false,
"message": "Invalid Udyog Aadhaar Number format",
"message_code": "invalid_input"
}
curl --location --request POST 'https://kyc-api.surepass.app/api/v1/corporate/udyog-aadhaar' \
--header 'Content-Type: application/json' \
--data-raw '{
"id_number": "UDYAM-GJ-25-00000000"
}'
{
"data": {
"client_id": "uan_ANxqiNhrnwBbYwysUEvh",
"uan": "UDYAM-GJ-25-000000",
"certificate_url": "",
"main_details": {
"enterprise_type_list": [
{
"classification_year": "2023-24",
"enterprise_type": "Micro",
"classification_date": "2023-05-09"
},
{
"classification_year": "2022-23",
"enterprise_type": "Micro",
"classification_date": "2022-06-26"
},
{
"classification_year": "2021-22",
"enterprise_type": "Micro",
"classification_date": "2022-04-16"
}
],
"name_of_enterprise": " INDUSTRIES",
"major_activity": "Manufacturing",
"social_category": "General",
"date_of_commencement": "2012-10-17",
"dic_name": "XXXXXX",
"state": "AAAAAA",
"applied_date": "2022-04-16",
"flat": "106/9",
"name_of_building": "3RD PHASE",
"road": "XXXXX",
"village": "XXXXX",
"block": "NA",
"city": "VAPI",
"pin": "XXXXX",
"mobile_number": "XX*****XXX",
"email": "XXXXXXXXX@GMAIL.COM",
"organization_type": "Proprietary",
"gender": "Male",
"date_of_incorporation": "0000-10-17",
"msme_dfo": "XXXXXXX",
"registration_date": "00000-04-16"
},
"location_of_plant_details": [
{
"unit_name": "XX*************XX",
"line_1": "C-104, 14/3",
"building": "XXXXXXXXXX SOCIETY",
"village": "XXX",
"street": "",
"road": "BEHIND AAAAA COLLEGE",
"city": "AAAAA",
"pin": "000000",
"state": "AAAAAA",
"district": "AAAAA"
},
{
"unit_name": "ABCD INDUSTRIES",
"line_1": "106/9",
"building": "3RD ",
"village": "MILLS LTD",
"street": "",
"road": "ABCD",
"city": "ABCd",
"pin": "000000",
"state": "ABCD",
"district": "YYYYYY"
}
],
"nic_code": [
{
"nic_2_digit": " 0; management consultancy activities",
"nic_4_digit": "Management consultancy activities",
"nic_5_digit": "Management consultancy activities",
"activity_type": "Services",
"added_on": "0000-04-16"
},
{
"nic_2_digit": "0: machinery and equipment",
"nic_4_digit": "2599 - of other fabricate n.e.c.",
"nic_5_digit": "25999 - Manufacture of other fabricated metal products n.e.c.",
"activity_type": "Manufacturing",
"added_on": "0000-04-16"
}
]
},
"status_code": 200,
"success": true,
"message": null,
"message_code": "success"
}