Go to file
Kevin McInturff c15f609c57 Merge pull request #8 from jaafit/master
added sort order to options
2013-05-24 10:59:47 -07:00
app Use cart contents rather than timestamp to verify IPNs 2013-05-20 18:06:59 -04:00
lib/bitpay bugfix: some installations not including bp_lib.php properly 2013-04-11 20:15:01 -04:00
README.md Update README.md 2013-04-24 12:08:09 -03:00

README.md

©2011 BIT-PAY LLC. Permission is hereby granted to any person obtaining a copy of this software and associated documentation for use and/or modification in association with the bitpay.com service.

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.

Bitcoin payment module using the bitpay.com service.

Installation

Copy these files into your Magento directory.

Configuration

NOTE: SSL is required for use of the BitPay plugin for Magento

  1. Create an API key at bitpay.com by clicking My Account > API Access Keys > Add New API Key.
  2. In Admin panel under "System > Configuration > Sales > Payment Methods > Bitcoins":
  1. Verify that the module is enabled.
  2. Enter your API key.
  3. Select a transaction speed. The high speed will send a confirmation as soon as a transaction is received in the bitcoin network (usually a few seconds). A medium speed setting will typically take 10 minutes. The low speed setting usually takes around 1 hour. See the bitpay.com merchant documentation for a full description of the transaction speed settings.
  4. Verify that the currencies option includes your store's currencies. If it doesn't, check bitpay.com to see if they support your desired currency. If so, you may simply add the currency to the list using this setting. If not, you will not be able to use that currency.
  5. (optional) Adjust the "Fullscreen Invoice" setting. "No" means that payment instructions are embedded in the checkout page. "Yes" means that the buyer will be redirected to bitpay.com to pay their order.

Usage

When a shopper chooses the Bitcoin payment method, they will be presented with an order summary as the next step (prices are shown in whatever currency they've selected for shopping). If the fullscreen option is disabled, they can pay for their order using the address shown on the screen. Otherwise they will place their order and be redirected to bitpay.com to pay.

The order status in the admin panel will be "Processing" if payment has been confirmed.

Note: This extension does not provide a means of automatically pulling a current BTC exchange rate for presenting BTC prices to shoppers.

Change Log

Version 1

  • Initial version, tested against Magento 1.6.0.0

Version 2

  • Now supports API keys instead of SSL files. Tested against 1.7.0.2.

Version 3

  • Now shows an iframe on the checkout page instead of redirecting to bitpay.com.