Generate EVC OTP

POST {{sandbox_host}}/gst/compliance/tax-payer/evc/otp?gstr={{gst_return}}

Generate OTP to the users for filing through EVC.

Request Params

KeyDatatypeRequiredDescription
gstrstring

Request Body

{"pan"=>"{{pan}}"}

HEADERS

KeyDatatypeRequiredDescription
x-api-keystringPublic key required to authorize API access.
x-api-versionstring
authorizationstring

RESPONSES

status: OK

"{\n    \"transaction_id\": \"{{$randomUUID}}\",\n    \"code\": 200,\n    \"data\": {\n        \"status_cd\": \"0\",\n        \"error\": {\n            \"message\": \"User does not have authorized signatory for Given Pan number and GSTIN\",\n            \"error_cd\": \"OTP0010\"\n        }\n    },\n    \"timestamp\": {{$timestamp}}000\n}"