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

| Key | Datatype | Required | Description | | gstr | string | | |

Request Body

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

HEADERS

| Key | Datatype | Required | Description | | x-api-key | string | | Public key required to authorize API access. | | x-api-version | string | | | | authorization | string | | |

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}"