PHPackages                             forumpay/drupal-9-payment-gateway-plugin - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Payment Processing](/categories/payments)
4. /
5. forumpay/drupal-9-payment-gateway-plugin

ActiveDrupal-module[Payment Processing](/categories/payments)

forumpay/drupal-9-payment-gateway-plugin
========================================

ForumPay Crypto Payments for Drupal

1.1.0(2y ago)02OSL-3.0PHPPHP &gt;=7.4

Since Dec 20Pushed 2y ago1 watchersCompare

[ Source](https://github.com/forumpay/drupal-payment-gateway-plugin)[ Packagist](https://packagist.org/packages/forumpay/drupal-9-payment-gateway-plugin)[ RSS](/packages/forumpay-drupal-9-payment-gateway-plugin/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)Dependencies (2)Versions (4)Used By (0)

ForumPay Crypto Payments for Drupal 9 and 10
============================================

[](#forumpay-crypto-payments-for-drupal-9-and-10)

Installation guide
==================

[](#installation-guide)

Requirements
------------

[](#requirements)

> Make sure you have at least Drupal Commerce 2.2 or higher. Both Drupal version 9 and Drupal version 10 are supported. Install using the composer

Installation using composer
---------------------------

[](#installation-using-composer)

```
composer require forumpay/drupal-9-payment-gateway-plugin
```

Upgrade from previous version
-----------------------------

[](#upgrade-from-previous-version)

```
composer update forumpay/drupal-9-payment-gateway-plugin
```

Configuration
-------------

[](#configuration)

Once the plugin has been activated, go to the configuration page. Navigate to **Manage &gt; Commerce &gt; Configuration &gt; Payment gateways**. Find button **+ Add payment gateway**

Enter the Payment gateway name: **ForumPay**. From the **Plugin section**, select **ForumPay Payment** and fill in the rest of the parameters as follows.

### Configuration details:

[](#configuration-details)

1. **Display name**The label of the payment method that is displayed when user is prompted to choose one. You can leave default or set it to something like *Pay with crypto*.
2. **Environment**Dropdown lets you switch between 'Production' and 'Sandbox' modes. Use 'Production' for processing real transactions in a live environment and 'Sandbox' for safe testing without financial implications.
3. **API User**This is our identifier that we need to access the payment system. It can be found in your **Profile**. [Go to profile &gt;](https://dashboard.forumpay.com/pay/userPaymentGateway.api_settings)
4. **API Secret***Important:* never share it to anyone! Think of it as a password. API Secret consists of two parts. When generated in [ForumPay dashboard](https://dashboard.forumpay.com/pay/userPaymentGateway.api_settings), the first one will be displayed in your profile, while the second part will be sent to your e-mail. You need to enter both parts here (one after the other).
5. **POS ID**This is how payments coming to your wallets are going to be identified. Special characters are not allowed. Allowed characters are: `[A-Za-z0-9._-]` (e.g. `my-shop`, `my_shop`).
6. **Success Order Status**Which status the order gets once user successfully completes the payment.
7. **Custom environment URL**Optional: URL to the API server. This value will override the default setting. Only used for debugging.
8. **Accept Instant (Zero) Confirmations**Allows immediate transaction approval without waiting for network confirmations, enhancing speed but with increased risk.

Don't forget to click *Save* button after the settings are filled in.

Webhook setup
-------------

[](#webhook-setup)

**Webhook** allows us to check order status **independently** of the customer's actions.

For example, if the customer **closes tab** after the payment is started, the webshop cannot determine what the status of the order is.

If you do not set the webhook notifications, orders may stay in the `Pending` status forever.

### Webhook setup:

[](#webhook-setup-1)

Webhook configuration is in your [Profile](https://dashboard.forumpay.com/pay/userPaymentGateway.api_settings#webhook_notifications). You can find the webhook URL by scrolling down.

Insert **URL** in the webhook URL field: `YOUR_WEBSHOP/forumpay-api?act=webhook`

**YOUR\_WEBSHOP** is the URL of your webshop. An example of the complete webhook URL would be: `https://my.webshop.com/forumpay-api?act=webhook`

Functionality
-------------

[](#functionality)

When the customer clicks on the **Place order** button they are being redirected to the payment page, where cryptocurrency can be selected.

When the currency is selected, details for the cryptocurrency payment will be displayed: Amount, Rate, Fee, Total, Expected time.

After the customer clicks the **START PAYMENT** button, they have 5 minutes to pay for the order by scanning the **QR Code** or manually using the blockchain address shown under the QR Code.

Troubleshooting
---------------

[](#troubleshooting)

> **Can not select cryptocurrency, there is no dropdown:**This issue probably happens because web shop's backend cannot access ForumPay. Please check if your API keys in the configuration are correct.

> **The plugin has been installed and activated successfully, but it does not appear in the Drupal payments settings**Please ensure that you have installed the latest release of the ForumPay Payment Gateway.

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity44

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~35 days

Total

3

Last Release

801d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1fd7c036e9ffe08d6af34e9428733f7056cb9d6d18a4503abfb28957ce7ad58b?d=identicon)[forumpay](/maintainers/forumpay)

---

Top Contributors

[![forumpay](https://avatars.githubusercontent.com/u/72375963?v=4)](https://github.com/forumpay "forumpay (3 commits)")

---

Tags

paymentgateway

### Embed Badge

![Health badge](/badges/forumpay-drupal-9-payment-gateway-plugin/health.svg)

```
[![Health](https://phpackages.com/badges/forumpay-drupal-9-payment-gateway-plugin/health.svg)](https://phpackages.com/packages/forumpay-drupal-9-payment-gateway-plugin)
```

###  Alternatives

[sudiptpa/omnipay-nabtransact

National Australia Bank (NAB) Transact driver for the Omnipay payment processing library.

1017.2k](/packages/sudiptpa-omnipay-nabtransact)[lucassmacedo/omnipay-mercadopago

MercadoPago gateway for OmniPay

154.6k](/packages/lucassmacedo-omnipay-mercadopago)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
