IRIS Zircon is our API gateway that enables connection with GST system via secure GST system APIs and NIC system via secure EWB APIs. If you are an Application Service

Share

Validation rules for Generating E-way bill:

Share

Taxpayer Search by PAN API Response 1. If provided PAN is valid then you will receive below kind of response: Response: { "status_code": 1, "list": [ { "gstin": "27AAACI9260R1ZV", "taxpayerType":

Share

Sample codes for using Taxpayer Search API Curl curl -X GET \ https://taxpayer.irisgst.com/api/advancedsearch?pan=PAN_TO_SEARCH&refresh=True -H 'apikey: YOUR_API_KEY'

Share

Taxpayer Return Status API Response 1. if provided GSTIN is valid then you will receive below kind of response: Response { "data": { "EFiledlist": [ { "valid": "Y", "dof": "20-07-2018", "mof": "ONLINE",

Share

Sample codes for using Taxpayer Return Status API Curl curl -X GET \ https://taxpayer.irisgst.com/api/returnstatus?gstin=GSTIN_TO_SEARCH \ -H 'apikey: YOUR_API_KEY' Python import requests url = "https://taxpayer.irisgst.com/api/returnstatus" querystring = {"gstin":"GSTIN_TO_SEARCH"} headers = {'apikey':

Share

Status of Returns Filed Every Taxpayer needs to file returns to the Government on monthly and/or quarterly basis. The return to be filed also depends on the type of taxpayer.

Share

Taxpayer Search API Response 1. If provided GSTIN is valid then you will receive below kind of response: Response:  { "lastUpdateDate": "2018-04-14", "name": "BAJAJ AUTO LIMITED", "center_cd": "UC0101", "gstin": "27AADCB2923M1ZL", "nature":

Share

Sample codes for using Taxpayer Search API Curl curl -X GET \ https://taxpayer.irisgst.com/api/search?gstin=GSTIN_TO_SEARCH \ -H 'apikey: YOUR_API_KEY' Python import requests url = "https://taxpayer.irisgst.com/api/search" querystring = {"gstin":"GSTIN_TO_SEARCH"} headers = {'apikey': "YOUR_API_KEY"}

Share

Taxpayer Information GST Identification number or GSTIN is a 15-character unique number provided by Government to every registered taxpayer. The select details of Taxpayer are made available through the Taxpayer

Share

IRIS Peridot APIs IRIS Peridot is a searchable data repository which can be accessed via APIs. The repository is scalable and designed to plug-in more data sources in future. IRIS

Share

Validation rules for extend validity: Field Name Parameter Name Type Width Mandatory Sample Value Additional Comments Error/ Warning in Topaz Error/ Warning Message in Topaz Error Code at NIC Error

Share