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 |
---|---|---|---|
establishment_name | String | Yes | Name of the establishment to retrieve details for |
hit_size | Integer | No | Hit size limit |
{
"establishment_name": "FIRST BANK LIMITED"
}
Parameter | Type | Description |
---|---|---|
data | Object | Contains the establishment information |
data.client_id | String | Unique identifier for the API request |
data.establishment_name | String | Full name of the establishment |
data.details | Object | Contains detailed information about the establishment |
status_code | Integer | HTTP status code of the response |
success | Boolean | Indicates if the request was successful |
message | String | Response message |
message_code | String | Code indicating the response status |
Parameter | Type | Description |
---|---|---|
validity_status | Object | Contains information about the establishment's validity |
establishment_details | Object | Contains comprehensive details about the establishment |
additional_information | Object | Contains supplementary information about the establishment |
payment_details | Array | Contains payment history records |
{
"data": {
"client_id": "establishment_name_to_details_dQwgnYieEOqyflHOiPRn",
"establishment_name": "IDFC FIRST BANK LIMITED",
"details": {
"validity_status": {
"establishment_code": "MHBAN1389044000",
"establishment_name": "IDFC FIRST BANK LIMITED",
"establishment_status": "CODE NO ALLOTTED WAS AFTER ONLINE REGISTRATION STARTED.",
"registration_status": "PERMANENT LOGIN CREATED BY OWNER ON ECR PORTAL",
"post_coverage": ""
},
"establishment_details": {
"establishment_name": "IDFC FIRST BANK LIMITED",
"establishment_code": "MHBAN1389044000",
"pan_status": "VERIFIED",
"section_applicable": "OTHER ESTABLISHMENTS IN WHICH EMPLOYING 20 OR MORE PERSONS AND NOTIFIED BY THE CENTRAL GOVT.",
"primary_business_activity": "BANKS OTHER THAN NATIONALISED BANKS.",
"esic_code": "",
"ownership_type": "Public Ltd Company / Joint Stock Company",
"date_of_setup": "2014-10-21",
"address": "IDFC FIRST BANK TOWER THE SQUARE C 61 G BLOCK BANDRA KURLA COMPLEX ",
"pincode": "400051",
"city": "BANDRA EAST",
"district": "MUMBAI CITY",
"state": "MAHARASHTRA",
"country": "India",
"epfo_office_name": "BANDRA(MUMBAI-I)",
"epfo_office_address": "341, Bhavishya Nidhi Bhawan Bandra (East),",
"zone": "MAHARASHTRA AND CHHATTISGARH",
"region": "MH - BANDRA"
},
"additional_information": {
"establishment_id": "MHBAN1389044000",
"cin_code": "L65110TN2014PLC097792",
"esic_code": "",
"lin_code": "",
"startup_order_number": "",
"startup_order_date": "1800-01-01",
"msme_order_number": "",
"msme_order_date": "1800-01-01"
},
"payment_details": [
{
"month": "MAY-24",
"number_of_employees": "40774",
"amount": "258990897"
},
{
"month": "JUN-24",
"number_of_employees": "41390",
"amount": "260092921"
},
{
"month": "JUL-24",
"number_of_employees": "41165",
"amount": "260177104"
},
{
"month": "AUG-24",
"number_of_employees": "42108",
"amount": "264731780"
},
{
"month": "SEP-24",
"number_of_employees": "43103",
"amount": "268089509"
},
{
"month": "OCT-24",
"number_of_employees": "43345",
"amount": "271091459"
}
]
}
},
"status_code": 200,
"success": true,
"message": "Success",
"message_code": "success"
}
{
"status_code": 404,
"success": false,
"message": "Establishment not found",
"message_code": "establishment_not_found"
}
curl --location --request POST 'https://kyc-api.surepass.app/api/v1/epfo/establishment-name-to-details' \
--header 'Content-Type: application/json' \
--data-raw '{
"establishment_name": "FIRST BANKĀ LIMITED"
}'
{
"data": {
"client_id": "establishment_name_to_details_dQwgnYieEOqyflHOiPRn",
"establishment_name": "IDFC FIRST BANKĀ LIMITED",
"details": {
"validity_status": {
"establishment_code": "MHBAN1389044000",
"establishment_name": "IDFC FIRST BANK LIMITED",
"establishment_status": "CODE NO ALLOTTED WAS AFTER ONLINE REGISTRATION STARTED.",
"registration_status": "PERMANENT LOGIN CREATED BY OWNER ON ECR PORTAL",
"post_coverage": ""
},
"establishment_details": {
"establishment_name": "IDFC FIRST BANK LIMITED",
"establishment_code": "MHBAN1389044000",
"pan_status": "VERIFIED",
"section_applicable": "OTHER ESTABLISHMENTS IN WHICH EMPLOYING 20 OR MORE PERSONS AND NOTIFIED BY THE CENTRAL GOVT.",
"primary_business_activity": "BANKS OTHER THAN NATIONALISED BANKS.",
"esic_code": "",
"ownership_type": "Public Ltd Company / Joint Stock Company",
"date_of_setup": "2014-10-21",
"address": "IDFC FIRST BANK TOWER THE SQUARE C 61 G BLOCK BANDRA KURLA COMPLEX ",
"pincode": "400051",
"city": "BANDRA EAST",
"district": "MUMBAI CITY",
"state": "MAHARASHTRA",
"country": "India",
"epfo_office_name": "BANDRA(MUMBAI-I)",
"epfo_office_address": "341, Bhavishya Nidhi Bhawan Bandra (East),",
"zone": "MAHARASHTRA AND CHHATTISGARH",
"region": "MH - BANDRA"
},
"additional_information": {
"establishment_id": "MHBAN1389044000",
"cin_code": "L65110TN2014PLC097792",
"esic_code": "",
"lin_code": "",
"startup_order_number": "",
"startup_order_date": "1800-01-01",
"msme_order_number": "",
"msme_order_date": "1800-01-01"
},
"payment_details": [
{
"month": "MAY-24",
"number_of_employees": "40774",
"amount": "258990897"
},
{
"month": "JUN-24",
"number_of_employees": "41390",
"amount": "260092921"
},
{
"month": "JUL-24",
"number_of_employees": "41165",
"amount": "260177104"
},
{
"month": "AUG-24",
"number_of_employees": "42108",
"amount": "264731780"
},
{
"month": "SEP-24",
"number_of_employees": "43103",
"amount": "268089509"
},
{
"month": "OCT-24",
"number_of_employees": "43345",
"amount": "271091459"
}
]
}
},
"status_code": 200,
"success": true,
"message": "Success",
"message_code": "success"
}