- Contributors: stephen nkwocha
- Tags: voguepay, magento 2, payment gateway, wallet payment, credit card, debit card, nigeria, international, mastercard, visa
- Tested with: PHP 7.1+, Magento CE 2.2.5
- Stable tag: Still in BETA
- License: GPL-3 - see LICENSE.txt
Take payments on your magento 2 store using Voguepay.
Support for:
- Credit card
- Debit card
Accept Credit card, and Debit card and Voguepay wallet payment payment directly on your store with the Voguepay payment gateway for Magento 2.
Signup for an account here
Voguepay accept payment all over the world
- Download the Zip file, Extract and copy the content of the Code directory into your Magento's app/code directory.
Or
-
Copy the zip file to your magento app directory, extract the content directly in your magento app directory and the directory folder code will be created
-
Enable the Voguepay Payment module: From your commandline, in your magento root directory, run
php bin/magento module:enable Voguepay_Payment --clear-static-content && php bin/magento setup:upgrade
Once the setup:upgrade
completes the module will be available in the Store Admin.
Configuration can be done using the Administrator section of your Magento store.
- From the admin dashboard, using the left menu navigate to Stores > Configuration > Sales > Payment Methods.
- Select Voguepay Payment from the list of recommended modules.
- Set Enable to Yes and fill the rest of the config form accordingly, then click the orange Save Config to save and activate.
For issues and feature request, click here. To contribute, fork the repo, add your changes and modifications then create a pull request.