Vinai / magento2-hyva-checkout-multisafepay

Integrate MultiSafepay in Hyvä Checkout with this module

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MultiSafepay module for Hyva Checkout

This is the module of our new Magento 2 Hyva Checkout integration.

Before you get started with MultiSafepay and Hyva Checkout, please read and follow our installation & configuration manual first.

About MultiSafepay

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.

Supported Payment Methods

The supported Payment Methods for this module can be found over here: Payment Methods & Giftcards

Requirements

Installation

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-hyva-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

Support

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 Hyva Checkout integration.

A gift for your contribution

We look forward to receiving your input. Have you seen an opportunity to change things for better? We would like to invite you to create a pull request on GitHub. Are you missing something and would like us to fix it? Suggest an improvement by sending us an email or by creating an issue.

What will you get in return? A brand new designed MultiSafepay t-shirt which will make you part of the team!

License

Open Software License (OSL 3.0)

Want to be part of the team?

Are you a developer interested in working at MultiSafepay? View our job openings and feel free to get in touch with us.

About

Integrate MultiSafepay in Hyvä Checkout with this module


Languages

Language:JavaScript 100.0%