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>"
}
'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>"
}
'GST taxpayer access token. For token-generation steps, refer to the Generate Taxpayer Session recipe, then pass the token in the Authorization header.
API key for identification
API version
GSTR Type. Example: gstr-1
"{{gst_return}}"
PAN of the authorized signatory
Was this page helpful?