hh
- The portal will ask to provide below details.
Kindly do the needful and then click on “Add”.
- Suffix up to 3 Digits, it can be any 3 Numbers or Alphabets
- Password should not be more than 15 Digits or less than 8 digits
- Password should contain below details.
➢ Minimum 1 Special Character
➢ Minimum 1 Capital Letter
➢ Minimum 1 Number
❑ For Eg and Suggested password: Ewaybill@12
POINT2
Below is the API to register GSTIN AND GSP USER NAME AND PASSWORD in the Masters India
Production account.
To use the Below API and Registration, please fallow the steps.
Step 1
Before going to production, User GSTIN should be registered a Production account.
To register GSTIN in the production account, we need the below details.
1) Production credentials ( which is shared by Masters India Support Team, to generate access token)
2)GSTIN
3)GSP USER NAME AND PASSWORD ( WHICH ARE CREATED IN EWAY BILL PORTAL, AFTER LOGGING INTO EWAY BILL PORTAL.
PLEASE ADD MASTERS INDIA AS A GSP..[ PASSWORD SHOULD BE BETWEEN 8 AND 15 CHARACTERS ]
PLEASE FIND THE ATTACHMENT AND VIDEO FOR A BETTER UNDERSTANDING OF THE ABOVE GSP PROCESS.
Video Link:
https://drive.google.com/file/d/19Gv6SzXUNXE-q1hss6cfOJldvgrTptUs/view?usp=sharing
Step2
please integrate the below API into your ERP. instead of sending GSTIN to MI, you can do the registration from your END.
URL: https://pro.mastersindia.co/bussiness/checkGstin\
{
"access_token": "b2c37741631b*******478306f44a1a38",
"gstin_number": "37AAH##5089L1Z3",
"einvoice_userName": "VIJ_BRIL_W_API_BRI", ====>GSP USER NAME
"einvoice_password": "Ewaybill@123", ====>GSP PASSWORD
"eway_userName": "VIJ_BRIL_W_API_BRI", ====>GSP USER NAME
"eway_password": "Ewaybill@123", ====>GSP PASSWORD
"gst_userName": "abcd"
}
success response: business successfully created.
Step 3
Start doing production(Live)
Replace URL using pro instead of client basic for production.
https://pro.mastersindia.co/oauth/access_token =====> production URL
https://clientbasic.mastersindia.co/oauth/access_token ====> Testing URL