GSTR-1 ATA

GSTR-1 is a sales return that is required to be filed by every GST-registered person or entity. Sandbox API for getting amended advance tax(ATA) details for a return period for the authenticated taxpayer.

Overview

  • Get amended advance tax details for a return period for the authenticated taxpayer (gstin) for the particular year and month.

Endpoint

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

API Endpoint  Contact Us  Free Trial

Request

Follow the below guidelines to pass GSTIN, year & month for getting amended advance tax details.

Path Parameters

ParamTypeDescriptionExample
gstinstring15-character alpha-numeric unique identifier assigned to business entities registering under the GST regime.22AAAAA0000A1Z5
yearstringYear for which Amended Advance Tax needs to be fetched.2020
monthstringMonth for which Amended 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/ata/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 amended advance tax details below

ParamTypeDescriptionExample
flagstringInvoice StatusN - No Action
chksumstringInvoice Check sum valueAflJufPlFStqKBZ
omonstringOriginal Month (MMYYYY)032017
posstringPlace of Supply (statecode)04
sply_tystringSupply TypeINTER / INTRA
diff_percentnumDifferential percentage.65 (65%)
list{itms}Item DetailsRefer to the table below

Item Details

ParamTypeDescriptionExample
rtnumRate of Invoice10
ad_amtnumAdvance received10001.00
iamtnumIGST Amount as per invoice650.00
camtnumCGST Amount as per invoice650.00
samtnumSGST Amount as per invoice650.00
csamtnumCess Amount as per invoice650.00

Response Caching

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

Wallet Charges

Since GSTR-1 ATA is not a Paid API, no wallet charge will take place.

Versioning

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