We've developed an extension for Magento so that all Magento 2 merchants can enjoy Bitcoin and Lightning Network powered payments with simple, easy-to-use integration. Integrating OpenNode with your Magento store takes just a few steps.
Installing OpenNode as a Magento Plugin
Download the Magento plugin here.
Extract the downloaded ZIP file.
Upload the extracted folder to your server, on MAGENTO_ROOT/app/code.
Run the following commands:
composer require opennode/opennode-php --ignore-platform-reqs
php bin/magento module:enable OpenNode_OpenNodePayment
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento cache:clean
Plugin Configuration
After installing the Magento plugin, you should activate it and configure it properly.
You will need an OpenNode API key. To get one, follow these steps or watch this video:
After signing up on OpenNode, log into the platform.
Click on "Developers" and select the "Integrations" tab.
Click on the "Generate E-commerce Key" button.
Copy the generated API Key.
After getting your API key, you can configure your OpenNode Magento plugin with the following steps:
Access your Magento Admin panel.
Click on "Stores" and then "Configuration".
Click on "Sales" and then "Payment Methods".
Select "OpenNode" to view all configuration options.
Paste the API key in the "API Key" field.
When you're done, it should look something like this: