Skip to content

GST APIs

Verify and retrieve GST (Goods and Services Tax) information for businesses registered under the Indian GST system. These APIs provide real-time access to GSTIN status, compliance ratings, filing details, filing preferences, and e-invoice applicability — essential for vendor onboarding, invoice validation, and tax compliance.

Use cases

IndustryUse case
Businesses & corporatesVerify supplier GSTIN before onboarding vendors
Billing & invoicingConfirm GSTIN status before issuing or accepting GST invoices
Tax & accounting firmsMonitor filing compliance of clients and their vendors
E-commerce platformsValidate seller GSTINs for regulatory compliance
Banks & financial institutionsVerify GSTIN for loan applications and credit assessments
ERP integrationsAutomate GSTIN checks in procurement and invoicing workflows

Available endpoints

EndpointMethodPathDescription
GSTIN StatusGET/vas-api/gstn-status-v1Check registration status, business details, and tax type
GSTIN RatingPOST/vas-api/v1/gstin-ratingGet monthly compliance rating (1-5 scale)
GST Filing DetailsGET/vas-api/v1/gst-filing-detailsRetrieve filing history with ARN, dates, and modes
Filing PreferenceGET/vas-api/v1/filing-preferenceGet filing frequency (monthly vs quarterly)
e-Invoice ApplicabilityGET/vas-api/e-invoice-applicability-v1Check if GSTIN requires e-invoicing
PAN to GSTINGET/vas-api/v1/pan-to-gstinFind all GSTINs linked to a PAN

Authentication

All GST endpoints require an OAuth2 Bearer token. You need to:

  1. Sign up for a developer account
  2. Get an access token using your client credentials
  3. Include the token in every request: Authorization: Bearer YOUR_ACCESS_TOKEN

Quick example

Check the status of a GSTIN:

bash
curl -X GET "https://api.api4business.com/vas-api/gstn-status-v1?gstin=29ABCDE1234F1Z5" \
  -H "Authorization: Bearer YOUR_ACCESS_TOKEN"

Error handling

All GST endpoints return errors in a consistent format. See GST Error Codes for the complete list, or the Error Handling Guide for retry patterns.

What's next

Released under the API4Business Terms of Service