POST
/
gstin
{
  "reference_id": 19,
  "GSTIN": "29AAICP2912R1ZR",
  "legal_name_of_business": "UJJIVAN SMALL FINANCE BANK LIMITED",
  "trade_name_of_business": "UJJIVAN SMALL FINANCE BANK",
  "center_jurisdiction": "I-A RANGE",
  "state_jurisdiction": "GUWAHATI - A - 1",
  "date_of_registration": "2017-09-30",
  "constitution_of_business": "Public Limited Company",
  "taxpayer_type": "Regular",
  "gst_in_status": "Active",
  "last_update_date": "2022-03-01",
  "nature_of_business_activities": [
    "Retail Business",
    "Supplier of Services",
    "Recipient of Goods or Services",
    "Office / Sale Office",
    "Others"
  ],
  "principal_place_address": "First Floor 3512-DISPUR Prithivi Mansion opp. KFC building G.S. Road, Lachit Nagar Assam 781007",
  "principal_place_split_address": {
    "building_name": "Prithivi Mansion",
    "street": "G.S. Road",
    "location": "Lachit Nagar",
    "building_number": "3512-DISPUR",
    "district": "Guwahati",
    "state": "Assam",
    "city": "Dispur",
    "flat_number": "First Floor",
    "latitude": "26.1445",
    "longitude": "91.7362",
    "pincode": "781007"
  },
  "additional_address_array": [
    {
      "address": "Mirza Santipur NH-37 Dist-Kamrup Rural PS-Palashbari, PO  Mirza Kamrup Assam 781125",
      "split_address": {
        "building_name": "",
        "street": "NH-37",
        "location": "Santipur, Mirza",
        "building_number": "",
        "district": "Kamrup Rural",
        "state": "Assam",
        "city": "Palashbari",
        "flat_number": "",
        "latitude": "26.0926",
        "longitude": "91.5069",
        "pincode": "781125"
      }
    },
    {
      "address": "N.A.C.C.I. Foundation 3559-Tezpur CHAMBER BHAWAN Binjraj Road, P. o. and P.S. - Tezpur, Dist. Binjraj Road, P. o. and P.S. - Tezpur, Dist. Sonitpur Assam 784154",
      "split_address": {
        "building_name": "CHAMBER BHAWAN",
        "street": "Binjraj Road",
        "location": "Tezpur",
        "building_number": "3559-Tezpur",
        "district": "Sonitpur",
        "state": "Assam",
        "city": "Tezpur",
        "flat_number": "",
        "latitude": "26.6338",
        "longitude": "92.8006",
        "pincode": "784154"
      }
    }
  ],
  "valid": true,
  "message": "GSTIN Exists"
}

Authorizations

x-client-id
string
header
required

Client ID. You can find your ID in the Merchant Dashboard.

x-client-secret
string
header
required

Client secret key. You can find your secret key in the Merchant Dashboard.

Body

application/json

Find the request parameters to verify GSTIN information

GSTIN
string
default:
29AAICP2912R1ZR
required

It is the unique number assigned to businesses registered under the Goods and Services Tax (GST) system in India.

business_name
string
default:
UJJIVAN SMALL FINANCE BANK

It is the name of the business to which the GSTIN is issued. The maximum character limit is 200.

Response

200 - application/json

Response for Verify GSTIN, which includes the GSTIN details, business information, and address details.

additional_address_array
object[]

List of additional addresses associated with the business.

center_jurisdiction
string

Center jurisdiction under which the business falls.

constitution_of_business
string

Constitution type of the business, such as Private Limited, Proprietorship, etc.

date_of_registration
string

Date of GST registration for the business.

gst_in_status
string

Current status of the GSTIN.

GSTIN
string

Unique identification number assigned to businesses registered under the Goods and Services Tax (GST) system in India.

last_update_date
string

Date when the GST details were last updated.

Legal name of the business registered under the GST system.

message
string

The message indicates whether the GSTIN exists.

nature_of_business_activities
string[]

List of activities performed by the business, such as Retail Business, Supplier of Services, etc.

principal_place_address
string

Complete principal place address of the business.

principal_place_split_address
object

Split components of the principal place address.

reference_id
integer

It displays the unique ID created by Cashfree Payments for reference purposes. format: int64

state_jurisdiction
string

State jurisdiction under which the business falls.

taxpayer_type
string

Taxpayer type, indicating whether the business is a Regular taxpayer, Composition taxpayer, etc.

trade_name_of_business
string

Trade name of the business registered under the GST system.

valid
boolean

Indicates whether the GSTIN is valid.

Was this page helpful?