PHPackages                             thomasvantuycom/statamic-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. thomasvantuycom/statamic-mollie

ActiveLibrary[Payment Processing](/categories/payments)

thomasvantuycom/statamic-mollie
===============================

Accept Mollie payments in your Statamic forms.

v1.0.0(1w ago)11MITPHPCI passing

Since May 10Pushed 1w agoCompare

[ Source](https://github.com/thomasvantuycom/statamic-mollie)[ Packagist](https://packagist.org/packages/thomasvantuycom/statamic-mollie)[ GitHub Sponsors](https://github.com/thomasvantuycom)[ RSS](/packages/thomasvantuycom-statamic-mollie/feed)WikiDiscussions main Synced 1w ago

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

Mollie addon for Statamic
=========================

[](#mollie-addon-for-statamic)

This addon connects Statamic forms to Mollie so you can create payments from form submissions, send visitors to checkout, and track payment status on the stored submission.

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

[](#requirements)

- Statamic 6.0.0 or above
- A Mollie account and API key
- A publicly reachable URL for Mollie webhooks

Installation
------------

[](#installation)

Install the addon with Composer:

```
composer require thomasvantuycom/statamic-mollie
```

Add your Mollie API key to your environment:

```
MOLLIE_API_KEY=test_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
```

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

[](#configuration)

Publish the config file if you want:

```
php artisan vendor:publish --tag=mollie-config
```

You can configure:

- `key`: the Mollie API key
- `currencies`: the currencies editors may choose from in the control panel
- `default_currency`: the default selected currency

Form Setup
----------

[](#form-setup)

After installation, forms get a `Payment` config section in the control panel.

To enable payments for a form:

1. Open the form in Statamic.
2. Enable `Process Payment`.
3. Set a payment description.
4. Set an amount and currency.

When a form has payments enabled:

- the visitor submits the form
- the addon creates a Mollie payment
- the visitor is redirected to Mollie checkout
- the submission stores payment metadata
- Mollie calls the webhook
- the addon updates the stored payment status

Amount Values
-------------

[](#amount-values)

The payment amount can be either:

- a fixed amount, like `10.00`
- an Antlers expression, like `{{ amount }}`

Antlers expressions are evaluated against the submitted form data at runtime.

Examples:

```
amount:
  currency: EUR
  value: "10.00"
```

```
amount:
  currency: EUR
  value: "{{ amount }}"
```

The resolved value must still be a valid positive Mollie amount for the selected currency.

Examples:

- `EUR` expects values like `12.34`
- `JPY` expects values like `1200`

If the expression resolves to an invalid value like `free`, payment creation will fail.

Frontend Example
----------------

[](#frontend-example)

Example Statamic form:

```
{{ form:contact }}
    Name

    Amount

    Pay
{{ /form:contact }}
```

If the form's payment config uses `{{ amount }}`, the submitted `amount` field will be used to create the Mollie payment.

Stored Submission Data
----------------------

[](#stored-submission-data)

The addon stores payment metadata on the submission in a `payment` field similar to:

```
payment:
  description: Donation
  amount:
    currency: EUR
    value: "10.00"
  status: open
```

The webhook updates the `status` field as Mollie sends payment updates.

Webhook
-------

[](#webhook)

The addon registers a webhook endpoint at:

```
/!/mollie/webhook

```

Mollie must be able to reach this endpoint from the public internet. During local development you will usually need a tunnel such as ngrok or Expose.

Important Behavior
------------------

[](#important-behavior)

- Paid forms must store submissions. Forms with `store: false` are not supported.

License
-------

[](#license)

MIT

###  Health Score

37

—

LowBetter than 81% of packages

Maintenance98

Actively maintained with recent releases

Popularity4

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity34

Early-stage or recently created project

 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 ~16 days

Total

2

Last Release

13d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/adb88658036208affd371b76b342a46d6f7e201fb8d97a6e817857d792bb27aa?d=identicon)[thomasvantuycom](/maintainers/thomasvantuycom)

---

Top Contributors

[![thomasvantuycom](https://avatars.githubusercontent.com/u/107400578?v=4)](https://github.com/thomasvantuycom "thomasvantuycom (6 commits)")

###  Code Quality

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/thomasvantuycom-statamic-mollie/health.svg)

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

###  Alternatives

[duncanmcclean/statamic-cargo

Comprehensive e-commerce addon for Statamic. Build bespoke e-commerce sites without the complexity.

3310.1k](/packages/duncanmcclean-statamic-cargo)[statamic-rad-pack/runway

Eloquently manage your database models in Statamic.

135212.4k7](/packages/statamic-rad-pack-runway)[duncanmcclean/simple-commerce

A simple, yet powerful e-commerce addon for Statamic.

16214.1k2](/packages/duncanmcclean-simple-commerce)[statamic/seo-pro

68488.6k](/packages/statamic-seo-pro)[mollie/laravel-cashier-mollie

Laravel Cashier provides an expressive, fluent interface to Mollie's subscription billing services.

173185.5k1](/packages/mollie-laravel-cashier-mollie)[rias/statamic-redirect

29322.9k](/packages/rias-statamic-redirect)

PHPackages © 2026

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