Skip to main content
POST
/
gst
/
compliance
/
tax-payer
/
evc
/
otp
Generate EVC OTP
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"
}

Headers

Authorization
string
required

Taxpayer access token

x-api-key
string
required

API key for identification

x-api-version
string
default:1.0.0

API version

Query Parameters

gstr
string
required

GSTR Type. Example: gstr-1

Example:

"{{gst_return}}"

Body

application/json
pan
string
required

PAN of the authorized signatory

Response

200 - application/json

200 Success / OTP0010 Not authorized signatory

code
number
Example:

200

data
object
timestamp
number
Example:

1763446641

transaction_id
string
Example:

"6d2a2353-1664-4315-9fc3-536d4f753c1a"