Tebex vipps gateway made for MCHost and their users by Terbau.
- Enter all necessary information in config.json about users and the base of the API.
- Change API_BASE in tebex.js to the base of the API.
- Run
py -3 app.py
in console to start the app.
First of all the admin must contact MCHost and ask them to be added to config.json
- Navigate to tebex.io dashboard for your server.
- Payments -> Payment Gateways -> Setup Payment Gateway -> Manual Payments
- Enter all necessary information and paste the code from tebex.js (WITH THE CORRECT VIPPS CLIENT ID) into the javascript box.
- Save.
Python 3.6+
- aiohttp
- sanic
- sanic-cors