Skip to main content

Magento 2 Plugin

How to install the Feemaker payment plugin for Magento 2.

Download plugin

Prerequisites

  • A running Magento 2 store with SSH access to the server.
  • Your Ethereum address (ownerAddress) that will receive payments.
  • A secretSessionId — a private key you generate for receiving payment notifications.

See the Payment Integration page for details on how these work.

Installation

  1. Extract all files from the plugin archive.
  2. Upload all files to your Magento root directory. After uploading, make sure the plugin path is modules/gateways/feemaker.php.
  3. Login to the SSH command line of your server, navigate to the Magento 2 directory and run:
    php bin/magento setup:upgrade
  4. Deploy static content and compile code:
    php bin/magento setup:di:compile
    php bin/magento setup:static-content:deploy -f

Plugin Setup

  1. Login to the Magento Admin panel and go to SystemConfigurationPayment Methods.
  2. Select the Feemaker method and enter your Owner Address and Secret Session ID.
  3. Save the configuration.

The Feemaker payment option should now be available on your checkout page.