GSTR-1 Document Issued

GSTR-1 is a sales return that is required to be filed by every GST-registered person or entity. Sandbox API for getting documents issued during the tax period for the taxpayer.

API Pricing Image

Overview

  • Get documents issued during tax period for the taxpayer (gstin) for a particular year and month.

Endpoint

HTTP MethodResource
Get/gsp/tax-payer/{gstin}/gstrs/gstr-1/doc-issue/{year}/{month}

API Endpoint  Contact Us  Free Trial

Path Parameters

ParamTypeDescriptionExample
gstinstring15-character alpha-numeric unique identifier assigned to business entities registering under the GST regime22AAAAA0000A1Z5
yearstringYear for which Advance Tax needs to be fetched.2020
monthstringMonth for which Advance Tax needs to be fetched.01

Once the values are added, Your curl will look something like this

curl --request GET \
     --url https://api.sandbox.co.in/gsp/tax-payer/22AAAAA0000A1Z5/gstrs/gstr-1/doc-issue/2020/01 \
     --header 'Authorization: xxxxxxxxxx' \
     --header 'accept: application/json' \
     --header 'x-api-key: xxxxxxxxxx' \
     --header 'x-api-version: 1.0'

❗️

Test Environment Not Available


Response

The response includes the following document issued details below

  • docs entity
ParamTypeDescriptionExample
cancelnumCancelled0
numnumSerial Number1
totnumnumTotal Number1036
fromstringFrom serial number36858
tostringTo serial number38764
net_issuenumNet issued1036

Response Caching

Response caching is not available for this API. Learn more about our response caching mechanism here

Wallet Charges

Since GSTR-1 Document Issued is a Paid API, a wallet charge of INR 0.25 + GST per API call will be applicable.

Versioning

This API is currently in major version 1.0. Refer to our versioning policies here