WHMCS integration provides an easy way to use BitcartCC as a payment gateway in your whmcs instance
​
This plugin requires the following:
WHMCS 7.x
Running BitcartCC instance: deployment guide​
Open https://github.com/bitcartcc/whmcs-plugin/releases/latest and download the zip archive with the plugin
Copy the archive on your server
Extract the archive to your whmcs root, so that in your whmcs root, in modules/gateways there is a file named bitcartcheckout.php
At whmcs panel, go to setup > payments > payment gateways
On the next screen, click on the All Payment Gateways tab and click on BitcartCC Checkout to enable the plugin. The next step will be to configure it.
After you have enabled the BitcartCC plugin, the configuration steps are:
Enter your admin panel URL (for example, https://admin.bitcartcc.com) without slashes
Enter your merchants API URl (for example, https://api.bitcartcc.com) without slashes
This plugin also includes an IPN (Instant Payment Notification) endpoint that will update your WHMCS invoice status.
Initially the WHMCS invoice will be in a Unpaid status when it is initially created.
After the invoice is paid by the user, it will change to a Payment Pending status.
When BitcartCC finalizes the transaction, it will change to a Paid status, and your order will be safe to ship, allow access to downloadable products, etc.
​