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 | The GST Number to be verified |
hsn_info_get | Boolean | No | Flag to retrieve HSN (Harmonized System of Nomenclature) information |
filing_status_get | Boolean | No | Get filling status or not |
split_address | Boolean | No | Split Address |
{
"id_number": "08ABBCS1438D1ZN",
"hsn_info_get": true
}
Parameter | Type | Description |
---|---|---|
data | Object | Contains the verification data and business details |
data.client_id | String | Unique client ID for the verification session |
data.email | String | GST holder's email address |
data.mobile | String | GST holder's mobile number |
data.fallback | Boolean | Indicates if fallback method was used |
data.details | Object | Comprehensive business details from GST registration |
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 representing the response message |
Parameter | Type | Description |
---|---|---|
contact_details | Object | Contains principal and additional contact information |
promoters | Array | List of promoters associated with the business |
annual_turnover | String | Annual turnover slab of the business |
annual_turnover_fy | String | Financial year for the annual turnover |
aadhaar_validation | String | Indicates if Aadhaar validation is done |
aadhaar_validation_date | String | Date of Aadhaar validation (YYYY-MM-DD) |
gstin | String | GSTIN of the business |
pan_number | String | PAN number of the business |
business_name | String | Registered business name |
legal_name | String | Legal name of the business |
center_jurisdiction | String | Central tax jurisdiction details |
state_jurisdiction | String | State tax jurisdiction details |
date_of_registration | String | GST registration date (YYYY-MM-DD) |
constitution_of_business | String | Type of business constitution |
taxpayer_type | String | Type of taxpayer |
gstin_status | String | Current status of the GSTIN |
nature_bus_activities | Array | List of business activities |
nature_of_core_business_activity_code | String | Code for core business activity |
nature_of_core_business_activity_description | String | Description of core business activity |
{
"data": {
"client_id": "gst_otp_fedWdafvBBpblZTofJaw",
"email": "RIL.MHG@ril.com",
"mobile": "9900012345",
"fallback": false,
"details": {
"contact_details": {
"principal": {
"address": "Thane Belapur Road, Ghansoli, Navi Mumbai, Thane, Maharashtra, 400701",
"email": "RIL.MHG@ril.com",
"mobile": "9900012345",
"nature_of_business": "Factory / Manufacturing, Retail Business, Input Service Distributor (ISD), Bonded Warehouse, SEZ, Works Contract, Warehouse / Depot, Service Provision, Leasing Business, Office / Sale Office, Recipient of Goods or Services, Wholesale Business, EOU / STP / EHTP"
},
"additional": [
{
"address": "IV, MAKER CHAMBERS, NARIMAN POINT, MUMBAI, Mumbai, Maharashtra, 400021",
"email": "RIL.MHG@ril.com",
"mobile": "9900012345",
"nature_of_business": "Factory / Manufacturing, Retail Business, Input Service Distributor (ISD), Bonded Warehouse, SEZ, Works Contract, Warehouse / Depot, Service Provision, Leasing Business, Office / Sale Office, Recipient of Goods or Services, Wholesale Business, EOU / STP / EHTP"
},
{
"address": "CHEMICAL TERMINAL BOMBAY LTD, PIRPAU INSTALLATION, NEAR BPT PUMP HOUSE, TROMBE, Mumbai, Maharashtra, 400074",
"email": "RIL.MHG@ril.com",
"mobile": "9900012345",
"nature_of_business": "Factory / Manufacturing, Retail Business, Input Service Distributor (ISD), Bonded Warehouse, SEZ, Works Contract, Warehouse / Depot, Service Provision, Leasing Business, Office / Sale Office, Recipient of Goods or Services, Wholesale Business, EOU / STP / EHTP"
}
]
},
"promoters": [
"Nikhil Rasiklal Meswani ",
"Hital Rasiklal Meswani ",
"Mukesh Dhirubhai Ambani ",
"Madhusudana Sivaprasad Panda "
],
"annual_turnover": "Slab: Rs. 500 Cr. and above",
"annual_turnover_fy": "2022-2023",
"percentage_in_cash_fy": "",
"percentage_in_cash": "NA",
"aadhaar_validation": "Yes",
"aadhaar_validation_date": "2024-02-28",
"address_details": {},
"liability_percentage_details": {},
"less_info": false,
"client_id": null,
"gstin": "27AAACR1234K1Z7",
"pan_number": "AAACR1234K",
"business_name": "RELIANCE INDUSTRIES LIMITED",
"legal_name": "RELIANCE INDUSTRIES LIMITED",
"center_jurisdiction": "Commissionerate - BELAPUR,Division - DIVISION IV,Range - RANGE-IV (Jurisdictional Office)",
"state_jurisdiction": "State - Maharashtra,Zone - Thane,Division - RAIGAD,Charge - URAN_701",
"date_of_registration": "2017-07-01",
"constitution_of_business": "Public Limited Company",
"taxpayer_type": "Regular",
"gstin_status": "Active",
"date_of_cancellation": "1800-01-01",
"field_visit_conducted": "No",
"nature_bus_activities": [
"Factory / Manufacturing",
"Retail Business",
"Input Service Distributor (ISD)",
"Bonded Warehouse",
"SEZ",
"Works Contract",
"Warehouse / Depot",
"Service Provision",
"Leasing Business",
"Office / Sale Office",
"Recipient of Goods or Services",
"Wholesale Business",
"EOU / STP / EHTP",
"Supplier of Services",
"Others",
"Export"
],
"nature_of_core_business_activity_code": "MFT",
"nature_of_core_business_activity_description": "Manufacturer",
"filing_status": [],
"address": null,
"hsn_info": {},
"filing_frequency": []
}
},
"status_code": 200,
"success": true,
"message": "Success",
"message_code": "success"
}
{
"status_code": 400,
"success": false,
"message": "Invalid GSTIN format",
"message_code": "invalid_gstin"
}
curl --location --request POST 'https://kyc-api.surepass.app/api/v1/corporate-otp/gstin/init' \
--header 'Content-Type: application/json' \
--data-raw '{
"id_number": "08ABBCS1438D1ZN",
"hsn_info_get": true
}'
{
"data": {
"client_id": "gst_otp_fedWdafvBBpblZTofJaw",
"email": "RIL.MHG@ril.com",
"mobile": "9900012345",
"fallback": false,
"details": {
"contact_details": {
"principal": {
"address":"Thane Belapur Road, Ghansoli, Navi Mumbai, Thane, Maharashtra, 400701",
"email": "RIL.MHG@ril.com",
"mobile": "9900012345",
"nature_of_business": "Factory / Manufacturing, Retail Business, Input Service Distributor (ISD), Bonded Warehouse, SEZ, Works Contract, Warehouse / Depot, Service Provision, Leasing Business, Office / Sale Office, Recipient of Goods or Services, Wholesale Business, EOU / STP / EHTP"
},
"additional": [
{
"address": "IV, MAKER CHAMBERS, NARIMAN POINT, MUMBAI, Mumbai, Maharashtra, 400021",
"email": "RIL.MHG@ril.com",
"mobile": "9900012345",
"nature_of_business": "Factory / Manufacturing, Retail Business, Input Service Distributor (ISD), Bonded Warehouse, SEZ, Works Contract, Warehouse / Depot, Service Provision, Leasing Business, Office / Sale Office, Recipient of Goods or Services, Wholesale Business, EOU / STP / EHTP"
},
{
"address": "CHEMICAL TERMINAL BOMBAY LTD, PIRPAU INSTALLATION, NEAR BPT PUMP HOUSE, TROMBE, Mumbai, Maharashtra, 400074",
"email": "RIL.MHG@ril.com",
"mobile": "9900012345",
"nature_of_business": "Factory / Manufacturing, Retail Business, Input Service Distributor (ISD), Bonded Warehouse, SEZ, Works Contract, Warehouse / Depot, Service Provision, Leasing Business, Office / Sale Office, Recipient of Goods or Services, Wholesale Business, EOU / STP / EHTP"
}
]
},
"promoters": [
"Nikhil Rasiklal Meswani ",
"Hital Rasiklal Meswani ",
"Mukesh Dhirubhai Ambani ",
"Madhusudana Sivaprasad Panda "
],
"annual_turnover": "Slab: Rs. 500 Cr. and above",
"annual_turnover_fy": "2022-2023",
"percentage_in_cash_fy": "",
"percentage_in_cash": "NA",
"aadhaar_validation": "Yes",
"aadhaar_validation_date": "2024-02-28",
"address_details": {},
"liability_percentage_details": {},
"less_info": false,
"client_id": null,
"gstin": "27AAACR1234K1Z7",
"pan_number": "AAACR1234K",
"business_name": "RELIANCE INDUSTRIES LIMITED",
"legal_name": "RELIANCE INDUSTRIES LIMITED",
"center_jurisdiction": "Commissionerate - BELAPUR,Division - DIVISION IV,Range - RANGE-IV (Jurisdictional Office)",
"state_jurisdiction": "State - Maharashtra,Zone - Thane,Division - RAIGAD,Charge - URAN_701",
"date_of_registration": "2017-07-01",
"constitution_of_business": "Public Limited Company",
"taxpayer_type": "Regular",
"gstin_status": "Active",
"date_of_cancellation": "1800-01-01",
"field_visit_conducted": "No",
"nature_bus_activities": [
"Factory / Manufacturing",
"Retail Business",
"Input Service Distributor (ISD)",
"Bonded Warehouse",
"SEZ",
"Works Contract",
"Warehouse / Depot",
"Service Provision",
"Leasing Business",
"Office / Sale Office",
"Recipient of Goods or Services",
"Wholesale Business",
"EOU / STP / EHTP",
"Supplier of Services",
"Others",
"Export"
],
"nature_of_core_business_activity_code": "MFT",
"nature_of_core_business_activity_description": "Manufacturer",
"filing_status": [],
"address": null,
"hsn_info": {},
"filing_frequency": []
}
},
"status_code": 200,
"success": true,
"message": "Success",
"message_code": "success"
}