- 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
- Card Payments (Multiple iframes)
- Vault
- Google Pay
- Apple Pay
- Checkout Page
- Cart
- Minicart
- Alternative payment methods
- MB PAY
- Adding a new Stored Card from My Account -> Stored Payment Methods
- Configuration -> Global Settings -> Default Active Method
- Card Payments -> Display Card Icons
- Klarna (NAS)
- Paypal Payments (NAS)
- MOTO Payments
- 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 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.
- Enable MB WAY Phone Validation
This option sets strict phone validation for MB WAY phone numbers (must be 9 digits and start with 9).
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