mollie / magento2-hyva-checkout

mollie/magento2-hyva-checkout

Hyvä Themes Checkout module for Mollie Payments

magento2-module Compatibility: Not yet tested Code Quality: Fail Tests: N/A Security: Pass OSL-3.0, AFL-3.0

hyva-mollie-header.jpg

Hyvä Checkout support for Mollie

Hyvä Checkout is the ultimate checkout tool for Magento. It delivers better performance, better developer experience, higher conversion rates and AOV.

About Mollie Payments

With Mollie, you can accept payments and donations online and expand your customer base internationally with support for all major payment methods through a single integration. No need to spend weeks on paperwork or security compliance procedures. No more lost conversions because you don’t support a shopper’s favourite payment method or because they don’t feel safe. We made our products and API expansive, intuitive, and safe for merchants, customers and developers alike.

Mollie requires no minimum costs, no fixed contracts, no hidden costs. At Mollie you only pay for successful transactions. More about this pricing model can be found here. You can create an account here. The Mollie Magento 2 plugin quickly integrates all major payment methods ready-made into your Magento webshop.

About this repository

This repository holds the module that adds support for the Mollie payment methods to the Hyvä Checkout module. This module has a dependency on the Mollie Magento 2 module.

If you are using the Hyvä React Checkout module, we have a separate repository for that:
https://github.com/mollie/magento2-hyva-react-checkout

Installation

  1. Install the module using composer:
composer require mollie/magento2-hyva-checkout
  1. Enable the module:
bin/magento module:enable Mollie_HyvaCheckout
  1. Upgrade the database:
bin/magento setup:upgrade
  1. Let Hyvä know about the new module:
php bin/magento hyva:config:generate
  1. Generate the CSS files:
npm --prefix vendor/hyva-themes/magento2-default-theme/web/tailwind/ ci
npm --prefix vendor/hyva-themes/magento2-default-theme/web/tailwind/ run build-prod

Or from your theme:

npm --prefix app/design/frontend/<Vendor>/<Theme>/web/tailwind ci
npm --prefix app/design/frontend/<Vendor>/<Theme>/web/tailwind run build-prod

Missing styles?

Make sure that PostCSS uses the postcssImportHyvaModules plugin in your theme:

  1. Go to your theme folder: app/design/frontend/<Vendor>/<Theme>/web/tailwind
  2. Install the module:
npm install --save-dev @hyva-themes/hyva-modules
  1. Open your postcss.config.js and add this as the first line:
const { postcssImportHyvaModules } = require("@hyva-themes/hyva-modules");
  1. Make sure the plugin is includes in the plugins list:
module.exports = {
    plugins: [
        postcssImportHyvaModules,
        // ...
    ],
};

No changelog yet

The vendor hasn't published a changelog. Tagged releases appear in the Versions tab.

Versions
Version Stability QA Status Compatibility Released
v3.0.0 stable Not tested Not yet tested Details 2026-06-09 07:11:04
1.9.1 stable Fail Not yet tested Details 2026-05-11 12:30:02
3.0.0-RC3 RC Not tested Not yet tested Details 2026-03-30 14:33:26
3.0.0-RC2 RC Not tested Not yet tested Details 2026-01-26 14:34:52
1.9.0 stable Not tested Not yet tested Details 2025-12-04 13:30:17
1.8.3 stable Not tested Not yet tested Details 2025-07-31 13:24:06
1.8.2 stable Not tested Not yet tested Details 2025-07-04 06:49:14
1.8.1 stable Not tested Not yet tested Details 2025-06-06 07:21:51
1.8.0 stable Not tested Not yet tested Details 2025-06-05 11:01:04
1.7.0 stable Not tested Not yet tested Details 2025-04-02 08:01:36
1.6.0 stable Not tested Not yet tested Details 2025-03-06 13:08:29
1.5.3 stable Not tested Not yet tested Details 2025-01-02 10:37:41
1.5.2 stable Not tested Not yet tested Details 2024-12-02 14:41:14
1.5.1 stable Not tested Not yet tested Details 2024-10-29 11:55:01
1.5.0 stable Not tested Not yet tested Details 2024-09-02 13:54:54
1.4.0 stable Not tested Not yet tested Details 2024-07-15 08:16:24
1.3.3 stable Not tested Not yet tested Details 2024-05-13 12:40:27
1.3.2 stable Not tested Not yet tested Details 2024-03-06 10:46:28
1.3.1 stable Not tested Not yet tested Details 2024-03-04 12:55:45
1.3.0 stable Not tested Not yet tested Details 2024-01-23 13:16:55
1.2.1 stable Not tested Not yet tested Details 2023-11-14 13:09:33
1.2.0 stable Not tested Not yet tested Details 2023-09-25 11:16:27
1.1.0 stable Not tested Not yet tested Details 2023-08-15 10:14:12
1.0.0 stable Not tested Not yet tested Details 2023-06-26 13:17:29

Requires 3

Package Constraint
magento/framework *
hyva-themes/magento2-hyva-checkout ^1.3.6
mollie/magento2 >=2.46.0

Suggests 1

Package Reason
mollie/magento2-hyva-compatibility Adds compatibility for Mollie Payments to Hyvä Themes

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.

Compatibility matrix (Magento × PHP)
Magento PHP 8.2 PHP 8.3 PHP 8.4 PHP 8.5
2.4.7 not tested not tested
2.4.8 not tested not tested
2.4.9 not tested not tested

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.

Static analysis results
Tool Status Findings Summary
PHPCS Fail 97 10 errors, 87 warnings (ruleset: Magento2) — 5 auto-fixable with phpcbf
PHPMD Warning 6 6 rule violations (UnusedFormalParameter:4, IfStatementAssignment:1, NPathComplexity:1)
Cpd Pass 0
Composer validate Info 2 valid; 2 advisory notes (composer validate --strict)

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. Cell → details modal.

PHPStan results by Magento and PHP version
Magento PHP 8.2 PHP 8.3 PHP 8.4 PHP 8.5
2.4.7 Error Error
2.4.8 Error Error
2.4.9 Error Error

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

Unit tests results by Magento and PHP version
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

Integration tests results by Magento and PHP version
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.

Security results
Tool Status Findings Summary
Composer audit N/A 0 no resolvable dependency tree to audit — Your requirements could not be resolved to an installable set of packages. Problem 1
Malware scan Pass 0
License
OSL-3.0, AFL-3.0

More from mollie

View vendor
Make it pay

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.