Feel free to reach techsupport@surepass.io for any technical support or guidance.
Authorization header as Bearer TOKEN.https://sandbox.surepass.apphttps://kyc-api.surepass.app| Header | Required | Description |
|---|---|---|
| Authorization | Yes | Bearer JWT token for API authentication |
| Content-Type | Yes | Must be set to application/json |
| Parameter | Type | Required | Description |
|---|---|---|---|
| client_id | String | Yes | Unique client identifier for the PAN to MSME status request. Format: pan_to_msme_ followed by alphanumeric characters |
{
"client_id": "pan_to_msme_qHSovVUTKbdXtHctufdD"
}| Parameter | Type | Description |
|---|---|---|
| data | Object | Container object holding all MSME enterprise information |
| data.client_id | String | Echo of the client_id from the request |
| data.pan | String | PAN number associated with the enterprise |
| data.status | String | Status of the request processing (success/failure) |
| data.enterprise_details | Object | Comprehensive enterprise information including registration and contact details |
| data.enterprise_details.udyam_registration_number | String | Unique Udyam registration number |
| data.enterprise_details.major_activity | String | Primary business activity category |
| data.enterprise_details.enterprise_type | String | Classification as Micro/Small/Medium enterprise |
| data.enterprise_details.organization_type | String | Legal structure of the organization |
| data.enterprise_details.company_name | String | Registered name of the enterprise |
| data.enterprise_details.phone_number | String | Registered contact phone number (partially masked) |
| data.enterprise_details.company_email | String | Registered email address |
| data.enterprise_details.date_of_incorporation | String | Date when the company was incorporated (YYYY-MM-DD) |
| data.enterprise_details.date_of_commencement | String | Date when business operations commenced (YYYY-MM-DD) |
| data.enterprise_details.registration_date | String | Udyam registration date (YYYY-MM-DD) |
| data.enterprise_details.district_industries_center | String | Registered district industries center |
| data.enterprise_details.dfo | String | District Field Office location |
| data.enterprise_details.social_category | String | Social category classification |
| data.enterprise_details.official_address | Object | Registered office address details |
| data.industry_details | Array | List of industry classifications and activity codes |
| data.branch_address | Array | List of all registered branch locations |
| data.link | String | Direct link to the official MSME certificate document |
| status_code | Integer | HTTP status code of the response |
| success | Boolean | Indicates whether the request was successful |
| message | String | Human-readable status message |
| message_code | String | Machine-readable message code |
{
"data": {
"client_id": "pan_to_msme_qHSovVUTKbdXtHctufdD",
"pan": "ABCDE1234F",
"status": "success",
"enterprise_details": {
"udyam_registration_number": "UDYAM-XX-99-0000000",
"major_activity": "Retail",
"enterprise_type": "Small",
"organization_type": "Private Limited Company",
"company_name": "Mock Enterprises Private Limited",
"phone_number": "99*****123",
"company_email": "contact@mockenterprises.com",
"date_of_incorporation": "2015-05-01",
"date_of_commencement": "2016-07-01",
"registration_date": "2023-08-15",
"district_industries_center": "MUMBAI",
"dfo": "MUMBAI",
"social_category": "GEN",
"official_address": {
"door_no": "Flat No. 101",
"building": "Mock Towers",
"area": "Cyber Park",
"block": "Block B",
"street": "Silicon Street",
"city": "Mumbai",
"district": "MUMBAI",
"state": "MAHARASHTRA",
"pincode": "400001"
}
},
"industry_details": [
{
"industry_code": "47 - Retail trade",
"sub_sector_code": "4779 - Other retail trade",
"branch_sub_sector_code": "47790 - Other retail trade",
"activity_type": "Retail",
"date": "2023-08-15"
},
{
"industry_code": "70 - Activities of head offices",
"sub_sector_code": "7010 - Activities of head offices",
"branch_sub_sector_code": "70100 - Activities of head offices",
"activity_type": "Services",
"date": "2023-08-15"
}
],
"branch_address": [
{
"name": "Mock Enterprises Private Limited",
"address": {
"door_no": "Block No. 5",
"building": "Mock Towers",
"area": "Silicon Valley",
"block": "Block A",
"street": "Tech Road",
"city": "Pune",
"district": "PUNE",
"state": "MAHARASHTRA",
"pincode": "411001"
}
},
{
"name": "Mock Enterprises Private Limited",
"address": {
"door_no": "2nd Floor",
"building": "Global Building",
"area": "Downtown Area",
"block": "C Block",
"street": "Main Street",
"city": "Bangalore",
"district": "BANGALORE",
"state": "KARNATAKA",
"pincode": "560001"
}
}
],
"link": "https://mockdomain.com/mockfile.pdf?mockparams=abcdef123456"
},
"status_code": 200,
"success": true,
"message": "Success",
"message_code": "success"
}{
"data": null,
"status_code": 400,
"success": false,
"message": "Invalid client_id format",
"message_code": "invalid_client_id"
}curl --location --request POST 'https://kyc-api.surepass.app/api/v1/pan-to-msme/status' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"client_id": "pan_to_msme_qHSovVUTKbdXtHctufdD"
}'{
"data": {
"client_id": "pan_to_msme_qHSovVUTKbdXtHctufdD",
"pan": "ABCDE1234F",
"status": "success",
"enterprise_details": {
"udyam_registration_number": "UDYAM-XX-99-0000000",
"major_activity": "Retail",
"enterprise_type": "Small",
"organization_type": "Private Limited Company",
"company_name": "Mock Enterprises Private Limited",
"phone_number": "99*****123",
"company_email": "contact@mockenterprises.com",
"date_of_incorporation": "2015-05-01",
"date_of_commencement": "2016-07-01",
"registration_date": "2023-08-15",
"district_industries_center": "MUMBAI",
"dfo": "MUMBAI",
"social_category": "GEN",
"official_address": {
"door_no": "Flat No. 101",
"building": "Mock Towers",
"area": "Cyber Park",
"block": "Block B",
"street": "Silicon Street",
"city": "Mumbai",
"district": "MUMBAI",
"state": "MAHARASHTRA",
"pincode": "400001"
}
},
"industry_details": [
{
"industry_code": "47 - Retail trade",
"sub_sector_code": "4779 - Other retail trade",
"branch_sub_sector_code": "47790 - Other retail trade",
"activity_type": "Retail",
"date": "2023-08-15"
},
{
"industry_code": "70 - Activities of head offices",
"sub_sector_code": "7010 - Activities of head offices",
"branch_sub_sector_code": "70100 - Activities of head offices",
"activity_type": "Services",
"date": "2023-08-15"
}
],
"branch_address": [
{
"name": "Mock Enterprises Private Limited",
"address": {
"door_no": "Block No. 5",
"building": "Mock Towers",
"area": "Silicon Valley",
"block": "Block A",
"street": "Tech Road",
"city": "Pune",
"district": "PUNE",
"state": "MAHARASHTRA",
"pincode": "411001"
}
},
{
"name": "Mock Enterprises Private Limited",
"address": {
"door_no": "2nd Floor",
"building": "Global Building",
"area": "Downtown Area",
"block": "C Block",
"street": "Main Street",
"city": "Bangalore",
"district": "BANGALORE",
"state": "KARNATAKA",
"pincode": "560001"
}
}
],
"link": "https://mockdomain.com/mockfile.pdf?mockparams=abcdef123456"
},
"status_code": 200,
"success": true,
"message": "Success",
"message_code": "success"
}