Allows e-commerce customers to pay for goods and services with crypto currencies. It provides a payment gateway that could be used by any e-commerce to sell their products and services as long as they have an Intermediate-verified (or higher KYC level) Merchant account on the Bitfinex platform.
Make sure the WooCommerce plugin is installed before starting installation.
From WP directory
- Go to the WordPress admin panel then navigate to the
Plugins
>Add New
from the left sidebar. - Search for
bitfinex-pay
- Click install under
Bitfinex Pay
plugin, see screenshot below - Once installed click
Activate Plugin
- Install plugin WP Mail SMTP or other and configure mail settings.
From GitHub
- Download the
bitfinex-pay.zip
file from latest release on github page. - Go to the WordPress admin panel then navigate to the
Plugins
>Add New
from the left sidebar. - Click to the
Upload Plugin
button at the top of the page. - Select the
bitfinex-pay.zip
file which was downloaded on step 1 and click theInstall Now
button. Don't forget to activate the plugin by theActivate Plugin
button at the bottom of the page. - Install plugin WP Mail SMTP or other and configure mail settings.
- First of all you should activate Bitfinex payment method, to do that open
WooCommerce
>Settings
>Payments
and clickSet up
onBitfinex Payment
method. - Enter your Public and Secret keys from the Bitfinex platform in the proper fields and set all ticks to enable.
- Make sure that the webhook address
https://your-domain?wc-api=bitfinex
is available to get incoming requests.
- Run
composer install
. - Create a zip archive by running
make build
. - Follow steps 2-5 from How to install on github section.