expresspay / magento
expressPay payment plugin for Magento 2
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- php: >=5.6.0
- magento/framework: >=100.1
This package is not auto-updated.
Last update: 2025-04-02 09:10:20 UTC
README
expressPay payment plugin for Magento 2
Installation
1.a) Using Composer
composer require expresspay/magento
1.b) Manual Installation
- Create the folder "app/code" in the root of your Magento installation, if it doesn't already exist
- Copy/upload the contents of this package into "app/code" folder of your Magento installation
2) Enable module
Run the following commands in the root of your Magento installation
bin/magento module:enable ExpressPay_Checkout
bin/magento setup:upgrade
You should now see ExpressPay under Sales->Configuration->Sales->Payment Methods. Provide your Merchant ID and API Key, and select between "Sandbox" and "Live" to start processing payments.