buckaroo / magento2-hyva-checkout
Buckaroo Magento 2 hyva checkout extension
Installs: 26 776
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 8
Forks: 3
Type:magento2-module
Requires
- php: >=8.1
- buckaroo/magento2: >=2.0.0
- rakit/validation: ^1.4
- dev-master
- v2.0.0
- v2.0.0-RC1
- v1.4.0
- v1.3.1
- v1.3.0
- v1.2.0
- v1.1.2
- v1.1.1
- v1.1.0
- v1.0.0
- dev-refactor
- dev-refactor-proper
- dev-develop
- dev-revert-today-changes
- dev-revert-91-refactor
- dev-revert-to-yesterday-state
- dev-BP-4720-Add-a-tooltip-for-Hosted-Fields-creditcards
- dev-develop1.x
- dev-develop-1-x
- dev-develop-1.x
This package is auto-updated.
Last update: 2025-09-18 11:31:48 UTC
README
Buckaroo Magento 2 Hyvä Checkout
Buckaroo has developed a cutting-edge Hyvä Checkout module as an extension for the Buckaroo Magento 2 plugin. By integrating this module, we have seamlessly incorporated support for Hyvä Checkout, enhancing your payment experience with Buckaroo while enjoying quicker loading times, particularly on mobile devices – a remarkable 13 times faster. With Hyvä's outstanding performance, your store will witness improved conversion rates, superior performance, and reduced overall complexity.
Please note that there are 2 versions of Hyvä modules:
-
If you are using the Hyvä Checkout module, you can then use this repository:
https://github.com/buckaroo-it/Magento2_Hyva_Checkout -
If you are using the Hyvä React Checkout module, you'll need to use a separate repository for that:
https://github.com/buckaroo-it/Magento2_Hyva
Requirements
- Buckaroo Magento 2 plugin version v2.0.0
- Hyvä Checkout version 1.1.8 or higher
Installation
Install the module by using composer with the following commands:
- Require the composer package:
composer require buckaroo/magento2-hyva-checkout
- Enable the magento module, run setup upgrade & deploy static content:
php bin/magento module:enable Buckaroo_HyvaCheckout
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy