PHPackages                             bluepayment-plugin/magento-hyva-autopay - 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. bluepayment-plugin/magento-hyva-autopay

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

bluepayment-plugin/magento-hyva-autopay
=======================================

Hyva Checkout compatibility for the BlueMedia Autopay payment module

1.0.0(4w ago)171↑69%LGPL-2.1-or-laterHTML

Since May 11Pushed 3w agoCompare

[ Source](https://github.com/bluepayment-plugin/magento-hyva-payment)[ Packagist](https://packagist.org/packages/bluepayment-plugin/magento-hyva-autopay)[ RSS](/packages/bluepayment-plugin-magento-hyva-autopay/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

Instructions for the Magento 2 module: Autopay for Hyvä Checkout
================================================================

[](#instructions-for-the-magento-2-module-autopay-for-hyvä-checkout)

Basic information
-----------------

[](#basic-information)

`BlueMedia_HyvaPayment` is a compatibility module for Magento 2 stores using Hyvä Checkout. It extends the base payment module `BlueMedia_BluePayment` with views, styles, and Magewire components required to support Autopay payments in Hyvä Checkout.

This module does not replace `BlueMedia_BluePayment`. The base module remains responsible for payment configuration, communication with Autopay, payment channel synchronization, ITN handling, refunds, and transaction data.

### Requirements

[](#requirements)

- Magento 2 with a working Hyvä Checkout installation.
- Active `BlueMedia_BluePayment` module.
- Active Hyvä modules required by `BlueMedia_HyvaPayment`:
    - `Hyva_Checkout`,
    - `Hyva_CompatModuleFallback`.
- Compatible PHP and Magento versions, the same as required by the base module.

### Compatibility table

[](#compatibility-table)

Composer packageMagento moduleRequired base module BlueMedia\_BluePaymentMagentoPHPNotes`bluepayment-plugin/magento-hyva-autopay` 1.0.0`BlueMedia_HyvaPayment`2.33.0 or newerSame as for the base moduleSame as for the base moduleFirst release of the Hyvä Checkout module.The Hyvä module should be updated together with the base module. If you install a newer version of `BlueMedia_BluePayment`, use the latest available version of `BlueMedia_HyvaPayment`.

### What’s new

[](#whats-new)

The list of changes is available in [CHANGELOG.md](CHANGELOG.md).

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

[](#installation)

### Via Composer

[](#via-composer)

Install the module with the following command:

```
composer require bluepayment-plugin/magento-hyva-autopay
```

Then go to [module activation](#module-activation).

### Via ZIP package

[](#via-zip-package)

1. Download the Hyvä module package.
2. Upload the ZIP file to the Magento root directory.
3. From the Magento root directory, run:

```
unzip -o -d app/code/BlueMedia/HyvaPayment bluepayment-hyva-payment-*.zip
rm bluepayment-hyva-payment-*.zip
```

4. Go to [module activation](#module-activation).

Module activation
-----------------

[](#module-activation)

Run the following commands from the Magento root directory:

```
bin/magento module:enable BlueMedia_BluePayment BlueMedia_HyvaPayment --clear-static-content
bin/magento setup:upgrade
bin/magento setup:di:compile
bin/magento setup:static-content:deploy
bin/magento cache:flush
```

If `BlueMedia_BluePayment` is already active, you can enable only the Hyvä module:

```
bin/magento module:enable BlueMedia_HyvaPayment --clear-static-content
bin/magento setup:upgrade
bin/magento setup:di:compile
bin/magento setup:static-content:deploy
bin/magento cache:flush
```

After activation, check the module status:

```
bin/magento module:status BlueMedia_BluePayment BlueMedia_HyvaPayment Hyva_Checkout Hyva_CompatModuleFallback
```

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

[](#configuration)

### Autopay payment configuration

[](#autopay-payment-configuration)

Configuration of service credentials, test mode, payment channels, BLIK 0, Google Pay, cards, one-click payments, and refunds is handled in the base module:

**Stores** -&gt; **Configuration** -&gt; **Sales** -&gt; **Payment Methods** -&gt; **Autopay Online Payment**

A detailed description is available in the README of the base module.

### Hyvä Checkout configuration

[](#hyvä-checkout-configuration)

The Hyvä module adds a separate configuration section in the Autopay payment method settings:

**Stores** -&gt; **Configuration** -&gt; **Sales** -&gt; **Payment Methods** -&gt; **Autopay Online Payment** -&gt; **Hyvä Checkout**

Available option:

FieldDefaultDescription**Override Hyvä payment list template****No**When enabled, the module replaces the default Hyvä payment method list template with a custom Autopay template.Payment method list view
------------------------

[](#payment-method-list-view)

By default, the module uses the standard Hyvä Checkout payment method list.

After enabling **Override Hyvä payment list template**, the module uses the Autopay template, which:

- displays the payment channel icon on the left,
- adds a short payment channel description below the name,
- groups all Autopay payment channels under a heading.

**Autopay template:**

[![Autopay payment list template](docs/payment-list2-en.png)](docs/payment-list2-en.png)

**Default Hyvä template:**

[![Default Hyvä payment list template](docs/payment-list1-en.png)](docs/payment-list1-en.png)

Channels and separate payment methods
-------------------------------------

[](#channels-and-separate-payment-methods)

The payment channel list comes from the `BlueMedia_BluePayment` module. To make channels visible in Hyvä Checkout:

1. Configure the Autopay service credentials in the base module.
2. Synchronize payment channels in the Magento admin panel.
3. In the base module, set whether channels should be displayed as a list inside the Autopay method or as separate payment methods.
4. Clear the Magento cache.

Separate payment methods use the same channel configuration, sort order, descriptions, and icons as the standard Magento checkout.

###  Health Score

39

—

LowBetter than 84% of packages

Maintenance95

Actively maintained with recent releases

Popularity14

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity33

Early-stage or recently created project

 Bus Factor1

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

Unknown

Total

1

Last Release

29d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0a6583806fd8fbfbbebdfe826ec140dab433fbc68e103262ba076853dc8fe5c5?d=identicon)[bluemedia](/maintainers/bluemedia)

---

Top Contributors

[![zalazdi](https://avatars.githubusercontent.com/u/603454?v=4)](https://github.com/zalazdi "zalazdi (4 commits)")[![prociow](https://avatars.githubusercontent.com/u/20790354?v=4)](https://github.com/prociow "prociow (1 commits)")

### Embed Badge

![Health badge](/badges/bluepayment-plugin-magento-hyva-autopay/health.svg)

```
[![Health](https://phpackages.com/badges/bluepayment-plugin-magento-hyva-autopay/health.svg)](https://phpackages.com/packages/bluepayment-plugin-magento-hyva-autopay)
```

###  Alternatives

[adyen/module-payment

Official Magento2 Plugin to connect to Payment Service Provider Adyen.

1673.1M10](/packages/adyen-module-payment)[checkoutcom/magento2

Checkout.com Payment Gateway for Magento 2

34272.1k1](/packages/checkoutcom-magento2)[mollie/magento2-hyva-checkout

Hyvä Themes Checkout module for Mollie Payments

11221.9k](/packages/mollie-magento2-hyva-checkout)[vipps/module-payment

Vipps MobilePay Payment Module for Magento 2

1097.3k](/packages/vipps-module-payment)

PHPackages © 2026

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