NetCatCMS/mod.payment_gateway
General Information
This module allows you to use the Bereke Bank payment gateway for accepting credit card payments.
Module Version
Cannot determine module version: repository unavailable.
System Requirements
- PHP 5.6+
- cURL extension
- Netcat CMS 6.x or higher
Installation
- Upload the contents of the archive to the folder where the Netcat site is installed: site/netcat/.
- Log in to the NetCat CMS admin panel, then in the top menu select Development >
Lists
- Open the "Payment Systems" lists.
- Add a new item with a custom name for the payment system (e.g., "Payment by credit/debit card") and the value
nc_payment_system_BerekeBank.
Configuration
- Log in to the NetCat CMS admin panel
In the Settings section » Payment Acceptance, select the payment system.
Click on the gear icon to open the payment method settings page.
Enter the necessary data to configure the payment system.Description of the payment method configuration fields
Requirement Name Type Description Required userName string Your API login.
If the plugin is in test mode, enter the test API login. If the plugin is in live mode, enter the login for the live mode.Required password string API account password.
If the plugin is in test mode, enter the test password. If the plugin is in live mode, enter the password for the live mode.Required testMode string (yes|no) Defines whether the plugin is in test mode or live mode. Required twoStage string (yes|no) Enables/disables two-stage payments. Optional successUrl string URL to redirect the client after a successful payment. Optional failUrl string URL to redirect the client after a failed payment.
Save Changes
Document date modification: 06/02/2025 05:40