curl --request GET \
--url https://api.sandbox.co.in/gst/compliance/tax-payer/gstrs/gstr-2a/b2ba/{year}/{month} \
--header 'Authorization: <authorization>' \
--header 'x-api-key: <x-api-key>'{
"code": 200,
"data": {
"data": {
"b2ba": [
{
"cfs": "Y",
"cfs3b": "Y",
"ctin": "24ABCCR0123M1YZ",
"fldtr1": "10-Jan-24",
"flprdr1": "Dec-23",
"inv": [
{
"aspd": "Oct-23",
"atyp": "D",
"chksum": "6a93632fb89ac2028409a04ef1b538d38e9e50503b69c1ddd182570d61615aea",
"idt": "25-10-2023",
"inum": "RN1/FAMA-16557",
"inv_typ": "R",
"itms": [
{
"itm_det": {
"camt": 0,
"iamt": 0,
"rt": 18,
"samt": 0,
"txval": 0.01
},
"num": 1418
}
],
"oidt": "25-10-2023",
"oinum": "RN1/FAMA-16557",
"pos": "24",
"rchrg": "N",
"val": 0.01
}
]
}
]
},
"status_cd": "1"
},
"timestamp": 1763446641000,
"transaction_id": "28ddcef3-cea8-449b-bc59-7aac885e6216"
}Get all amended B2B invoices 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/b2ba/{year}/{month} \
--header 'Authorization: <authorization>' \
--header 'x-api-key: <x-api-key>'{
"code": 200,
"data": {
"data": {
"b2ba": [
{
"cfs": "Y",
"cfs3b": "Y",
"ctin": "24ABCCR0123M1YZ",
"fldtr1": "10-Jan-24",
"flprdr1": "Dec-23",
"inv": [
{
"aspd": "Oct-23",
"atyp": "D",
"chksum": "6a93632fb89ac2028409a04ef1b538d38e9e50503b69c1ddd182570d61615aea",
"idt": "25-10-2023",
"inum": "RN1/FAMA-16557",
"inv_typ": "R",
"itms": [
{
"itm_det": {
"camt": 0,
"iamt": 0,
"rt": 18,
"samt": 0,
"txval": 0.01
},
"num": 1418
}
],
"oidt": "25-10-2023",
"oinum": "RN1/FAMA-16557",
"pos": "24",
"rchrg": "N",
"val": 0.01
}
]
}
]
},
"status_cd": "1"
},
"timestamp": 1763446641000,
"transaction_id": "28ddcef3-cea8-449b-bc59-7aac885e6216"
}Taxpayer access token
API key for identification
API version
Year e.g. 2020
"{{year}}"
Month e.g. 01
"{{month}}"
optional Counter party GSTIN
"{{ctin}}"
200 Success / RET13509 No data found
200
Show child attributes
Show child attributes
Show child attributes
"Y"
"Y"
"24ABCCR0123M1YZ"
"10-Jan-24"
"Dec-23"
Show child attributes
"Oct-23"
"D"
"6a93632fb89ac2028409a04ef1b538d38e9e50503b69c1ddd182570d61615aea"
"25-10-2023"
"RN1/FAMA-16557"
"R"
Show child attributes
1418
[
{
"itm_det": {
"camt": 0,
"iamt": 0,
"rt": 18,
"samt": 0,
"txval": 0.01
},
"num": 1418
}
]"25-10-2023"
"RN1/FAMA-16557"
"24"
"N"
0.01
[
{
"aspd": "Oct-23",
"atyp": "D",
"chksum": "6a93632fb89ac2028409a04ef1b538d38e9e50503b69c1ddd182570d61615aea",
"idt": "25-10-2023",
"inum": "RN1/FAMA-16557",
"inv_typ": "R",
"itms": [
{
"itm_det": {
"camt": 0,
"iamt": 0,
"rt": 18,
"samt": 0,
"txval": 0.01
},
"num": 1418
}
],
"oidt": "25-10-2023",
"oinum": "RN1/FAMA-16557",
"pos": "24",
"rchrg": "N",
"val": 0.01
}
][
{
"cfs": "Y",
"cfs3b": "Y",
"ctin": "24ABCCR0123M1YZ",
"fldtr1": "10-Jan-24",
"flprdr1": "Dec-23",
"inv": [
{
"aspd": "Oct-23",
"atyp": "D",
"chksum": "6a93632fb89ac2028409a04ef1b538d38e9e50503b69c1ddd182570d61615aea",
"idt": "25-10-2023",
"inum": "RN1/FAMA-16557",
"inv_typ": "R",
"itms": [
{
"itm_det": {
"camt": 0,
"iamt": 0,
"rt": 18,
"samt": 0,
"txval": 0.01
},
"num": 1418
}
],
"oidt": "25-10-2023",
"oinum": "RN1/FAMA-16557",
"pos": "24",
"rchrg": "N",
"val": 0.01
}
]
}
]"1"
1763446641000
"28ddcef3-cea8-449b-bc59-7aac885e6216"
Was this page helpful?