cURL
curl --request GET \ --url https://api.sandbox.co.in/gst/compliance/tax-payer/gstrs/gstr-2a/isd/{year}/{month} \ --header 'Authorization: <authorization>' \ --header 'x-api-key: <x-api-key>'
200
200 Success
{ "code": 200, "data": { "isd": [ { "cfs": "Y", "ctin": "16DEFPS8555D1Z7", "doclist": [ { "camt": 20, "cess": 20, "chksum": "AflJufPlFStqKBZ", "docdt": "02-12-2023", "docnum": "1004", "iamt": 20, "isd_docty": "ISD", "itc_elg": "Y", "samt": 20 } ] } ] }, "timestamp": 1763446641000, "transaction_id": "a1283380-4fc6-4a94-bf2c-3fc10e238f41"}
Get invoices in GSTR2A related to ISD credit for a return period for authenticated taxpayer
Taxpayer access token
API version
API key for identification
Year e.g. 2020
"{{year}}"
Month e.g. 01
"{{month}}"
optional Counter party GSTIN
optional
"{{ctin}}"
200 Success / RET13509 No data found
Show child attributes
"RET13509"
"No document found for the provided Inputs"
"Y"
"16DEFPS8555D1Z7"
20
"AflJufPlFStqKBZ"
"02-12-2023"
"1004"
"ISD"
[ { "camt": 20, "cess": 20, "chksum": "AflJufPlFStqKBZ", "docdt": "02-12-2023", "docnum": "1004", "iamt": 20, "isd_docty": "ISD", "itc_elg": "Y", "samt": 20 }]
[ { "cfs": "Y", "ctin": "16DEFPS8555D1Z7", "doclist": [ { "camt": 20, "cess": 20, "chksum": "AflJufPlFStqKBZ", "docdt": "02-12-2023", "docnum": "1004", "iamt": 20, "isd_docty": "ISD", "itc_elg": "Y", "samt": 20 } ] }]
"0"
1763446641000
"a1283380-4fc6-4a94-bf2c-3fc10e238f41"
Was this page helpful?