Goods and Services Tax – GST – Dated:- 31-3-2018 – E-Way Bill System User Manual for API Interface (Site-to-Site integration) 1. Introduction 1.1 Background Introduction of Goods and Services Tax (GST) across India with effect from 1st of July 2017 is a very significant step in the field of indirect tax reforms in India. For quick and easy movement of goods across India without any hindrance, all the check posts across the country are abolished. The GST system provides a provision of e-Way Bill, a document to be carried by the person in charge of conveyance, generated electronically from the common portal. To implement the e-Way Bill system, ICT based solution is required. Hence, as approved by the Goods and Services Tax (GST) Council, a web based solution has been designed and developed by National Informatics Centre and it is being rolled out for the use of taxpayers and transporters. The API interface based mechanism is also enabled for the tax payers to generate the e-way bills di
= = = = = = = =
Plain text (Extract) only
For full text:-Visit the Source
= = = = = = = =
ir automated system to call the EWB system to generate, update and pull the data related to their e-way bills. 2.1 Benefits These APIs can be used by the Tax Payers or Transporters or GST Suvidha Providers. The tax payers or transporters can have the following benefits by having API interface with their systems: Duplicate or double entry of invoice can be avoided. Generally, the employees of the tax payers enter the sales details in their computerised system and generate the invoice. After that they will come to e-way bill system and generate the e-way bill. Mistakes while generating e-way bill can be avoided. In a hurry to generate the e-way bill, the employee may do a mistake in data entry of e-way bill form, resulting in generation of incorrect e-way bill. Two prints of invoice and e-way bill can be avoided. That is, transporter or driver of the vehicle can be given invoice print only and on that invoice print, the e-way bill number can be written. In manual process, the tax payer c
= = = = = = = =
Plain text (Extract) only
For full text:-Visit the Source
= = = = = = = =
cess Read the API related documents After logging into the e-way bill system, the tax payer or transporter has to select the For API option under Registration menu. Enter the request details – domain name, static IP, etc. On submission, the EWB system generates the Client_Id, Client_Secret, UserName and Password and displays to the tax payer Using this, IT team of the tax payer will change or modify their automated system The tax payer will test modified system from his pre-production system with EWB pre-production system After thorough testing by the tax payer with all types of activities, at least 200 activities, he will be enabled to move to production. 2.4 Interfacing examples 2.4.1 API Interface for Tax Payer system – One of the ways of interfacing Note: This is one sample method/process of interfacing the EWB API into tax payer system. However, the tax payer can decide his process/method as per his business needs. No need to follow this only. • The Tax payer enters invoice d
= = = = = = = =
Plain text (Extract) only
For full text:-Visit the Source
= = = = = = = =
bills assigned to him using EWB API and stores into his system. • Before movement of goods, transporter enters vehicle no. for his LR and saves in his system • Now, Transporter system calls EWB system with EBN No. and other details requesting to update Part B of particular e-way bill. • EWB system after authentication and verification of details, updates vehicle details and gives ACK. • Transporter system updates this ACK in his system and prints the Trip sheet or manifesto. • Now, Transporter moves the goods along with this trip sheet or manifesto. 3. List of E-Way Bill API Services/Methods Sl. No. API Service API Description Response (data) Applicable To 1. Authenticate Authenticate with the credential to access the APIs Token Tax Payer, Transporter, Suvidha Provider 2. Get e-Way Bill Get the e-Way Bill details based on EWB Number EWB Object, Vehicle details Tax Payer, Transporter, Suvidha Provider 3. Get Consolidated E-Way Bill Get the Consolidated e-Way Bil
= = = = = = = =
Plain text (Extract) only
For full text:-Visit the Source
= = = = = = = =
Ref_Uniq_No Tax Payer, Transporter, Suvidha Provider 9. Cancel E-Way Bill Cancel the e-Way Bill EWB_No, Date, Ref_Uniq_No Tax Payer, Transporter, Suvidha Provider 10. Reject E-Way Bill Reject the e-Way Bill EWB_No, Date, Ref_Uniq_No Tax Payer, Suvidha Provider 11. Generate Consolidate E-Way Bill Generate Consolidated e-Way Bill CEWB_No, Date Tax Payer, Transporter, Suvidha Provider 4. Authentication API To access the API, application should first authenticate using the credentials shared and get the access token issued. Same access token to be used to access subsequent APIs. Access token will be configured to expire after 360 minutes. On expiry, same authentication API needs to be invoked to get new Access Token issued. The API header information is used for authentication and authorization purpose. 5. Service Request API To access the service requests like generate e-way bill, update vehicle, cancel e-way bill, the user application should have the valid authentication token. With the
= = = = = = = =
Plain text (Extract) only
For full text:-Visit the Source
= = = = = = = =