Search GSTIN

POST {{sandbox_host}}/gst/compliance/e-invoice/tax-payer/gstin/search

Request Body

{"gstin"=>"{{irp_einv_gstin}}"}

HEADERS

| Key | Datatype | Required | Description | | x-api-key | string | | | | authorization | string | | |

RESPONSES

status: OK

"{\n    \"transaction_id\": \"{{$randomUUID}}\",\n    \"code\": 200,\n    \"data\": {\n        \"Status\": 0,\n        \"Data\": null,\n        \"ErrorDetails\": [\n            {\n                \"ErrorCode\": \"3001\",\n                \"ErrorMessage\": \"Requested data is not available\"\n            }\n        ],\n        \"InfoDtls\": null\n    },\n    \"timestamp\": {{$timestamp}}000\n}"