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 API authentication (JWT format) |
Content-Type | Yes | Must be set to application/json |
Accept | No | Preferred response format (defaults to application/json ) |
Parameter | Type | Required | Description |
---|---|---|---|
id_number | String | Yes | Valid UDYAM registration number in format UDYAM-{state}-{category}-{year}-{serial} |
{
"id_number": "UDYAM-I-Cg-19-0000009"
}
Parameter | Type | Description |
---|---|---|
data | Object | Container for all verification data |
data.client_id | String | Unique identifier for the verification request |
data.id_number | String | Verified UDYAM number |
data.input_id_number | String | Original input UDYAM number |
data.entrepreneur_name | String | Name of the business owner/entrepreneur |
data.gender | String | Gender of the entrepreneur |
data.social_category | String | Social category (General/SC/ST/OBC) |
data.organization_name | String | Registered business/organization name |
data.organization_type | String | Type of organization (Proprietory/Partnership/Company) |
data.nic_details | Array | National Industrial Classification codes |
data.activity | String | Primary business activity description |
data.major_activities | String | Major category of business activities |
data.date_of_registration | String | UDYAM registration date (YYYY-MM-DD format) |
data.dob | String | Date of birth of entrepreneur (YYYY-MM-DD format) |
data.mobile | String | Registered mobile number |
data.address | Array | Array of address objects with residential details |
data.aadhar_reference_no | String | Masked Aadhaar reference number |
data.customer_id | String | Unique customer identifier |
data.formatted_file_number | String | Formatted file reference number |
data.is_business_commercial | Boolean | Indicates if business is commercial |
data.dms_file_id | String | Document management system file ID |
data.bsr_code | String | Bank Statistical Return code |
data.activity_description | String | Detailed activity description |
data.aadhar_verified | Boolean | Aadhaar verification status |
data.voter_verified | Boolean | Voter ID verification status |
data.specially_abled | Boolean | Specially abled status |
data.created_by | String | Record creation identifier |
data.bank_customer_id | String | Bank customer identification |
data.adv_status | String | Advance status code |
data.occupation_details | Array | Detailed occupation and employment information |
data.bank_details | Array | Associated bank account details |
data.modified_date | String | Last modification date |
status_code | Integer | HTTP status code |
success | Boolean | API call success indicator |
message | String | Response message (null on success) |
message_code | String | Response message code |
{
"data": {
"client_id": "udyam_assist_verify_zrfcYYcYowsJXgXMvNyN",
"id_number": "UDYAM-I-Cg-19-0000009",
"input_id_number": "UDYAM-I-Cg-19-0000009",
"entrepreneur_name": "Anushka Kesharwani",
"gender": "Female",
"social_category": "General",
"organization_name": "Anushka Kesharwani",
"organization_type": "Proprietory",
"nic_details": [
{
"nic_five_digit_code": "12101"
}
],
"activity": "Custom tailoring",
"major_activities": "Manufacturing",
"date_of_registration": "2024-05-02",
"dob": "1973-03-03",
"mobile": "7779090897",
"address": [
{
"city": "Devkar Town Panchayat",
"state": "CHHATTISGARH",
"district": "BEMETARA",
"pincode": "491234",
"residential_address": "C/o: W/O Anushka Kesharwani\nHouse: -\nvtc: Devkar\nSubdist: Saja\nStreet: -\nState: Chhattisgarh\npo: Devkar\npc: 491234\ndist: Bemetara\nCountry: India, , "
},
{
"city": "Devkar Town Panchayat",
"state": "CHHATTISGARH",
"district": "BEMETARA",
"pincode": "491987",
"residential_address": "C/o: W/O Sushil Kesharwani\nHouse: -\nvtc: Devkar\nSubdist: Saja\nStreet: -\nState: Chhattisgarh\npo: Devkar\npc: 491987\ndist: Bemetara\nCountry: India, , "
}
],
"aadhar_reference_no": "113342229999999999",
"customer_id": "CW-AWC-31600000",
"formatted_file_number": "CW-AWC-11111",
"is_business_commercial": true,
"dms_file_id": "14222",
"bsr_code": "14111",
"activity_description": "Custom tailoring",
"aadhar_verified": false,
"voter_verified": false,
"specially_abled": false,
"created_by": "9999",
"bank_customer_id": "13838123",
"adv_status": "1",
"occupation_details": [
{
"major_activities": "Manufacturing",
"no_of_employees": "1",
"wdv_value": "0.0",
"turnover_value": "0.0"
}
],
"bank_details": [
{
"account_number": "34471785123",
"bank_name": "State Bank of India",
"ifsc_code": "SBIN0014111"
}
],
"modified_date": "2024-01-01"
},
"status_code": 200,
"success": true,
"message": null,
"message_code": "success"
}
{
"data": null,
"status_code": 400,
"success": false,
"message": "Invalid UDYAM number format",
"message_code": "invalid_input"
}
curl --location --request POST 'https://kyc-api.surepass.app/api/v1/corporate/udyog-aadhaar/udyam-assist-verify' \
--header 'Content-Type: application/json' \
--data-raw '{
"id_number": "UDYAM-I-Cg-19-0000009"
}'
{
"data": {
"client_id": "udyam_assist_verify_zrfcYYcYowsJXgXMvNyN",
"id_number": "UDYAM-I-Cg-19-0000009",
"input_id_number": "UDYAM-I-Cg-19-0000009",
"entrepreneur_name": "Anushka Kesharwani",
"gender": "Female",
"social_category": "General",
"organization_name": "Anushka Kesharwani",
"organization_type": "Proprietory",
"nic_details": [
{
"nic_five_digit_code": "12101"
}
],
"activity": "Custom tailoring",
"major_activities": "Manufacturing",
"date_of_registration": "2024-05-02",
"dob": "1973-03-03",
"mobile": "7779090897",
"address": [
{
"city": "Devkar Town Panchayat",
"state": "CHHATTISGARH",
"district": "BEMETARA",
"pincode": "491234",
"residential_address": "C/o: W/O Anushka Kesharwani\nHouse: -\nvtc: Devkar\nSubdist: Saja\nStreet: -\nState: Chhattisgarh\npo: Devkar\npc: 491234\ndist: Bemetara\nCountry: India, , "
},
{
"city": "Devkar Town Panchayat",
"state": "CHHATTISGARH",
"district": "BEMETARA",
"pincode": "491987",
"residential_address": "C/o: W/O Sushil Kesharwani\nHouse: -\nvtc: Devkar\nSubdist: Saja\nStreet: -\nState: Chhattisgarh\npo: Devkar\npc: 491987\ndist: Bemetara\nCountry: India, , "
}
],
"aadhar_reference_no": "113342229999999999",
"customer_id": "CW-AWC-31600000",
"formatted_file_number": "CW-AWC-11111",
"is_business_commercial": true,
"dms_file_id": "14222",
"bsr_code": "14111",
"activity_description": "Custom tailoring",
"aadhar_verified": false,
"voter_verified": false,
"specially_abled": false,
"created_by": "9999",
"bank_customer_id": "13838123",
"adv_status": "1",
"occupation_details": [
{
"major_activities": "Manufacturing",
"no_of_employees": "1",
"wdv_value": "0.0",
"turnover_value": "0.0"
}
],
"bank_details": [
{
"account_number": "34471785123",
"bank_name": "State Bank of India",
"ifsc_code": "SBIN0014111"
}
],
"modified_date": "2024-01-01"
},
"status_code": 200,
"success": true,
"message": null,
"message_code": "success"
}