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

v1.0.2 2022-05-27 16:25 UTC

This package is auto-updated.

Last update: 2025-05-29 01:54:52 UTC


README

What does it do?

This plugin allows you to accept Paymate payments through your website.

Installation

  1. Download all Paymate plugin files from our github repo (Available as a .zip or tar.gz download as well).
  2. Unzip the file
  3. Create directory Marcwatts/Paymate in:
    [MAGENTO_INSTAL_DIR]/app/code/
  4. Copy the extracted files to this folder folder
  5. Open Command Line Interface / Shell
  6. In CLI, run the below command to enable the module:
    php bin/magento module:enable Marcwatts_Paymate
  7. In CLI, run the Magento setup upgrade:
    php bin/magento setup:upgrade
  8. In CLI, run the Magento Dependencies Injection Compile:
    php bin/magento setup:di:compile
  9. In CLI, run the Magento Static Content deployment:
    php bin/magento setup:static-content:deploy
  10. Login to Magento Admin and navigate to System/Cache Management
  11. 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/

  1. Login to the Magento Admin and navigate to Stores/Configuration/Sales/Payment Methods
  2. Select Paymate and Enable
  3. Enter the Merchant Id and Password combination provided to you
  4. Specify an email address to receive debug emails from Paymate
  5. Save your settings