This gateway tested agianst WHMCS 7.10.2 and 8.1.3 with six template.
- Upload content of this repository to whmcs.
- Import
database.sql
into the WHMCS database and it's better to remove it after that. - Go to admin-panel -> Setup -> Payment -> Currencies and make a crypto-currency with corresponding symbol. (e.g. USDT)
- Go to Binance API Management page and make new API token with readonly access.
- Go to admin-panel -> Setup -> Payment -> Payment Gateways and make
binance
active. - Enter your API access and select crypto-currency that you created in third setup.
- Test it!
- If it's all good, setup a cronjob to process pending transactions in background:
* * * * * php ~/public_html/binance-crypto-payment.php > /dev/null