Accept cryptocurrency payments on your PrestaShop website
PHP >= 7.3
PrestaShop >= 1.7
Accept payments in Bitcoin, Bitcoin Cash, Litecoin, Ethereum, USDT and Matic directly to your crypto wallet, without any sign-ups or lengthy processes. All you need is to provide your crypto address.
The BlockBee module enables your PrestaShop store to get receive payments in cryptocurrency, with a simple setup and no sign-ups required.
- (BTC) Bitcoin
- (ETH) Ethereum
- (BCH) Bitcoin Cash
- (LTC) Litecoin
- (MATIC) Polygon
- (TRX) Tron
- (BNB) Binance Coin
- (USDT) USDT
among many others, for a full list of the supported cryptocurrencies and tokens, check this page.
BlockBee module will attempt to automatically convert the value you set on your store to the cryptocurrency your customer chose. Exchange rates are fetched every 5 minutes.
Supported currencies for automatic exchange rates are:
- (USD) United States Dollar
- (EUR) Euro
- (GBP) Great Britain Pound
- (JPY) Japanese Yen
- (CNY) Chinese Yuan
- (INR) Indian Rupee
- (CAD) Canadian Dollar
- (HKD) Hong Kong Dollar
- (BRL) Brazilian Real
- (DKK) Danish Krone
- (MXN) Mexican Peso
- (AED) United Arab Emirates Dirham
If your WooCommerce's currency is none of the above, the exchange rates will default to USD. If you're using WooCommerce in a different currency not listed here and need support, please contact us via our live chat.
Note: BlockBee will not exchange your crypto for FIAT or other crypto, just convert the value
BlockBee has no setup fees, no monthly fees, no hidden costs, and you don't even need to sign-up! Simply set your crypto addresses and you're ready to go. As soon as your customers pay we forward your earnings directly to your own wallet.
BlockBee has a low 1% fee on the transactions processed. No hidden costs. For more info on our fees click here
- Navigate to the 'Module Manager' in the PrestaShop dashboard
- Click the 'Upload a Module' button
- Select
prestashop-blockbee.zip
from your computer
- Download
prestashop-blockbee.zip
- Extract the
prestashop-blockbee
directory to your computer - Upload the
prestashop-blockbee
directory to the/your-store/modules/
directory - Activate the module in the
Module Catalog
dashboard and then configure it.
- Go to Prestashop dashboard
- Select the "Modules" tab and click "Module Manager"
- Search for "BlockBee" and click "configure" in our module
- Set the name you wish to show your users on Checkout (for example: "Cryptocurrency")
- Select which cryptocurrencies you wish to accept (control + click to select many)
- Input your addresses to the cryptocurrencies you selected. This is where your funds will be sent to, so make sure the addresses are correct.
- Click "Save"
- All done!
Some features require a cronjob to work. You need to create one in your hosting that runs every 1 minute. It should call this URL YOUR-DOMAIN/module/blockbee/cronjob?nonce=your_nonce_here
, using CURL
.
The required nonce
its generated in the Module Manager configuration.
No. You just need to insert your crypto address of the cryptocurrencies you wish to accept. Whenever a customer pays, the money will be automatically and instantly forwarded to your address.
This depends on the cryptocurrency you're using. Bitcoin usually takes up to 11 minutes, Ethereum usually takes less than a minute.
Yes, the minimums change according to the chosen cryptocurrency and can be checked here. If the WooCommerce order total is below the chosen cryptocurrency's minimum, an error is raised to the user.
You can find more documentation about our service on our website, our technical documentation page or our e-commerce page. If there's anything else you need that is not covered on those pages, please get in touch with us, we're here to help you!
You can find more documentation about our service on our website, our technical documentation page or our e-commerce page.
- Initial release.
- Support for Prestashop 8
- Minor bugfixes
- Minor bugfixes
- Minor bugfixes
- Add new choices for order cancellation.
- No breaking changes