e-Invoice Authenticate
POST {{sandbox_host}}/gst/compliance/e-invoice/tax-payer/authenticate?force=true
Request Params
| Key | Datatype | Required | Description |
| force
| boolean | | |
Request Body
{"username"=>"{{irp_einv_username}}", "password"=>"{{irp_einv_password}}", "gstin"=>"{{irp_einv_gstin}}"}
HEADERS
| Key | Datatype | Required | Description |
| x-api-key
| string | | |
| authorization
| string | | |
| x-source
| string | | |
RESPONSES
status: OK
{"transaction_id":"14f91604-cf57-4336-8e4b-e758de6be3c4","code":200,"data":{"status_cd":"0","error":{"message":"GSTN Server Error","error_cd":"GEN5008"}},"timestamp":1735661058000}