Easily integrate MultiSafepay payment solutions into your Magento 2 webshop with the free and completely new MultiSafepay Magento 2 plugin. The new plugin brings code improvements, unit/integration testing, and it is build on top of the Magento payment provider gateway structure.
Before you get started, please read 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 & Giftcards for this plugin 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.2.x & 2.3.x & 2.4.x
- PHP 7.1+
The new MultiSafepay Magento 2 plugin consists of several modules:
- multisafepay-magento2-core (Provides core functionalities)
- multisafepay-magento2-frontend (Enables use of the payment gateways in the Magento checkout)
- multisafepay-magento2-adminhtml (Makes it possible to enable/disable payment gateways and change the settings in the Magento backend)
- multisafepay-magento2-msi (Handles stock when MSI is enabled)
- multisafepay-magento2-catalog-inventory (Handles stock when MSI is disabled)
- multisafepay-magento2 (Meta package which installs all the above)
For GraphQL support there is a separate module:
- multisafepay-magento2-graphql (Extends and adds GraphQL queries and mutations)
To avoid conflicts between plugin v1.14 (and below) and this new version, we recommend uninstalling the current plugin prior to installing this new version.
Please be aware that it will not be possible to do an online refund for MultiSafepay orders that were created prior to installation of the new plugin. Those orders can only be refunded from your MultiSafepay Control.
If you are a developer, we recommend installing the various composer packages separately so that you can finetune which modules are needed and which are not.
For merchants, we recommend installing the complete package via composer:
composer require multisafepay/magento2This will install all the different Magento 2 modules that support MultiSafepay.
Next, to enable all MultiSafepay modules, run the following:
./bin/magento module:enable `./bin/magento module:status | grep MultiSafepay_`
Next, run the following commands:
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deployIf you have disabled MSI inside Magento 2, then you can use the following command to disable the MultiSafepay MSI module:
php bin/magento module:disable MultiSafepay_ConnectMSIIf you have a Magento 2 installation with MSI enabled, you can use the following command to disable the MultiSafepay CatalogInventory module instead:
php bin/magento module:disable MultiSafepay_ConnectCatalogInventoryThis package installs multiple modules that are available in other repositories via composer. Unlike the seperate modules it installs, it does not adhere to semantic versioning. To find out which version you are running for the seperate modules, the following command can be used:
composer show -v | grep multisafepayYou 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 Magento 2 plugin.
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!
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.