https://github.com/expresspaygh/expresspay-magento
expressPay payment plugin for Magento 2
https://github.com/expresspaygh/expresspay-magento
e-comm expresspay-api magento2 magento2-payment magento2-payment-gateway magento2-plugin payment
Last synced: 2 months ago
JSON representation
expressPay payment plugin for Magento 2
- Host: GitHub
- URL: https://github.com/expresspaygh/expresspay-magento
- Owner: expresspaygh
- License: mit
- Created: 2020-08-10T10:06:54.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-10T15:41:55.000Z (almost 6 years ago)
- Last Synced: 2025-12-14T23:08:17.966Z (6 months ago)
- Topics: e-comm, expresspay-api, magento2, magento2-payment, magento2-payment-gateway, magento2-plugin, payment
- Language: PHP
- Homepage:
- Size: 29.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# expresspay-magento
expressPay payment plugin for Magento 2
## Installation
### 1.a) Using Composer
````
composer require expresspay/magento
````
### 1.b) Manual Installation
1. Create the folder "app/code" in the root of your Magento installation, if it doesn't already exist
2. 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.