Magento/Magento_2.3.x/mod.payment_gateway
Information
The module allows you to use the payment gateway Bereke Bank to accept payments by bank cards.
Module version
Cannot determine module version: repository unavailable.
System requirements
- PHP 7.4+
- cURL extension
- Magento 2.3.x or higher (the module was tested with version 2.3.5)
Installation (from zip file)
- Unzip the module to some folder on your desktop
- Log in to your Magento store server as the Magento filesystem owner and navigate to the Magento Home directory
- Create a directory
{path_to_magento_store}/app/code/RBSPayment/BerekeBank/and change directory to the new directory - Move the all module files from Upload folder to
{path_to_magento_store}/app/code/RBSPayment/BerekeBank/ - Command line
- To enable the module on the command line change directory to the Magento Home directory. Ensure you are logged in as the Magento filesystem owner
- Verify that RBSPayment_BerekeBank is listed and shows as disabled:
php bin/magento module:status - Enable the module with:
php bin/magento module:enable RBSPayment_BerekeBank - Then we need to ensure the configuration tasks are run:
php bin/magento setup:upgrade - After setup upgrade, run compile command:
php bin/magento setup:di:compile - Finally on the command line to clear Magento's cache run:
php bin/magento cache:clean
Once this has been completed log in to the Magento Admin panel and proceed to Configuring the Module
Module configuration
- Login to Magento backend.
- Go to Stores > Configuration > Sales -> Payment Methods > method Direct payment with credit/debit card
The following screen will display
Description of payment method settings fields
Depending on the module version, the settings may include either the Login-API and Password fields or a single Token-API field.
Setting Description Availability Module status Enables or disables the payment method. May be absent Payment method name Name of the payment method, e.g., Bank Card. May be absent Login-API API login. Enter a test login in test mode and a production login for real payments. Present if Token-API is not used Password API account password. Enter a test password in test mode and a production password for real payments. Present if Token-API is not used Token-API API access token. If this field is present, login and password are not required. Present if Login-API and Password are not used Payment staging Enables or disables two-step payments. Always present Test mode Selects the operating mode: test or production. Always present Payment description The text displayed to the customer. May be absent Paid order status The order status after a successful payment. May be absent Success URL The URL to redirect the customer to after a successful payment. May be absent Fail URL The URL to redirect the customer to after a failed payment. May be absent Shipping method restrictions Defines which shipping methods allow this payment method. May be absent
Save Changes
Document date modification: 01/02/2025 07:58