This plugin is provided for BOIPA merchants using Magento 2.x.
* = in production please use the --keep-generated option
- Unzip the zip file in
app/code/BOIPA - Enable the module by running
php bin/magento module:enable BOIPA_Payment - Apply database updates by running
php bin/magento setup:upgrade* - Flush the cache by running
php bin/magento cache:flush
- Make the module available in a composer repository for example:
- private repository
repo.magento.com - public repository
packagist.org - public github repository as vcs
- private repository
- Add the composer repository to the configuration by running
composer config repositories.repo.magento.com composer https://repo.magento.com/ - Install the module composer by running
composer require boipa/module-payment - enable the module by running
php bin/magento module:enable BOIPA_Payment - apply database updates by running
php bin/magento setup:upgrade* - Flush the cache by running
php bin/magento cache:flush
-
Enable (The status of this payment gateway on the frontend of magento).
-
General
- Title (Displayed on the checkout page under the payment methods section).
- Merchant ID (You will have received from your account manager).
- Merchant API Password (You will have received from your account manager).
- Merchant Brand ID (You will have received from your account manager). Admin > Stores > Settings > Configuration > Sales > Payment Methods
-
Advanced Settings
- Payment Method (Sale / Authorization)
- Display Mode (iFrame / Hosted Payment Page / Redirect)
- Environment (Sandbox / Production)
Got a question? For support email [email protected]
For additonal infromation and instructions please go to our Wiki.