PHPackages                             multisafepay/magento2-mirakl - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Payment Processing](/categories/payments)
4. /
5. multisafepay/magento2-mirakl

ActiveMagento2-module[Payment Processing](/categories/payments)

multisafepay/magento2-mirakl
============================

Integrate MultiSafepay payment methods into Mirakl

1.2.0(1y ago)13.7kOSL-3.0PHPPHP &gt;=7.4

Since Jun 29Pushed 1y ago2 watchersCompare

[ Source](https://github.com/MultiSafepay/magento2-mirakl)[ Packagist](https://packagist.org/packages/multisafepay/magento2-mirakl)[ RSS](/packages/multisafepay-magento2-mirakl/feed)WikiDiscussions main Synced yesterday

READMEChangelog (10)Dependencies (4)Versions (12)Used By (0)

 [![](https://camo.githubusercontent.com/a5deed572977f4f752ef847c5927675417eedeedd7d0661ce5ba76d6ec38af7c/68747470733a2f2f7777772e6d756c7469736166657061792e636f6d2f66696c6561646d696e2f74656d706c6174652f696d672f6d756c7469736166657061792d6c6f676f2e737667)](https://camo.githubusercontent.com/a5deed572977f4f752ef847c5927675417eedeedd7d0661ce5ba76d6ec38af7c/68747470733a2f2f7777772e6d756c7469736166657061792e636f6d2f66696c6561646d696e2f74656d706c6174652f696d672f6d756c7469736166657061792d6c6f676f2e737667)

MultiSafepay module for Mirakl
==============================

[](#multisafepay-module-for-mirakl)

[![Latest stable version](https://camo.githubusercontent.com/9022148909c4683729e2a90bf89dd68eb19d8efe3dfda2f8d7c9cba51da09749/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f6d756c7469736166657061792f6d6167656e746f322d6d6972616b6c3f7374796c653d666f722d7468652d6261646765)](https://packagist.org/packages/multisafepay/magento2-mirakl)[![License](https://camo.githubusercontent.com/edd48112ec831110893791b47a471d00e7834d5e627fa55238b29b42fa203f39/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6d756c7469736166657061792f6d6167656e746f322d6d6972616b6c3f7374796c653d666f722d7468652d6261646765)](https://github.com/MultiSafepay/magento2-mirakl/blob/master/LICENSE.md)

About MultiSafepay
------------------

[](#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
-------------------------

[](#supported-payment-methods)

The supported Payment Methods for this module can be found over here: [Payment Methods &amp; Giftcards](https://docs.multisafepay.com/plugins/magento2/faq/#available-payment-methods-in-magento-2)

This module does not work in combination with Magento Vault yet. Please disable Vault for any payment methods first, before using this module.

Requirements
------------

[](#requirements)

- To use the plugin you need a MultiSafepay account. You can create a test account on
- Magento Open Source version 2.4.x
- Mirakl
- PHP 7.4+

Installation
------------

[](#installation)

This module can be installed via composer:

```
composer require multisafepay/magento2-mirakl
```

Next, enable the module:

```
php bin/magento module:enable MultiSafepay_Mirakl
```

Next, run the following commands:

```
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento cache:flush
```

Configuration.
--------------

[](#configuration)

**In Mirakl:**

- Browse to Settings &gt; Advanced parameters &gt; Stores &gt; Custom Fields.
- Add a new section: MultiSafepay
- Add a new custom field using the following details:
    - Section: MultiSafepay
    - Label: Merchant ID
    - Code: multisafepay-merchant-id
    - Type Text:
    - Read Only
    - Required Field: yes.
    - Value for existing stores, must be empty, but that value must be filled in the store configuration page.
- Browse to Settings &gt; Platform &gt; Technical Settings &gt; System Integrations &gt; Customer Debit and configure the debit connector with the following settings:
    - Transmission type: HTTP
    - URL: {OPERATOR-URL}/multisafepay/mirakl/debit
    - Method: POST
    - Content Type: Json
- Browse to Settings &gt; Platform &gt; Technical Settings &gt; System Integrations &gt; Customer Refund and configure the refund connector with the following settings:
    - Transmission type: HTTP
    - URL: {OPERATOR-URL}/multisafepay/mirakl/refund
    - Method: POST
    - Content Type: Json
- Browse to Settings &gt; Platform &gt; Technical Settings &gt; Webhooks &gt; Add a webhook
    - Type: Orders
    - Name: MultiSafepay Update Orders
    - Connector type: HTTP
    - URL: {OPERATOR-URL}/multisafepay/mirakl/webhook
    - Authentication method: Authorization token
    - Authentication token: Define a secret key

**In Magento:**

- Browse to Stores &gt; Settings &gt; Configuration &gt; MultiSafepay &gt; Mirakl.
    - Fill the required data; according the environment previously setup in MultiSafepay general settings.
    - Fill the Webhook secret key used in the webhook configuration in Mirakl.
- Browse to Stores &gt; Settings &gt; Configuration &gt; Mirakl &gt; Connector.
    - On "Order Workflow" section, in field "Trigger on Statuses", select "Closed" and "Processing".

Support
-------

[](#support)

You can create issues on our repository. If you need any additional help or support, please contact [](mailto:integration@multisafepay.com)

We are also available on our Magento Slack channel [\#multisafepay-payments](https://magentocommeng.slack.com/messages/multisafepay-payments/). Feel free to start a conversation or provide suggestions as to how we can refine our MageWire Checkout integration.

A gift for your contribution
----------------------------

[](#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](mailto:integration@multisafepay.com) 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
-------

[](#license)

[Open Software License (OSL 3.0)](https://github.com/MultiSafepay/Magento2Msp/blob/master/LICENSE.md)

Want to be part of the team?
----------------------------

[](#want-to-be-part-of-the-team)

Are you a developer interested in working at MultiSafepay? [View](https://www.multisafepay.com/careers/#jobopenings) our job openings and feel free to get in touch with us.

###  Health Score

34

—

LowBetter than 75% of packages

Maintenance42

Moderate activity, may be stable

Popularity22

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 78% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~62 days

Recently: every ~128 days

Total

11

Last Release

476d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2191df32ae1d7f2d5559e91e73bf29e8b003b368917a0985afcb3c4e23de8587?d=identicon)[MSP](/maintainers/MSP)

---

Top Contributors

[![danielcivit](https://avatars.githubusercontent.com/u/64795062?v=4)](https://github.com/danielcivit "danielcivit (39 commits)")[![vinodsowdagar](https://avatars.githubusercontent.com/u/53818758?v=4)](https://github.com/vinodsowdagar "vinodsowdagar (11 commits)")

### Embed Badge

![Health badge](/badges/multisafepay-magento2-mirakl/health.svg)

```
[![Health](https://phpackages.com/badges/multisafepay-magento2-mirakl/health.svg)](https://phpackages.com/packages/multisafepay-magento2-mirakl)
```

###  Alternatives

[adyen/module-payment

Official Magento2 Plugin to connect to Payment Service Provider Adyen.

1673.2M10](/packages/adyen-module-payment)[checkoutcom/magento2

Checkout.com Payment Gateway for Magento 2

34276.3k1](/packages/checkoutcom-magento2)[buckaroo/magento2

Buckaroo Magento 2 extension

32420.3k8](/packages/buckaroo-magento2)[payone-gmbh/magento-2

PAYONE payment gateway for all German online and offline payment methods including PayPal, all major Credit Cards.

29447.5k2](/packages/payone-gmbh-magento-2)[mollie/magento2-hyva-checkout

Hyvä Themes Checkout module for Mollie Payments

11240.0k](/packages/mollie-magento2-hyva-checkout)[vipps/module-payment

Vipps MobilePay Payment Module for Magento 2

1098.4k](/packages/vipps-module-payment)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
