curl --request POST \
--url https://api.sandbox.co.in/gst/compliance/tax-payer/evc/otp \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--header 'x-api-key: <x-api-key>' \
--data '
{
"pan": "<string>"
}
'{
"code": 200,
"data": {
"status_cd": "1"
},
"timestamp": 1763446641,
"transaction_id": "6d2a2353-1664-4315-9fc3-536d4f753c1a"
}Generate EVC OTP to authenticate tax payer for filing returns.
curl --request POST \
--url https://api.sandbox.co.in/gst/compliance/tax-payer/evc/otp \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--header 'x-api-key: <x-api-key>' \
--data '
{
"pan": "<string>"
}
'{
"code": 200,
"data": {
"status_cd": "1"
},
"timestamp": 1763446641,
"transaction_id": "6d2a2353-1664-4315-9fc3-536d4f753c1a"
}Taxpayer access token
API key for identification
API version
GSTR Type. Example: gstr-1
"{{gst_return}}"
PAN of the authorized signatory
Was this page helpful?