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>'{
"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
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>'{
"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"
}Taxpayer access token
API version
API key for identification
Year e.g. 2020
"{{year}}"
Month e.g. 01
"{{month}}"
optional Counter party GSTIN
"{{ctin}}"
Was this page helpful?