Skip to content

Get GSTIN Details#

This API returns a string containing taxpayer and registered transporter’s details for a given GSTIN number.

API Route#

Route

/basic/eway/{flynn-version}/{ewb_provider}/{ewb-api-version}/Master/GetGSTINDetails?GSTIN={Gstin-number}

  • active ‘flynn-version’: v2.0
  • method: GET

URL Parameters#

Name Description Type
flynn-version version of the API
for example, v1.0
string
ewb-api-version E-invoice API version
for example, v1.03
string
ewb_provider Eway bill provider
for example, ew1
enum(ew1, ew2)

QUERY Parameters#

Name Description Type
GSTIN GSTIN number for which the details are required string

Headers#

All headers are mentioned in common EWB headers

Response#

200:#

Sample Response Body

{
  "data": "{\"gstin\":\"29AKLPM8755F1Z2\",\"tradeName\":\"\",\"legalName\":\"NICTEST\",\"address1\":\"\",\"address2\":\"560079\",\"stateCode\":\"29\",\"pinCode\":\"560079\",\"txpType\":\"\",\"status\":\"ACT\",\"blkStatus\":\"\"}"
}

E-way Bill errors are mentioned under common errors

Notes#

Below URL is deprecated now. Instead of it please use New URL.
/basic/ewb/{flynn-version}/{ewb-api-version}/Master/GetGSTINDetails?GSTIN={Gstin-number}