curl --request GET \
--url https://api.sandbox.co.in/gst/compliance/tax-payer/gstrs/gstr-2a/cdna/{year}/{month} \
--header 'Authorization: <authorization>' \
--header 'x-api-key: <x-api-key>'{
"code": 200,
"data": {
"data": {
"cdna": [
{
"cfs": "Y",
"ctin": "01ABCAP1123Q1ZS",
"nt": [
{
"chksum": "AflJufPlFStqKBZ",
"d_flag": "Y",
"diff_percent": 0.65,
"idt": "20-09-2023",
"inum": "915914",
"inv_typ": "R",
"itms": [
{
"itm_det": {
"camt": 614.44,
"csamt": 621.09,
"iamt": 0,
"rt": 10.1,
"samt": 5.68,
"txval": 6210.99
},
"num": 1
}
],
"nt_dt": "23-12-2023",
"nt_num": "533515",
"ntty": "C",
"ont_dt": "23-09-2023",
"ont_num": "533515",
"p_gst": "N",
"pos": "06",
"rchrg": "N",
"val": 729248.16
}
]
}
]
},
"status_cd": "1"
},
"timestamp": 1763446641000,
"transaction_id": "182ebce6-df57-4be7-9b07-2d9936a17550"
}Get all amended credit/debit notes in GSTR-2A for a return period for authenticated taxpayer
curl --request GET \
--url https://api.sandbox.co.in/gst/compliance/tax-payer/gstrs/gstr-2a/cdna/{year}/{month} \
--header 'Authorization: <authorization>' \
--header 'x-api-key: <x-api-key>'{
"code": 200,
"data": {
"data": {
"cdna": [
{
"cfs": "Y",
"ctin": "01ABCAP1123Q1ZS",
"nt": [
{
"chksum": "AflJufPlFStqKBZ",
"d_flag": "Y",
"diff_percent": 0.65,
"idt": "20-09-2023",
"inum": "915914",
"inv_typ": "R",
"itms": [
{
"itm_det": {
"camt": 614.44,
"csamt": 621.09,
"iamt": 0,
"rt": 10.1,
"samt": 5.68,
"txval": 6210.99
},
"num": 1
}
],
"nt_dt": "23-12-2023",
"nt_num": "533515",
"ntty": "C",
"ont_dt": "23-09-2023",
"ont_num": "533515",
"p_gst": "N",
"pos": "06",
"rchrg": "N",
"val": 729248.16
}
]
}
]
},
"status_cd": "1"
},
"timestamp": 1763446641000,
"transaction_id": "182ebce6-df57-4be7-9b07-2d9936a17550"
}Taxpayer access token
API version
API key for identification
Year e.g. 2020
"{{year}}"
Month e.g. 01
"{{month}}"
Filter by supplier / counterparty GSTIN
"{{ctin}}"
200 Success / RET13509 No data found
200
Show child attributes
Show child attributes
Show child attributes
"Y"
"01ABCAP1123Q1ZS"
Show child attributes
"AflJufPlFStqKBZ"
"Y"
0.65
"20-09-2023"
"915914"
"R"
Show child attributes
Show child attributes
614.44
621.09
0
10.1
5.68
6210.99
1
[
{
"itm_det": {
"camt": 614.44,
"csamt": 621.09,
"iamt": 0,
"rt": 10.1,
"samt": 5.68,
"txval": 6210.99
},
"num": 1
}
]"23-12-2023"
"533515"
"C"
"23-09-2023"
"533515"
"N"
"06"
"N"
729248.16
[
{
"chksum": "AflJufPlFStqKBZ",
"d_flag": "Y",
"diff_percent": 0.65,
"idt": "20-09-2023",
"inum": "915914",
"inv_typ": "R",
"itms": [
{
"itm_det": {
"camt": 614.44,
"csamt": 621.09,
"iamt": 0,
"rt": 10.1,
"samt": 5.68,
"txval": 6210.99
},
"num": 1
}
],
"nt_dt": "23-12-2023",
"nt_num": "533515",
"ntty": "C",
"ont_dt": "23-09-2023",
"ont_num": "533515",
"p_gst": "N",
"pos": "06",
"rchrg": "N",
"val": 729248.16
}
][
{
"cfs": "Y",
"ctin": "01ABCAP1123Q1ZS",
"nt": [
{
"chksum": "AflJufPlFStqKBZ",
"d_flag": "Y",
"diff_percent": 0.65,
"idt": "20-09-2023",
"inum": "915914",
"inv_typ": "R",
"itms": [
{
"itm_det": {
"camt": 614.44,
"csamt": 621.09,
"iamt": 0,
"rt": 10.1,
"samt": 5.68,
"txval": 6210.99
},
"num": 1
}
],
"nt_dt": "23-12-2023",
"nt_num": "533515",
"ntty": "C",
"ont_dt": "23-09-2023",
"ont_num": "533515",
"p_gst": "N",
"pos": "06",
"rchrg": "N",
"val": 729248.16
}
]
}
]"1"
1763446641000
"182ebce6-df57-4be7-9b07-2d9936a17550"
Was this page helpful?