Get e-Way Bill Details by IRN

e-Way Bill, which has an e-Invoice attached to it can be fetched using this API

Overview

API to fetch e-Way Bill details by passing the irn of the e-Invoice.

Endpoint

HTTP MethodResource
GET/irp/tax-payer/e-invoice/:irn/e-way-bill

API Endpoint  Contact Us  Free Trial

Request

Follow the below guidelines to pass IRN and transport details to get e-Way Bill.

Headers

ParamTypeDescriptionExample
x-api-keystringAn API key is a public key to identify users when calling any Sandbox API.key_live_ZUQT5UEf4......
AuthorizationstringJWT Authorization token which is generated using e-Invoice Authentication API.eyJhsebihGyUf......

Query Parameter

ParamTypeDescriptionExample
supplier-gstinstring15-character alphanumeric unique identifier assigned to business entities registering under the GST regime24AAACJ3770E2ZV

Path Parameter

ParamTypeDescriptionExample
IrnstringIrn Numberd056a57cc7cfcc6c9230aa0014

Sample CURL Request

curl --request GET \
     --url https://api.sandbox.co.in/irp/tax-payer/e-invoice/d056a57cc7cfcc6c9230aa0014/e-way-bill \
     --header 'Authorization: xxxxxxxxxx' \
     --header 'accept: application/json' \
     --header 'x-api-key: xxxxxxxxxx' \
     --header 'x-api-version: 1.0'

❗️

Test Environment Not Available

Response

ParamTypeDescriptionExample
EwbNonume-Way Bill No. , if e-Way Bill is generated131008995134
Statusstring‘ACT’ for Active and ‘CNL’ for CancelledACT
GenGstinstringGenerated Gstin number29AWGPV7107B1Z1
EwbDtstringe-Way Bill Date, if e-Way Bill is generated2020-10-21 15:33:00
EwbValidTillstringe-Way Bill validity date, if Part B details are provided in the payload2020-10-22 23:59:00

Response Caching

Response caching is not available for this API. Learn more about our response caching mechanism here

Wallet Charges

Since Get GSTIN Details API is a Paid API, a wallet charge of INR 0.25 + GST will take place.

Versioning

This API is currently in major version 1.0. Refer to our versioning policies here