mage2pro / postfinance
mage2pro/postfinance
PostFinance integration with Magento 2
This extension integrates a Magento 2 based webstore with the PostFinance payment service (Switzerland).
The module is free and open source.
Settings

Screenshots
- The payment menu (generated by PostFinance, not by the extension)
- The VISA payment interface
- The MasterCard payment interface
- The PostFinance E-finance payment interface (an online banking)
- The PostFinance Card payment interface
- The TWINT payment interface (a Switzerland’s digital wallet)
- The PayPal payment interface in the test mode
How to buy
You can buy it with PayPal here.
How to install
Hire me in Upwork, 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
bin/magento maintenance:enable
rm -f composer.lock
composer clear-cache
composer require mage2pro/postfinance:*
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 <additional locales, e.g.: de_CH fr_CH it_CH rm_CH gsw_CH>
bin/magento maintenance:disable
How to update
bin/magento maintenance:enable
composer remove mage2pro/postfinance
rm -f composer.lock
composer clear-cache
composer require mage2pro/postfinance:*
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 <additional locales, e.g.: de_CH fr_CH it_CH rm_CH gsw_CH>
bin/magento maintenance:disable
No changelog yet
The vendor hasn't published a changelog. Tagged releases appear in the Versions tab.
| Version | Stability | QA Status | Compatibility | Released |
|---|---|---|---|---|
| 1.2.1 | stable | Fail | Magento 2.4.7 Details | 2023-07-20 18:07:26 |
| 1.2.0 | stable | Not tested | Not yet tested Details | 2023-02-08 01:56:04 |
| 1.1.4 | stable | Not tested | Not yet tested Details | 2019-09-29 22:21:07 |
| 1.1.3 | stable | Not tested | Not yet tested Details | 2019-09-28 09:09:50 |
| 1.1.2 | stable | Not tested | Not yet tested Details | 2019-05-10 06:21:31 |
| 1.1.1 | stable | Not tested | Not yet tested Details | 2018-04-24 03:58:33 |
| 1.1.0 | stable | Not tested | Not yet tested Details | 2017-12-05 19:11:59 |
| 1.0.10 | stable | Not tested | Not yet tested Details | 2017-11-18 08:47:05 |
| 1.0.9 | stable | Not tested | Not yet tested Details | 2017-10-25 01:44:57 |
| 1.0.8 | stable | Not tested | Not yet tested Details | 2017-10-24 23:59:06 |
| 1.0.7 | stable | Not tested | Not yet tested Details | 2017-10-15 12:35:41 |
| 1.0.6 | stable | Not tested | Not yet tested Details | 2017-09-16 09:36:20 |
| 1.0.5 | stable | Not tested | Not yet tested Details | 2017-09-14 03:40:42 |
| 1.0.4 | stable | Not tested | Not yet tested Details | 2017-09-13 05:45:46 |
| 1.0.3 | stable | Not tested | Not yet tested Details | 2017-09-12 04:11:59 |
| 1.0.2 | stable | Not tested | Not yet tested Details | 2017-09-05 23:36:57 |
| 1.0.1 | stable | Not tested | Not yet tested Details | 2017-09-02 19:22:35 |
| 1.0.0 | stable | Not tested | Not yet tested Details | 2017-09-01 16:04:27 |
| 0.2.1 | stable | Not tested | Not yet tested Details | 2017-09-01 15:33:00 |
| 0.2.0 | stable | Not tested | Not yet tested Details | 2017-09-01 15:21:59 |
| 0.1.9 | stable | Not tested | Not yet tested Details | 2017-09-01 10:18:02 |
| 0.1.8 | stable | Not tested | Not yet tested Details | 2017-09-01 09:19:20 |
| 0.1.7 | stable | Not tested | Not yet tested Details | 2017-08-31 17:51:57 |
| 0.1.6 | stable | Not tested | Not yet tested Details | 2017-08-29 22:50:55 |
| 0.1.5 | stable | Not tested | Not yet tested Details | 2017-08-29 19:10:55 |
| 0.1.4 | stable | Not tested | Not yet tested Details | 2017-08-23 13:23:32 |
| 0.1.3 | stable | Not tested | Not yet tested Details | 2017-08-22 15:49:51 |
| 0.1.2 | stable | Not tested | Not yet tested Details | 2017-08-22 09:38:23 |
| 0.1.1 | stable | Not tested | Not yet tested Details | 2017-08-21 08:02:36 |
| 0.1.0 | stable | Not tested | Not yet tested Details | 2017-08-21 07:54:43 |
| 0.0.9 | stable | Not tested | Not yet tested Details | 2017-08-21 07:37:28 |
| 0.0.8 | stable | Not tested | Not yet tested Details | 2017-08-20 23:57:11 |
| 0.0.7 | stable | Not tested | Not yet tested Details | 2017-08-20 15:30:12 |
| 0.0.6 | stable | Not tested | Not yet tested Details | 2017-08-20 10:09:17 |
| 0.0.5 | stable | Not tested | Not yet tested Details | 2017-08-19 08:49:05 |
| 0.0.4 | stable | Not tested | Not yet tested Details | 2017-08-19 08:19:57 |
| 0.0.3 | stable | Not tested | Not yet tested Details | 2017-08-19 05:14:03 |
| 0.0.2 | stable | Not tested | Not yet tested Details | 2017-08-18 23:29:18 |
| 0.0.1 | stable | Not tested | Not yet tested Details | 2017-08-18 17:57:39 |
Requires 1
| Package | Constraint |
|---|---|
| mage2pro/core | >=3.7.5 |
Compatibility
Each Magento release line is installed on its supported PHP versions, then the module is built (DI compilation + static-content deploy) and its unit and integration suites are run. The matrix shows the lines and PHP versions the module is confirmed to install and run on. Code-quality results further down (phpstan, phpcs, …) are reported separately and never affect compatibility.
Code Quality
Advisory checks against the module's source. Static analysis runs once across the whole module; PHPStan re-runs per Magento + PHP version because resolvable symbols differ between releases. These NEVER affect the Compatibility badge. A phpcs finding can't make a module incompatible.
Static analysis
Coding standards (phpcs), mess detection (phpmd), copy-pasted code (cpd), PHP cross-version compatibility, composer.json validity. Each runs once for the whole module.
PHPStan
Type-checks the module's PHP against a real Magento install at the configured gate level. Re-runs per Magento and PHP version because resolvable symbols differ between releases.
Tests
Unit and integration suites, run for each applicable Magento and PHP version. A test failure speaks to the module's behaviour, not its compatibility with a Magento line, so it is reported here separately and never reddens the compatibility matrix.
Unit tests
| Magento | PHP 8.2 | PHP 8.3 | PHP 8.4 | PHP 8.5 |
|---|---|---|---|---|
| 2.4.7 | N/A | N/A | ||
| 2.4.8 | N/A | N/A | ||
| 2.4.9 | N/A | N/A |
Integration tests
| Magento | PHP 8.2 | PHP 8.3 | PHP 8.4 | PHP 8.5 |
|---|---|---|---|---|
| 2.4.7 | N/A | N/A | ||
| 2.4.8 | N/A | N/A | ||
| 2.4.9 | N/A | N/A |
Security
Security checks run directly against the module: an audit of its declared dependencies for known vulnerabilities (composer audit) and a scan of its source for malware and web-shell signatures. Each runs once. A malware detection fails the version outright.
More from mage2pro
View vendorVantiv integration with Magento 2
A telephone numbers handling library for my Magento 2 extensions.
iPay88 integration with Magento 2
The «Markdown» extension for Magento 2
Turn an existing module into recurring revenue.
If you already maintain a Magento 2 module on GitHub or GitLab, listing it on Packagento takes about five minutes. We mirror your tags, handle distribution signing, and route paid licenses through Stripe Connect, so you can keep shipping the way you already do.