WHMCS
Last updated
Last updated
WHMCS integration provides an easy way to use Bitcart as a payment gateway in your whmcs instance
This plugin requires the following:
WHMCS 7.x
Running Bitcart instance: deployment guide
Open https://github.com/bitcart/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 Bitcart Checkout to enable the plugin. The next step will be to configure it.
After you have enabled the Bitcart plugin, the configuration steps are:
Enter your admin panel URL (for example, https://admin.bitcart.ai) without slashes
Enter your merchants API URl (for example, https://api.bitcart.ai) 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 Bitcart finalizes the transaction, it will change to a Paid status, and your order will be safe to ship, allow access to downloadable products, etc.