An open API service indexing awesome lists of open source software.

https://github.com/multisafepay/magento2-mirakl

MultiSafepay module for Mirakl
https://github.com/multisafepay/magento2-mirakl

Last synced: 5 months ago
JSON representation

MultiSafepay module for Mirakl

Awesome Lists containing this project

README

          



# MultiSafepay module for Mirakl

[![Latest stable version](https://img.shields.io/github/v/release/multisafepay/magento2-mirakl?style=for-the-badge)](https://packagist.org/packages/multisafepay/magento2-mirakl)
[![License](https://img.shields.io/github/license/multisafepay/magento2-mirakl?style=for-the-badge)](https://github.com/MultiSafepay/magento2-mirakl/blob/master/LICENSE.md)

## 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](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
- 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.4.x
- Mirakl
- PHP 7.4+

## Installation
This module can be installed via composer:

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

Next, enable the module:
```bash
php bin/magento module:enable MultiSafepay_Mirakl
```

Next, run the following commands:
```bash
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento cache:flush
```

## Configuration.

**In Mirakl:**
- Browse to Settings > Advanced parameters > Stores > 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 > Platform > Technical Settings > System Integrations > 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 > Platform > Technical Settings > System Integrations > 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 > Platform > Technical Settings > Webhooks > 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 > Settings > Configuration > MultiSafepay > 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 > Settings > Configuration > Mirakl > Connector.
- On "Order Workflow" section, in field "Trigger on Statuses", select "Closed" and "Processing".

## 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](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
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
[Open Software License (OSL 3.0)](https://github.com/MultiSafepay/Magento2Msp/blob/master/LICENSE.md)

## 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.