Generate EVC OTP
About
- The third step of filing the uploaded GSTR-1 is to get the authentication of the user through this API.
- Generate OTP to file GSTR through EVC for the authenticated taxpayer (
gstin
) for a particular type ofgstr
(GST Return).
Endpoint
HTTP Method | Resource | Description |
---|---|---|
POST | /gsp/tax-payer/{gstin}/{gstr}/evc/otp?pan={}pan{} | Takes in gstin , gstr and pan to generate OTP. |
Path Parameters
Param | Type | Description | Example |
---|---|---|---|
gstin | string | 15-character alpha-numeric unique identifier assigned to business entities registering under the GST regime | AAAAA0000A |
gstr | string | GSTR Type. Possible values: GSTR-1 | GSTR-1 |
Query Parameters
Param | Type | Description | Example |
---|---|---|---|
pan | string | PAN number of authorised signatory. |
Response
Param | Type | Description | Example |
---|---|---|---|
Status_cd | string | 1 for true and 0 for false | 1 |
Updated about 1 month ago