An extension to add integration with Fave Payment Gateway.
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
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
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.
Step 4: Save config.
Team Hephaestus (Fave)
https://devdocs.magento.com/cloud/howtos/install-components.html