Table of contents

Verify GST

Use this sync API to verify and get the GST details of an entity using it's GST Number.

API URL: https://api.bulkpe.in/client/verifyGstin

Method: POST

Auth: Please refer to the Authorization page.

{ "gstin" : "29AAJCC6663M1ZA", "reference" : "Test002" //should be unique value for each request }
{ "status": true, "statusCode": 200, "data": { "address_details": {}, "einvoice_status": true, "gstin": "29AAJCC1213J1ZX", "pan_number": "AAJCC6663M", "business_name": "HERO TECHNOLOGIES PRIVATE LIMITED", "legal_name": "Hero Technologies Private Limited", "center_jurisdiction": "State - CBIC,Zone - BENGALURU,Commissionerate - BENGALURU-NORTH,Division - NORTH DIVISION-7,Range - RANGE-AND7 (Jurisdictional Office)", "state_jurisdiction": "State - Karnataka,Division - DGSTO-5, Bengaluru, LOCAL GST Office - LGSTO 152 - Bengaluru", "date_of_registration": "2020-10-11", "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": [ "Recipient of Goods or Services", "Retail Business", "Others" ], "nature_of_core_business_activity_code": "SPO", "nature_of_core_business_activity_description": "Service Provider and Others", "aadhaar_validation": "Yes", "aadhaar_validation_date": "2021-06-01", "filing_status": [], "address": "1st Floor, 111, A Block, Shakar Nagar, Bangalore, Bengaluru Urban, Karnataka, 560092", "hsn_info": {}, "filing_frequency": [], "reference": "Test002" }, "message": "verified" }
{ "status": false, "statusCode": 400, "data": {}, "message": "Invalid gstin" }