GSTR-2A B2BA

GSTR-2A is a purchase-related document that is provided to each business registered on the GST portal. Sandbox API for getting amended business-to-business(B2B) invoices in GSTR 2A for a return period of the authenticated taxpayer.

API Pricing Image

Overview

  • Get all Amended B2B invoices in GSTR 2A for the authenticated taxpayer (gstin) for a return period (year and month).
  • You also need to provide the ctin, the counter party's GSTIN for which you need the B2B invoices.

Endpoint

HTTP MethodResourceDescription
Get/gsp/tax-payer/{gstin}/gstrs/gstr-2a/b2ba/{year}/{month}?ctin={ctin}Takes in gstin, year and month and ctin returns amended advance tax details.

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

Query Parameters

ParamTypeDescriptionExample
ctinstringCounter party GSTIN22AABAA0000A1Z

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-2a/b2ba/2020/01?ctin=22AABAA0000A1Z' \
     --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 business-to-business(B2BA) invoice in GSTR-2A details below

  • b2ba entity
ParamTypeDescriptionExample
ctinstringGSTIN/UID of the Supplier taxpayer/UN, Govt Bodies22AABAA0000A1Z
cfsstringcounter party Filing Status of GSTR1/5y
cfs3bstringGSTR3B filing status"Y/N"
dtcancelstringDate of cancellation of supplier27-Aug-19
fldtr1stringDate of filing GSTR1/5 of supplier27-Aug-19
flprdr1stringFiling period of GSTR1/5 of supplierAug-19
invobjectlook belowlook below
  • inv entity
ParamTypeDescriptionExample
inumstringSupplier Invoice NumberS008400
chksumstringInvoice Check sum valueAflJufPlFStqKBZ
idtstringSupplier Invoice Date24-11-2016
oinumstringOriginal Invoice NumberS008400
oidtstringOriginal Invoice Date03-02-2016
valstringSupplier Invoice Value729248
posstringPlace of supply06
rchrgstringReverse ChargeN
inv_typstringflag to determine invoice typeR
diff_percentstringDifferential Percentage0.65
aspdstringReturn period in which original invoice is visibleDec-19
atypstringflag to determine type of amendment"R- Receiver GSTIN Amended
N- Invoice Number Amended
D- Details Amended"
itmsobjectLook Below
  • itms entity
ParamTypeDescriptionExample
rtnumTax Rate5
txvalnumTaxable value of Goods or Service as per invoice6210.99
iamtnumIGST Amount as per invoice9
camtnumCGST Amount as per invoice614.44
samtnumSGST Amount as per invoice5.68
csamtnumCESS Amount as per invoice621.09

Response Caching

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

Wallet Charges

Since GSTR-2A B2BA 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