magebitcom / magento2-hyva-checkout-checkoutcom-payment
This module enables to use CheckoutCom_Magento2 module with Hyva checkout
Installs: 544
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- checkoutcom/magento2: ^6.3.0
- hyva-themes/magento2-compat-module-fallback: *
- hyva-themes/magento2-hyva-checkout: *
- magento/framework: *
This package is auto-updated.
Last update: 2025-05-23 12:15:26 UTC
README
Installation
- Install CheckoutCom_Magento2
- Install Compatability Module by running
composer require magebitcom/magento2-hyva-checkout-checkoutcom-payment
- Enable Module
bin/magento module:enable Magebit_CheckoutComPayment && bin/magento setup:upgrade
Feature Coverage
- Card Payments (Multiple iframes)
- Vault
- Google Pay
- Apple Pay
- Checkout Page
- Cart
- Minicart
- Alternative payment methods
- MB PAY
Functionality that is currently not supported:
- Adding a new Stored Card from My Account -> Stored Payment Methods
Configurations that currently are not supported:
- Configuration -> Global Settings -> Default Active Method
- Card Payments -> Display Card Icons
Payment methods the currently are not supported:
- Klarna (NAS)
- Paypal Payments (NAS)
- MOTO Payments
Google Pay Payments: New Configuration Options
- Button corner radius
This option sets the border-radius
property of the button and is measured in pixels. There is no need to specify the
CSS px
unit in this option input field.
Apple Pay Payments: New Configuration Options
- Button corner radius
This option sets the border-radius
property of the button and is measured in pixels. There is no need to specify the
CSS px
unit in this option input field.
- Button height
This option sets the height
property of the button and is measured in pixels. There is no need to specify the
CSS px
unit in this option input field.
Alternative payments: New Configuration Options
- Enable MB WAY Phone Validation
This option sets strict phone validation for MB WAY phone numbers (must be 9 digits and start with 9).
Webhook Configuration for MB WAY Payments
MB WAY payments require webhook configuration to properly handle payment status updates. The extension includes a custom webhook endpoint that processes payment notifications from Checkout.com.
Endpoint URL: https://your-domain.com/rest/V1/checkout-com/webhook Authorization header key: Use the same value you set in Magento's "Authorization Header Key" field