marcwatts / paymate
v1.0.2
2022-05-27 16:25 UTC
Requires
None
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
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