GSTIN LookUp
POST
/verification/gstin
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/verification/gstin' \
--header 'Token: ZKEY01fbb15e8098dd8970e5c66d2' \
--header 'checkSum: af09af6eb7ae3f99f63659b2a14fba30bf743017549284e5dcb955792ed4d4b6' \
--header 'Content-Type: application/json' \
--data-raw '{
"id_number": "19AABCZ6645E1Z2",
"filing_status_get": true
}'
Response Response Example
{
"data": {
"address_details": [],
"einvoice_status": false,
"client_id": "corporate_gstin_iksRbiCmtGwqkaXGyDoq",
"gstin": "19AABCZ6645E1Z2",
"pan_number": "AABCZ6645E",
"business_name": "ZUELPAY SERVICES PRIVATE LIMITED",
"legal_name": "ZUELPAY SERVICES PRIVATE LIMITED",
"center_jurisdiction": "State - CBIC,Zone - KOLKATA,Commissionerate - KOLKATA-SOUTH,Division - BISHNUPUR DIVISION,Range - RANGE-I",
"state_jurisdiction": "Commissionerate - West Bengal,Circle - BEHALA,Charge - BARUIPUR (Jurisdictional Office)",
"date_of_registration": "2021-12-06",
"constitution_of_business": "Private Limited Company",
"taxpayer_type": "Regular",
"gstin_status": "Active",
"date_of_cancellation": "1800-01-01",
"field_visit_conducted": "No",
"nature_bus_activities": [
"Supplier of Services",
"Office / Sale Office"
],
"nature_of_core_business_activity_code": "SPO",
"nature_of_core_business_activity_description": "Service Provider and Others",
"aadhaar_validation": "Yes",
"aadhaar_validation_date": "2023-12-30",
"filing_status": [
[
{
"return_type": "GSTR1",
"financial_year": "2024-2025",
"tax_period": "September",
"date_of_filing": "2024-10-11",
"status": "Filed",
"mode_of_filing": "ONLINE"
},
{
"return_type": "GSTR1",
"financial_year": "2024-2025",
"tax_period": "August",
"date_of_filing": "2024-09-11",
"status": "Filed",
"mode_of_filing": "ONLINE"
},
{
"return_type": "GSTR1",
"financial_year": "2024-2025",
"tax_period": "July",
"date_of_filing": "2024-08-11",
"status": "Filed",
"mode_of_filing": "ONLINE"
},
{
"return_type": "GSTR1",
"financial_year": "2024-2025",
"tax_period": "June",
"date_of_filing": "2024-07-14",
"status": "Filed",
"mode_of_filing": "ONLINE"
},
{
"return_type": "GSTR1",
"financial_year": "2024-2025",
"tax_period": "May",
"date_of_filing": "2024-06-17",
"status": "Filed",
"mode_of_filing": "ONLINE"
},
{
"return_type": "GSTR1",
"financial_year": "2024-2025",
"tax_period": "April",
"date_of_filing": "2024-05-20",
"status": "Filed",
"mode_of_filing": "ONLINE"
},
{
"return_type": "GSTR3B",
"financial_year": "2024-2025",
"tax_period": "September",
"date_of_filing": "2024-10-20",
"status": "Filed",
"mode_of_filing": "ONLINE"
},
{
"return_type": "GSTR3B",
"financial_year": "2024-2025",
"tax_period": "August",
"date_of_filing": "2024-09-20",
"status": "Filed",
"mode_of_filing": "ONLINE"
},
{
"return_type": "GSTR3B",
"financial_year": "2024-2025",
"tax_period": "July",
"date_of_filing": "2024-08-20",
"status": "Filed",
"mode_of_filing": "ONLINE"
},
{
"return_type": "GSTR3B",
"financial_year": "2024-2025",
"tax_period": "June",
"date_of_filing": "2024-07-20",
"status": "Filed",
"mode_of_filing": "ONLINE"
},
{
"return_type": "GSTR3B",
"financial_year": "2024-2025",
"tax_period": "May",
"date_of_filing": "2024-06-20",
"status": "Filed",
"mode_of_filing": "ONLINE"
},
{
"return_type": "GSTR3B",
"financial_year": "2024-2025",
"tax_period": "April",
"date_of_filing": "2024-05-20",
"status": "Filed",
"mode_of_filing": "ONLINE"
}
]
],
"address": "77, RABINDRA NAGAR, LASKARPUR, GARIA, Kolkata, West Bengal, 700153",
"hsn_info": [],
"filing_frequency": []
},
"status_code": 200,
"success": true,
"message": null,
"message_code": "success",
"result": 0,
"msg": "success"
}
Request
Header Params
Token
string
required
Example:
ZKEY01fbb15e8098dd8970e5c66d2
checkSum
string
required
Example:
af09af6eb7ae3f99f63659b2a14fba30bf743017549284e5dcb955792ed4d4b6
Body Params application/json