cURL
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>'
200
200 Save invoice status processed
{ "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.
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
Show child attributes
""
"2"
"IMSSAV0010"
"Either previous action is incorrect/ invoice might have edited by supplier"
"invoice-b2b"
"042023"
[ { "inum": "invoice-b2b", "rtnprd": "042023" } ]
"32TAAOA2947A1Z7"
[ { "error_cd": "IMSSAV0010", "error_msg": "Either previous action is incorrect/ invoice might have edited by supplier", "inv": [ { "inum": "invoice-b2b", "rtnprd": "042023" } ], "stin": "32TAAOA2947A1Z7" } ]
"invoice-dn"
[ { "inum": "invoice-dn", "rtnprd": "042023" } ]
[ { "error_cd": "IMSSAV0010", "error_msg": "Either previous action is incorrect/ invoice might have edited by supplier", "inv": [ { "inum": "invoice-dn", "rtnprd": "042023" } ], "stin": "32TAAOA2947A1Z7" } ]
"8"
"P"
"SAV"
"1"
1763446641000
"619ed667-3bc3-4fc2-954c-340174e52a53"
Was this page helpful?