API Documentation

This API helps to cancel E-Way Bill.

E-Way Bill Cancel API is your solution for hassle-free electronic invoice management. Designed with simplicity and efficiency in mind, this API empowers businesses to seamlessly cancel invoices, ensuring a smooth and compliant financial workflow. With easy integration into existing systems, users can initiate cancellation requests, track real-time status updates, and receive automated notifications upon successful completion. Our robust security measures prioritize the protection of sensitive financial data throughout the cancellation process.
Using this API the taxpayer can cancel the e-Way Bill, in a case when the e-way bill is either wrongly generated or the purchase order is canceled.

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

{
    "CancelEWayBillRequest": {
        "ewbNo": 641011770724,
        "cancelRsnCode": 1,
        "cancelRmrk": "Cancelled the order"
    }
}

Sample Response

{
    "Code": "0",
    "Message": "E-Way bill cancelled successfully",
    "Status": "APPROVED",
    "CancelEWayBill": {
        "ewayBillNo": "601011765687",
        "cancelDate": "09/01/2024 10:50:00 AM"
    }
}

Questions? Contact Us 📧 [email protected]

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