Blog - EINVOICE

Get IRN Details By Doc. Details


API Path: https://apipath/

Method: Get

Header Parameter (Sample)

"doctype"="INV" "docnum"="IRN202028180" "docdate"="23/11/2020"

Simple Response

{ "success": true, "message": "E-Invoice fetched successfully", "result": { "AckNo": 112010025112040, "AckDt": "2020-11-23 12:46:00", "Irn": "3c20ab1fbff0c07b1d8c5ea2fcf3f97e8144edcdf82ea97dc5ab4b6528cfc3c4", "SignedInvoice": ...


Date: 26 October 2021    Comments: 0

Get E-Way Bill Details By IRN


API Path: https://apipath

Method: Get

Request Body (Sample)

{ "IRN": 321001004049 }

Sample Response

{ "success": true, "message": "E-Waybill details are fetched successfully by the IRN", "result": { "EwbNo": 141008995281, "Status": "ACT", "GenGstin": "36AMBPG7773M002", "EwbDt": "2020-10-21 19:13:00", "EwbValidTill": "2020-10-28 23:59:00" } }


Date: 26 October 2021    Comments: 0

Generate EWB By IRN


API Path: https://apipath/

Method: Post

Request Body (Sample)

{ "Irn": "825a63fc30ab5e948c47d460f0bc3ca615b8389d98bf38f56ff49df6160de06e", "TransId": "29DPZPS4403C1ZF", "TransMode": "1", "TrnDocNO": "12/22", "TrnDocDt": "06/02/2020", "VehNo": "KA01AB1234", "Distance": 120, "VehType": "R", "TransName": "ree" }

Sample Responce

{ "success": true, ...


Date: 26 October 2021    Comments: 0

Get EInvoice By IRN


API Path: https://apipath

Method: Post

Sample Responce

{ "success": true, "message": "E-Invoice fetched successfully", "result": { "AckNo": 15102573688, "AckDt": "2020-05-25 09:51:00", "Irn": "fd9204d9218216155dfd784696f961d59e54be88e17d3725c7dbaede7bf08745", "SignedInvoice": "eyJhbGciOiJSUzI1NiIsImtpZCI6IjExNQtqHtEbUzghkzpqBFbgjA", "SignedQRCode": "eyJhbGciOiJSUzI1NiIsImtpZCI6IjExV1JRAqghHxU8yd9kUKw72cp4LA", "Status": "ACT", ...


Date: 26 October 2021    Comments: 0

Cancel IRN / Cancel EInvoice


API Path: https://apipath

Method: Post

Request Body (Sample)

{ "irn": "79ed0987648b88b777cab37a28064248006da266476f7d1b6159cf3b23821cf6", "cnlrsn": "1 ", "cnlrem": "wrong entry" }

Semple Response

{ "success": true, "message": "E-Invoice is cancelled successfully", "result": { "Irn": "a5c12dca80e743321740b001fd70953e8738d109865d28ba4013750f2046f229", "CancelDate": "2019-12-05 14:26:00" } }


Date: 26 October 2021    Comments: 0

Generate E-Invoice - IRN


API Path: https://apipath/

Method: Post

Request Body (Sample)

{ "Version": "1.1", "TranDtls": { "TaxSch": "GST", "SupTyp": "B2B", "RegRev": "Y", "EcmGstin": null, "IgstOnIntra": "N" }, "DocDtls": { "Typ": "INV", "No": "IRN20200806003", "Dt": "06/08/2020" }, "SellerDtls": { "Gstin": "37AMBPG7773M002", "LglNm": ...


Date: 26 October 2021    Comments: 0

First Previous 1 2