curl --request GET \
--url https://api.sandbox.co.in/gst/compliance/tax-payer/invoices \
--header 'Authorization: <authorization>' \
--header 'x-api-key: <x-api-key>'{
"code": 200,
"data": {
"data": {
"b2b": [
{
"action": "A",
"camt": 10883.91,
"cess": 0,
"hash": "dbd0f1c65631f9fdbfd3ab8d56c2949c3354b688ea53dee44e42768c07b676e2",
"iamt": 0,
"idt": "05-11-2024",
"inum": "AO2SA2425002517",
"inv_typ": "R",
"ispendactblocked": "N",
"pos": "24",
"rtnprd": "112024",
"samt": 10883.91,
"srcfilstatus": "Not Filed",
"srcform": "R1",
"stin": "24ABCCU0123M1YZ",
"txval": 120932.18,
"val": 142700
}
]
},
"status_cd": "1"
},
"timestamp": 1763446641000,
"transaction_id": "fd976f56-b9a9-4012-9504-a351b1f2b7fa"
}Fetch the invoices for different sections with their respective status in real time.
curl --request GET \
--url https://api.sandbox.co.in/gst/compliance/tax-payer/invoices \
--header 'Authorization: <authorization>' \
--header 'x-api-key: <x-api-key>'{
"code": 200,
"data": {
"data": {
"b2b": [
{
"action": "A",
"camt": 10883.91,
"cess": 0,
"hash": "dbd0f1c65631f9fdbfd3ab8d56c2949c3354b688ea53dee44e42768c07b676e2",
"iamt": 0,
"idt": "05-11-2024",
"inum": "AO2SA2425002517",
"inv_typ": "R",
"ispendactblocked": "N",
"pos": "24",
"rtnprd": "112024",
"samt": 10883.91,
"srcfilstatus": "Not Filed",
"srcform": "R1",
"stin": "24ABCCU0123M1YZ",
"txval": 120932.18,
"val": 142700
}
]
},
"status_cd": "1"
},
"timestamp": 1763446641000,
"transaction_id": "fd976f56-b9a9-4012-9504-a351b1f2b7fa"
}Taxpayer access token
API key for identification
API version
Section of the transaction. Possible values: B2B, B2BA, CN, CNA, DN, DNA, ECOM, ECOMA
"{{section}}"
Optional filter to fetch invoices of specific status. Possible values: accepted, rejected, pending, no_action_taken
"no_action_taken"
Was this page helpful?