This is the module of our new Magento 2 Hyvä React Checkout integration.
Before you get started with MultiSafepay and the Hyvä React Checkout, please read and follow our installation & configuration manual first.
MultiSafepay is a collecting payment service provider which means we take care of the agreements, technical details and payment collection required for each payment method. You can start selling online today and manage all your transactions from one place.
The supported Payment Methods for this module can be found over here: Payment Methods & Giftcards
- To use the plugin you need a MultiSafepay account. You can create a test account on https://testmerchant.multisafepay.com/signup
- Magento Open Source version 2.3.x & 2.4.x
- PHP 7.2+
This package does not work yet with the MultiSafepay_Graphql module. Please disable the module first, if you have it installed.
Add our package to the PaymentMethodsRepo section in the reactapp package.json:
"config": {
"paymentMethodsRepo": {
"multisafepay": "https://github.com/multisafepay/magento2-react-checkout-multisafepay"
}
},
Install the MultiSafepay package:
npm install
This module requires several third-party packages:
react-datepicker - Adds a datepicker component for Date of Birth fields.
moment.js - Parse the dates into a format that is supported by the MultiSafepay API.
lodash - Manipulation of objects through different built in modular methods
To install these packages via npm, please run the following commands:
npm install --save react-datepicker moment lodash
Make sure to rebuild the project with:
npm run build
You can create issues on our repository. If you need any additional help or support, please contact integration@multisafepay.com
We are also available on our Magento Slack channel #multisafepay-payments. Feel free to start a conversation or provide suggestions as to how we can refine our Hyvä React Checkout integration.
Open Software License (OSL 3.0)
Are you a developer interested in working at MultiSafepay? View our job openings and feel free to get in touch with us.