- Overview
- Features
- Installation
- Configuration
- Additional resources for developers
- License
- Contact and support
This plugin allows you to use the Monext payment system with a Magento 2 ecommerce application.
This plugin integrate with native Magento 2 orders' workflow and provides the following features: It allows you to:
- Do onsite payment with embedded widget or offsite on a payment page hosted by Monext.
- Cancel payments.
- Refund payments.
This plugin supports several payment methods. You can also check our documentation for more information about other supported payment methods.
- Magento >= 2.3
Log in to the Magento server, go to your Magento install dir.
You have to create a new directory to store the module zip package, payline-magento2-x.y.z.zip (x.y.z is the version of the module).
mkdir -p extra/composer/artifact/zip
Save the zip package payline-magento2-x.y.z.zip in the directory extra/composer/artifact/zip
Run composer to deploy module and dependencies (monext/payline-sdk)
composer config repositories.zip artifact extra/composer/artifact/zip
composer require monext/module-payline:x.y.z
Run magento command to enable the module
php -f bin/magento module:enable Monext_Payline
php -f bin/magento setup:upgrade
Here are the main configuration fields for the payment method:
- Open configuration menu under STORES > Settings > Configuration > SALES > Payment Methods > Monext
- Configuration
- Merchant ID
- Access key
- Environment
- Homologation for debug and test purpose.
- Production for real payment.
- Cpt payment
- Enable
- Title
- Integration type
- Payment action
- Cpt payment / Payline order status
- Contracts
Contracts are imported under the "Payline Contracts" section. The multi-select "Contracts" fied allows to choose which one will be visible on your store.
To learn more about how the API used by the plugin and how to modify or use Magento 2 with it to fit your needs:
- Magento 2 Plugin Monext documentation
- Monext API documentation
- Magento 2 payments integratrions documentation
This plugin's source code is completely free and released under the terms of the MIT license.
If you want to contact us, the best way is through this page on our website and send us your question(s).
We guarantee that we answer as soon as we can!
If you need support you can also directly check our FAQ section and contact us on the support page.