BitPay Checkout for Magento 1
Accept blockchain payments on your Magento-based e-commerce site with BitPay's open source Plugin.
Integration Requirements
- Magento 1.9.x
- A BitPay merchant account:
Plugin Installation
- Upload all files to your Magento 1 installation root
- In your System > Configuration > Design, under the HMTL Head drop down menu, add the following scripts in the Miscellaneous Scripts box:
<script src = "https://bitpay.com/bitpay.min.js"></script>
<script src = "/js/bitpay/showmodal.js"></script>

You can now activate the BitPay checkout plugin via your Magento Admin Dashboard.
Plugin Configuration
After you have installed the BitPay plugin, the configuration steps are:
- Create an API token from your BitPay merchant dashboard
- Login to your BitPay merchant account and go to the API token settings
- click on the Add new token button: indicate a token label (for instance: Magento 1), uncheck "Require Authentication" and click on the Add Token button
- Copy the token value

- Log in to your Magento admin dashboard, go to System > Configuration > Payment Methods. This will give you access to the BitPay plugin settings:
- Paste the token value into the appropriate field: Development Token for token copied from the sandbox environment (test.bitpay.com) and Production Token for token copied from the live environment (bitpay.com)
- select the endpoint - Test or Production
- Payment from Specific Countries - You MUST select the countries to enable BitPay to appear in the checkout.
- Click Save config at the bottom of the page
