API Documentation

This API helps to generate E-Way bill.

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

{
    "EWayBillRequest": {
        "supplyType": "O",
        "subSupplyType": "1",
        "subSupplyDesc": "",
        "docType": "INV",
        "docNo": "7071-33",
        "docDate": "15/12/2017",
        "fromGstin": "24AAAPI3182M002",
        "fromTrdName": "welton",
        "fromAddr1": "2ND CROSS NO 59  19  A",
        "fromAddr2": "GROUND FLOOR OSBORNE ROAD",
        "fromPlace": "FRAZER TOWN", 
        "fromPincode": 560090,
        "actFromStateCode": 29,
        "fromStateCode": 29,
        "toGstin": "27AAFCV6085L1ZO",
        "toTrdName": "sthuthya",
        "toAddr1": "Shree Nilaya",
        "toAddr2": "Dasarahosahalli",
        "toPlace": "Beml Nagar",
        "toPincode": 560090,
        "actToStateCode": 29,
        "toStateCode": 27,
        "transactionType": 4,
        "otherValue": "-100",
        "totalValue": 56099,
        "cgstValue": 0,
        "sgstValue": 0,
        "igstValue": 300.67,
        "cessValue": 400.56,
        "cessNonAdvolValue": 400,
        "totInvValue": 68358,
        "transporterId": "",
        "transporterName": "",
        "transDocNo": "",
        "transMode": "1",
        "transDistance": "100",
        "transDocDate": "",
        "vehicleNo": "PVC1234",
        "vehicleType": "R",
        "itemList": [
            {
                "productName": "Wheat",
                "productDesc": "Wheat",
                "hsnCode": 1001,
                "quantity": 4,
                "qtyUnit": "BOX",
                "cgstRate": 0,
                "sgstRate": 0,
                "igstRate": 3,
                "cessRate": 3,
                "cessNonadvol": 0,
                "taxableAmount": 5609889
            }
        ]
    }
}

Sample Response

{
    "Code": "0",
    "Message": "E-Way bill generated successfully",
    "Status": "APPROVED",
    "EWayBill": {
        "ewayBillNo": "601011765687",
        "ewayBillDate": "09/01/2024 10:49:00 AM",
        "validUpto": "10/01/2024 11:59:00 PM",
        "alert": "Total invoice value is more than the sum of total assessible value and tax values, "
    }
}

Questions? Contact Us 📧 [email protected]

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