PHPackages                             elgentos/falcon-mollie - 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. elgentos/falcon-mollie

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

elgentos/falcon-mollie
======================

Mollie implementation for Deity Falcon

61071[2 issues](https://github.com/elgentos/FalconMollie/issues)PHP

Since Oct 24Pushed 5y ago1 watchersCompare

[ Source](https://github.com/elgentos/FalconMollie)[ Packagist](https://packagist.org/packages/elgentos/falcon-mollie)[ RSS](/packages/elgentos-falcon-mollie/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (1)DependenciesVersions (1)Used By (0)

Elgentos Falcon Mollie implementation
=====================================

[](#elgentos-falcon-mollie-implementation)

This Magento 2 module facilitates the implementation of the [Mollie](http://mollie.nl) [iDeal](https://www.ideal.nl/) &amp; Bancontact payment method into [Deity Falcon](https://falcon.deity.io/).

Implementation
--------------

[](#implementation)

First you should configure the [Magento 2 Mollie extension](https://github.com/mollie/magento2) and set the Redirect URL under `Payment Methods > Mollie > Deity`.

Then, you should implement a bit of code in Falcon;

Falcon implementation
---------------------

[](#falcon-implementation)

Extend the `Magento2Api` class in Falcon and override the `placeOrder` function. After the part about `adyenCc`, paste this;

```
    if (orderData.extensionAttributes && orderData.extensionAttributes.mollieData) {
      return this.handleMollieData(orderData.extensionAttributes.mollieData);
    }
```

Then, below the `placeOrder` function, add the new `handleMollieData` function;

```
  /**
   * Handling Mollie payment
   * @param {object} data mollieRedirect data
   * @return {object} Redirect response data
   */
  handleMollieData(data) {
    const { redirectUrl } = data;

    return {
      url: redirectUrl,
      method: 'GET',
      fields: []
    };
  }
```

Flow
----

[](#flow)

After choosing the Mollie iDeal payment method in the Falcon checkout, the API will return the external URL from Mollie. Falcon will then redirect the user to Mollie's payment platform. After payment of the order, the user will be redirected to the configured `Redirect URL`. At the same time, Mollie will send a webhook request to the webhook URL, letting Magento know the payment has been processed.

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance13

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity31

Early-stage or recently created project

 Bus Factor1

Top contributor holds 90.9% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/88a6d8dc588e8f2a0948335563a754687f71304f0bd3b7f7049d4bcdc00a563c?d=identicon)[peterjaap](/maintainers/peterjaap)

---

Top Contributors

[![peterjaap](https://avatars.githubusercontent.com/u/431360?v=4)](https://github.com/peterjaap "peterjaap (10 commits)")[![leonvisscher](https://avatars.githubusercontent.com/u/17271164?v=4)](https://github.com/leonvisscher "leonvisscher (1 commits)")

---

Tags

deity-falconmagento2magento2-module

### Embed Badge

![Health badge](/badges/elgentos-falcon-mollie/health.svg)

```
[![Health](https://phpackages.com/badges/elgentos-falcon-mollie/health.svg)](https://phpackages.com/packages/elgentos-falcon-mollie)
```

###  Alternatives

[omnipay/paypal

PayPal gateway for Omnipay payment processing library

3156.8M53](/packages/omnipay-paypal)[eduardokum/laravel-boleto

Biblioteca com boletos para o laravel

626351.9k2](/packages/eduardokum-laravel-boleto)[tbbc/money-bundle

This is a Symfony bundle that integrates moneyphp/money library (Fowler pattern): https://github.com/moneyphp/money.

1961.9M](/packages/tbbc-money-bundle)[2checkout/2checkout-php

2Checkout PHP Library

83740.3k2](/packages/2checkout-2checkout-php)[smhg/sepa-qr-data

Generate QR code data for SEPA payments

61717.2k5](/packages/smhg-sepa-qr-data)[omnipay/dummy

Dummy driver for the Omnipay payment processing library

271.2M33](/packages/omnipay-dummy)

PHPackages © 2026

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