Get e-Invoice by IRN

GET {{sandbox_host}}/gst/compliance/tax-payer/e-invoice/:irn

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_cd\": \"0\",\n        \"error\": {\n            \"message\": \"Please enter an IRN which is not older than six months.\",\n            \"error_cd\": \"EINV30119\"\n        }\n    },\n    \"timestamp\": {{$timestamp}}000\n}"