Prerequisites
- Upayments account
- Magento 2.4.x
Installation
Install using FTP method
- Download the latest release of the plugin from our GitHub repository.
- Upload the content of the folder to magento2 installation directory: app/code/
- Run the following Magento commands:
- php bin/magento module:enable Mageserv_UPayments
- php bin/magento setup:upgrade
- php bin/magento setup:static-content:deploy
- php bin/magento cache:clean
Activating the Plugin
By default and after installing the module, it will be activated. To Disable/Enable the module:
Enable : php bin/magento module:enable Mageserv_UPayments
Disable: php bin/magento module:disable Mageserv_UPayments
Configure the Plugin
- Navigate to "Magento admin panel" >> Stores >> Configuration
- Open "Sales >> Payment Methods"
- Enable the Payment Gateway
- Enter the primary credentials
- Enable Live Mode: Set to Yes after finish sandbox testing
- Token: Enter your API key
- Enable Debugging: If set to "Yes", it will log all Upayments requests and save it to the log file. Please disable it after finishing your debug to save your disk space
- Click Save Config