Skip to main content

WHMCS Plugin

How to install the Feemaker payment plugin for WHMCS.

Download plugin

Prerequisites

  • A running WHMCS installation with admin and file access.
  • Your Ethereum address (ownerAddress) that will receive payments.
  • A sessionPrivateKey — a session key you generate and register against your owner address. The plugin uses it to sign API calls (no public webhook URL required).

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

Installation

  1. Open your WHMCS root folder and upload the contents from the plugin's upload directory.
  2. If done correctly, you should end up with 2 files at these paths (relative to WHMCS root folder):
    modules/gateways/feemaker.php
    modules/gateways/callback/feemaker.php
  3. Upload the feemaker folder into the modules/gateways directory.

Plugin Setup

  1. Log in to your WHMCS admin panel and click SetupPaymentsPayment Gateways.
  2. In the Activate Module dropdown, select Feemaker and click the Activate button.
  3. In the Feemaker configuration form, enter your Owner Address and Session Private Key.
  4. Click Save Changes and you are good to go.