This magento 2 module adds Ecentric Payment method to your magento 2 store.
After receiving the ecentric-payment-1.x.x.zip module package from Ecentric, follow the steps below to install the module.
- Unzip
ecentric-payment-1.x.x.zip - Copy the contents of
ecentric-payment-1.x.x/directory to your server underapp/code/Ecentric/Payment/ - Next, SSH into your Magento server, go to the webroot directory of your Magento installation and run:
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy -fAfter all commands ran successfully, congratulations, you've just installed Ecentric Payment on your Magento store.
SSH into your Magento server, go to the webroot directory of your Magento installation and run:
composer config repositories.ecentric vcs https://github.com/X2Y-Development/ecentric-paymentscomposer req ecentric/module-paymentphp bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy -fTo configure and enable the Ecentric Payment module, follow these steps:
- Go to Stores > Configuration > Sales > Payment Methods
- Click Configure Ecentric and set Enable Solution to Yes
- Next, expand the API section of the Ecentric configuration.
- Set module operation mode: Sandbox or Production
- Input your Merchant GUID, Merchant Key based on the selected operation mode
- Click Save Config.