curl --request GET \
--url https://api.sandbox.co.in/gst/compliance/tax-payer/invoices/status \
--header 'Authorization: <authorization>' \
--header 'x-api-key: <x-api-key>'{
"code": 200,
"data": {
"data": {
"err_cd": "",
"err_msg": "",
"proc_cnt": "8",
"status_cd": "P",
"transTypCd": "SAV"
},
"status_cd": "1"
},
"timestamp": 1763446641000,
"transaction_id": "619ed667-3bc3-4fc2-954c-340174e52a53"
}Fetch the status for save or reset invoice status action in real time.
curl --request GET \
--url https://api.sandbox.co.in/gst/compliance/tax-payer/invoices/status \
--header 'Authorization: <authorization>' \
--header 'x-api-key: <x-api-key>'{
"code": 200,
"data": {
"data": {
"err_cd": "",
"err_msg": "",
"proc_cnt": "8",
"status_cd": "P",
"transTypCd": "SAV"
},
"status_cd": "1"
},
"timestamp": 1763446641000,
"transaction_id": "619ed667-3bc3-4fc2-954c-340174e52a53"
}Taxpayer access token
API key for identification
API version
Pass the reference id on taking Save or Reset action
"{{reference_id}}"
200 Save invoice status processed / 200 Save invoice status processed with error / IMSSAV005 Schema validation failure
Was this page helpful?