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 Method | Resource |
---|---|
GET | /irp/tax-payer/e-invoice/:irn/e-way-bill |
Request
Follow the below guidelines to pass IRN and transport details to get e-Way Bill.
Headers
Param | Type | Description | Example |
---|---|---|---|
x-api-key | string | An API key is a public key to identify users when calling any Sandbox API. | key_live_ZUQT5UEf4...... |
Authorization | string | JWT Authorization token which is generated using e-Invoice Authentication API. | eyJhsebihGyUf...... |
Query Parameter
Param | Type | Description | Example |
---|---|---|---|
supplier-gstin | string | 15-character alphanumeric unique identifier assigned to business entities registering under the GST regime | 24AAACJ3770E2ZV |
Path Parameter
Param | Type | Description | Example |
---|---|---|---|
Irn | string | Irn Number | d056a57cc7cfcc6c9230aa0014 |
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
Param | Type | Description | Example |
---|---|---|---|
EwbNo | num | e-Way Bill No. , if e-Way Bill is generated | 131008995134 |
Status | string | ‘ACT’ for Active and ‘CNL’ for Cancelled | ACT |
GenGstin | string | Generated Gstin number | 29AWGPV7107B1Z1 |
EwbDt | string | e-Way Bill Date, if e-Way Bill is generated | 2020-10-21 15:33:00 |
EwbValidTill | string | e-Way Bill validity date, if Part B details are provided in the payload | 2020-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
Updated about 1 month ago