mispay / mispay-magento2-payment-method
MIS Pay Magento2 Payment Module
Installs: 45
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 2
Open Issues: 0
Type:magento2-module
Requires
- php: ^7.4|^8.0
This package is auto-updated.
Last update: 2025-03-30 12:23:50 UTC
README
This PHP module is for extending the payment methods of a Magento application to make it able to receive payment via MIS Pay.
Requirements
Please consider to apply this matrix to your environment; Adobe System requirements
Plugin has been tested these versions;
- PHP 7.4
- Magento 2.4.2
Installation
composer require mispay/mispay-magento2-payment-method bin/magento setup:upgrade
to enable it MISPay_MISPayMethod
;
bin/magento module:enable MISPay_MISPayMethod
Configuration
After the installation process:
- Navigate to Stores > Configuration page from the Magento admin panel.
- After making sure that the correct scope has been selected, select Sales > Payment Methods from the left panel.
- MISPay method can be enabled from this panel.
Options
- Enabled: it enables the plugin itself. If this is Yes payment method will be visible on the store front side.
- Payment Area Title: You can configure the area title via this option.
- Merchant App ID: The x-app-id value shared by the MISPay team.
- Merchant App Secret: The x-app-secret value shared by the MISPay team.
- Test Mode: Indicates whether the integration uses the Sandbox or the Production environment. For testing purposes, the Sandbox environment should be used.
- Show MISPay Logo: The MISPay logo will appear if this option is selected.
- New Order Status: The status of the new orders.
- Widget Access Code: Access code for the widget render. If you leave it empty no widget will be rendered.
That's it! now the customers can use the MISPay option during the checkout process.
MISPay © All rights reserved ® https://www.mispay.co