marcwatts / paymate
Paymate Magento Extension
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:magento2-module
README
What does it do?
This plugin allows you to accept Paymate payments through your website.
Installation
- Download all Paymate plugin files from our github repo (Available as a .zip or tar.gz download as well).
- Unzip the file
- Create directory Marcwatts/Paymate in:
[MAGENTO_INSTAL_DIR]/app/code/ - Copy the extracted files to this folder folder
- Open Command Line Interface / Shell
- In CLI, run the below command to enable the module:
php bin/magento module:enable Marcwatts_Paymate - In CLI, run the Magento setup upgrade:
php bin/magento setup:upgrade - In CLI, run the Magento Dependencies Injection Compile:
php bin/magento setup:di:compile - In CLI, run the Magento Static Content deployment:
php bin/magento setup:static-content:deploy - Login to Magento Admin and navigate to System/Cache Management
- Flush the cache storage by selecting Flush Cache Storage
Configuration
You will need to have a working merchant account and credentials to start, please contact https://global.paymate.com/
- Login to the Magento Admin and navigate to Stores/Configuration/Sales/Payment Methods
- Select Paymate and Enable
- Enter the Merchant Id and Password combination provided to you
- Specify an email address to receive debug emails from Paymate
- Save your settings