This module provides Hyvä Checkout compatibility for the official Mondu payment module (Mondu_Mondu) in Magento 2.
- Magento CE 2.4.7 or higher
- PHP 8.2 - 8.4
- Hyvä Checkout (license required)
- Mondu Magento 2 Payment Module
composer require mondu/magento2-hyva-paymentThis module depends on Hyvä Checkout, which in turn requires Hyvä Theme. During installation, you will be prompted to authenticate with Hyvä’s private GitLab repository.
Refer to the official documentation for setup instructions:
Ensure Hyvä Default is enabled under:
Content → Design → Configuration
Navigate to:
Stores → Configuration → Hyvä Themes → Checkout → General → Checkout
Set to Hyvä Default
Navigate to:
Stores → Configuration → Sales → Payment Methods → Mondu
- Enter your API key
- Enable required Mondu payment methods
To install this module manually:
- Download the latest release from the GitHub repository:
https://github.com/mondu-ai/magento2-hyva-checkout - Unzip the archive.
- Create the directory:
app/code/Mondu/MonduPaymentHyva - Copy the extracted files into the created directory.
- Run Magento commands:
php bin/magento setup:upgrade php bin/magento setup:di:compile php bin/magento setup:static-content:deploy php bin/magento cache:flush