PHPackages                             mage2pro/paymill - 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. [API Development](/categories/api)
4. /
5. mage2pro/paymill

ActiveMagento2-module[API Development](/categories/api)

mage2pro/paymill
================

Paymill integration with Magento 2

1.8.0(3y ago)01141[2 issues](https://github.com/mage2pro/paymill/issues)proprietaryPHP

Since Feb 5Pushed 3y ago1 watchersCompare

[ Source](https://github.com/mage2pro/paymill)[ Packagist](https://packagist.org/packages/mage2pro/paymill)[ Docs](https://mage2.pro/c/extensions/paymill)[ RSS](/packages/mage2pro-paymill/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (10)Dependencies (2)Versions (70)Used By (0)

The module integrates a Magento 2 based webstore with the **[Paymill](https://www.paymill.com)** payment service.
The module is **free** and **open source**.

Screenshots
-----------

[](#screenshots)

### 1. Frontend. The payment form

[](#1-frontend-the-payment-form)

[![](https://camo.githubusercontent.com/32e15f8c3b216aaedab0f60b749b524d7a31a79170edc29cadbaa1e368ed72eb/68747470733a2f2f6d616765322e70726f2f75706c6f6164732f64656661756c742f6f726967696e616c2f32582f322f326639656162653963323432303630366539333136636561393137663932313038373666636537652e706e67)](https://camo.githubusercontent.com/32e15f8c3b216aaedab0f60b749b524d7a31a79170edc29cadbaa1e368ed72eb/68747470733a2f2f6d616765322e70726f2f75706c6f6164732f64656661756c742f6f726967696e616c2f32582f322f326639656162653963323432303630366539333136636561393137663932313038373666636537652e706e67)

[![](https://camo.githubusercontent.com/4bdd57f6131a6003019062a4a297bfbbb448924e7199706c980b4705f8555eca/68747470733a2f2f6d616765322e70726f2f75706c6f6164732f64656661756c742f6f726967696e616c2f32582f302f303832383766373765393436323665383732306337656439623666613638346131333335373366332e706e67)](https://camo.githubusercontent.com/4bdd57f6131a6003019062a4a297bfbbb448924e7199706c980b4705f8555eca/68747470733a2f2f6d616765322e70726f2f75706c6f6164732f64656661756c742f6f726967696e616c2f32582f302f303832383766373765393436323665383732306337656439623666613638346131333335373366332e706e67)

### 2. Backend. The extension's settings

[](#2-backend-the-extensions-settings)

[![](https://camo.githubusercontent.com/2a2cf29d77ff2c5f34cdebf4609184189239bb235e092c977589d1c0c56a832a/68747470733a2f2f6d616765322e70726f2f75706c6f6164732f64656661756c742f6f726967696e616c2f32582f632f636233383130383364653262323239666366373439623064393830663161623534383330396338362e706e67)](https://camo.githubusercontent.com/2a2cf29d77ff2c5f34cdebf4609184189239bb235e092c977589d1c0c56a832a/68747470733a2f2f6d616765322e70726f2f75706c6f6164732f64656661756c742f6f726967696e616c2f32582f632f636233383130383364653262323239666366373439623064393830663161623534383330396338362e706e67)

Demo videos
-----------

[](#demo-videos)

1. [**Capture** a card payment](https://mage2.pro/t/2732).
2. [**Authorize** a card payment, and **capture** it from the **Magento** side](https://mage2.pro/t/2733).
3. [**Authorize** a card payment, and **void** it from the **Magento** side](https://mage2.pro/t/2737).
4. [Partial and multiple **refunds** from the **Magento** side](https://mage2.pro/t/2739).
5. [**Capture** a card payment with the **3D Secure** verification](https://mage2.pro/t/2740).
6. [Capture and refund a card payment from the **Paymill** side (using a **webhook**)](https://mage2.pro/t/2752).

How to install
--------------

[](#how-to-install)

[Hire me in Upwork](https://upwork.com/fl/mage2pro), and I will:

- install and configure the module properly on your website
- answer your questions
- solve compatiblity problems with third-party checkout, shipping, marketing modules
- implement new features you need

### 2. Self-installation

[](#2-self-installation)

```
bin/magento maintenance:enable
rm -f composer.lock
composer clear-cache
composer require mage2pro/paymill:*
bin/magento setup:upgrade
bin/magento cache:enable
rm -rf var/di var/generation generated/code
bin/magento setup:di:compile
rm -rf pub/static/*
bin/magento setup:static-content:deploy -f en_US
bin/magento maintenance:disable

```

How to update
-------------

[](#how-to-update)

```
bin/magento maintenance:enable
composer remove mage2pro/paymill
rm -f composer.lock
composer clear-cache
composer require mage2pro/paymill:*
bin/magento setup:upgrade
bin/magento cache:enable
rm -rf var/di var/generation generated/code
bin/magento setup:di:compile
rm -rf pub/static/*
bin/magento setup:static-content:deploy -f en_US
bin/magento maintenance:disable

```

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity78

Established project with proven stability

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

Recently: every ~472 days

Total

69

Last Release

1191d ago

Major Versions

0.2.8 → 1.0.02017-02-12

### Community

Maintainers

![](https://www.gravatar.com/avatar/6ff3ceeca28bb312ef9df517484b80307dae5385affdf9ea2e43e73815792a56?d=identicon)[mage2pro](/maintainers/mage2pro)

---

Top Contributors

[![dmitrii-fediuk](https://avatars.githubusercontent.com/u/83204?v=4)](https://github.com/dmitrii-fediuk "dmitrii-fediuk (348 commits)")

---

Tags

mage2promage2pro-modulemage2pro-module-readymage2pro-module-reusablemage2pro-paymentmagentomagento-extensionmagento2magento2-extensionmagento2-modulemagento2-payment-gatewaypaymillrefundapimagentopaymentecommerceswedenpayment gatewayrefundpaymillfrancecredit-cardmagento 2Monacoitalypayment-integrationnetherlandsspainswitzerlandBelgiumaustriadenmarkgermanynorwayunited kingdomLuxembourg3d-securehungaryczech republicSloveniapolandmagento extensionportugalestoniaBulgariaslovakiabank-cardRomanialatviagreececroatiaIrelandMaltafinlandLithuaniaPayment authorizationFaroe IslandsIcelandIsle of ManLiechtenstein

### Embed Badge

![Health badge](/badges/mage2pro-paymill/health.svg)

```
[![Health](https://phpackages.com/badges/mage2pro-paymill/health.svg)](https://phpackages.com/packages/mage2pro-paymill)
```

###  Alternatives

[mage2pro/stripe

Stripe integration with Magento 2

605.3k](/packages/mage2pro-stripe)

PHPackages © 2026

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