favemy/module-payment-gateway

Allows integration with Fave payment gateway

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 7

Forks: 0

Open Issues: 0

Type:magento2-module

dev-master 2022-07-21 07:21 UTC

This package is auto-updated.

Last update: 2025-08-21 13:36:11 UTC


README

An extension to add integration with Fave Payment Gateway.

Technical feature

Installation

Step 1: Change directory to the Magento root.

Step 2: Follow the installation instructions for the extension. The Magento standard is to use composer.

composer require favemy/module-payment-gateway
composer update
php bin/magento module:enable favemy/module-payment-gateway
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy -f
php bin/magento cache:clean

Step 3: After installation, you can verify the extension is successfully installed by running the following command.

php bin/magento module:status favemy/module-payment-gateway

Sample response:

Module is enabled

Gateway configuration

Step 1: Log in to magento admin dashboard.

Step 2: Follow the following instructions to configure FavePay as payment option.

STORES -> Configuration -> Payment Methods -> Other Payment Methods -> FavePay

image

Step 3: Enter the credentials as provided by Fave.

Merchant Gateway Key(App ID), Private api key and Outlet ID will be provided by Fave.

image

Step 4: Save config.

Contributors

Team Hephaestus (Fave)

References

https://devdocs.magento.com/cloud/howtos/install-components.html

License

Open Source License