| build | ||
| modules/gateways | ||
| .gitattributes | ||
| .gitignore | ||
| .travis.yml | ||
| build.xml | ||
| CHANGELOG | ||
| composer.json | ||
| LICENSE | ||
| README.md | ||
bitpaywhmcs-plugin
Installation
Extract these files into your whmcs directory (parent directory of modules/folder)
Configuration
- Check that you have set your Domain and WHMCS System URL under whmcs/admin
Setup > General Settings
- Create an API Key in your bitpay account at bitpay.com.
- In the admin control panel, go to "Setup" > "Payment Gateways", select "Bit-pay" in the list of modules and click Activate.
- Enter your API Key from step 1.
- Choose a transaction speed (refer to bitpay's help section for more information about these choices).
- If you see the "Convert To For Processing" option, choose a currency that is accepted by Bitpay (e.g. BTC/USD/CAD).
- If you see the option but such a currency does not appear here, or if don't see the option and you are currently accepting a currency that is not accepted by Bitpay: a. Click "Save Changes." b. Create an accepted currency (e.g. USD/BTC/CAD) by going to "Setup" > "Currencies," filling out the form and clicking "Add Currency" NOTE You will have to update the conversion rate manually for BTC, so it's advisable here to choose your local currency over BTC since the BTC exchange rate update can be automated for your local currency. c. Return to "Setup" > "Payment Gateways" and choose this new currency for the "Convert To For Processing" setting.
- Click "Save Changes."
Usage
When a client chooses the Bitpay payment method, they will be presented with an invoice showing a button to pay the order. Upon requesting to pay their order, the system takes the client to a bitpay.com invoice page where the client is presented with bitcoin payment instructions. Once payment is received, a link is presented to the shopper that will return them to your website.
In your Admin control panel, you can see the information associated with each order made via Bitpay ("Orders" > "Pending Orders"). This screen will tell you whether payment has been received by the bitpay servers.
NOTE This extension does not provide a means of automatically pulling a current BTC exchange rate for presenting BTC prices to shoppers. If you want to have a BTC currency in your installation, you must update the exchange rate manually.
Support
BitPay Support
- GitHub Issues
- Open an issue if you are having issues with this plugin.
- Support
- BitPay merchant support documentation
WHMCS Support
Contribute
To contribute to this project, please fork and submit a pull request.
License
The MIT License (MIT)
Copyright (c) 2011-2015 BitPay
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.