API Documentation

This API helps to generate E-Way bill by IRN.

Enterprises and Transporters can integrate with Vayana E-Waybill APIs with their ERP or source system so that E-Waybills can be generated quickly, seamlessly, and error-free directly from their ERP or source system. Vayana E-Waybill API integration provides a robust, scalable, and compliant method of generating E-Waybills with the following key advantages:

  • E-Waybills are generated quickly (in a few seconds).
  • E-Waybill data like the bill number, E-Waybill generated date, etc. can be stored back in their ERP or source system.

Data to Test Integration

HeaderData
SELLER-GSTIN24AAAPI3182M002
IRP-USERNAMEtest_24_001
IRP-PASSWORDTrial63$value

Authorization

Authorization will be of Basic Type. Key Value and Secret Value shall be entered as authorization tokens.

Key Valuehylo_1242_bf18f7c9e196ae89
Secret Value$2a$10$vhAGOlRBeAkMN9w5DpKIJ.bvF

Sample Request

       {
    "Irn": "5e71b63577fbec0c7a87abb4e0437b58e27890e0f2a392b49d3006df701de712",
    "Distance": 100,
    "TransMode": "1",
    "TransId": "12AWGPV7107B1Z1",
    "TransName": "trans name",
    "TransDocDt": "01/02/2024",
    "TransDocNo": "TRAN/DOC/11",
    "VehNo": "KA12ER1234",
    "VehType": "R",
    "ExpShipDtls": {
        "Addr1": "7th block, kuvempu layout",
        "Addr2": "kuvempu layout",
        "Loc": "Banagalore",
        "Pin": 562160,
        "Stcd": "29"
    },
    "DispDtls": {
        "Nm": "ABC company pvt ltd",
        "Addr1": "7th block, kuvempu layout",
        "Addr2": "kuvempu layout",
        "Loc": "Banagalore",
        "Pin": 562160,
        "Stcd": "29"
    }
}

Sample Response

{
    "Code": "0",
    "Message": "E-Way bill generated successfully",
    "Status": "APPROVED",
    "GenerateEwbByIRN": {
        "EwbNo": 641011775675,
        "EwbDt": "2024-02-15 10:59:00",
        "EwbValidTill": "2024-02-16 23:59:00",
        "Remarks": ""
    }
}

Questions? Contact Us 📧 [email protected]

Language
Credentials
Basic
base64
:
URL
Click Try It! to start a request and see the response here!