relaypay / payment
RelayPay integration for Magento 2
Installs: 9
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:magento2-module
This package is not auto-updated.
Last update: 2025-06-22 01:07:44 UTC
README
RelayPay helps boost sales by giving your customers the ability to pay by credit card or from the security of their RelayPay accounts.
During checkout, the customer is redirected to the secure RelayPay site to complete the payment information.
The customer is then returned to your store to complete the remainder of the checkout process.
This extension is allows payments using the RelayPay (https://www.relaypay.com/) payment gateway.
How install module
-
First download the Magento module (RelayPay_Payment) from the store and unzip the module
-
Use the Ftp client to upload or copy to extension in your [magento_root]/app/code directory
-
After upload module path will be [magento_root]/app/code/RelayPay/Payment
-
Open the command line (connect ssh) and go to the Magento root directory then execute one by one below commands:
php bin/magento setup:upgrade php bin/magento setup:static-content:deploy -f php bin/magento indexer:reindex php bin/magento cache:clean php bin/magento cache:flush chmod -R 777 var/ pub/ generated/
-
Enable and configure RelayPay in Magento Admin under Stores/Configuration/Payment Methods/RelayPay
System Configuration
-
open Magento 2 Admin and Go Store > Configuration > Sales > Payment Methods and select RelayPay
-
Enable payement method
-
Here you can see multiple configuration setting
Enabled : Enable payment method Title : Specify a custom title for the payment method for checkout Environment : Choose sandbox or production Merchant ID (Sandbox) : Specify Merchant ID for sandbox environment Public Key (Sandbox) : Specify Public Key for sandbox Secret Key / Private Key (Sandbox) : Specify Secret Key or Private Key for sandbox environment Merchant ID (Production) : Specify Merchant ID for production environment Public Key (Production) : Specify Public Key for production environment Secret Key / Private Key (Production) : Specify Secret Key or Private key for production environment
-
Specify title for the payment method for frontend checkout
-
Choose your environment sandbox or production from the dropdown
-
Specify Merchant ID, publicKey, and secretKey or privateKey which you can get from Merchant Dashboard
-
Fill the Merchant ID, publicKey, and secretKey or privateKey in the input fields
-
Save Config
-
Clear the cache
Copyright © 2021 RelayPay Development Inc. All rights reserved.