seerbit / magento2-module
Official Magento2 package for SeerBit payment gateway.
Package info
github.com/seerbit/magento2-module
Type:magento2-module
pkg:composer/seerbit/magento2-module
2.0.0
2026-06-26 10:13 UTC
Requires
- php: >=8.1
- magento/framework: >=103.0.0
- magento/module-checkout: >=100.4.0
- magento/module-payment: >=100.4.0
- magento/module-sales: >=103.0.0
This package is auto-updated.
Last update: 2026-06-26 10:16:54 UTC
README
SeerBit
SeerBit Payment Module for Magento 2
Accept credit/debit cards, bank transfers, mobile money, and other payment methods on your Magento 2 store with SeerBit.
Requirements
- Magento 2.4.6 or higher
- PHP 8.1 or higher
Installation
Via Composer:
composer require seerbit/magento2-module
Then enable the module:
php bin/magento module:enable Seerbit_Payment --clear-static-content php bin/magento setup:upgrade php bin/magento setup:di:compile php bin/magento cache:flush
Configuration
- Log in to your Magento Admin Panel
- Navigate to Stores > Configuration > Sales > Payment Methods
- Expand SeerBit Payment Gateway
- Set Enabled to Yes
- Enter your Test/Live Public Key and Secret Key
- Set Test Mode to Yes for sandbox testing, No for live transactions
- Click Save Config
You can find your API keys in the SeerBit Merchant Dashboard under Settings > API Keys.
Features
- Supports cards, bank transfers, mobile money, and USSD payments
- Test and live mode support
- CSP (Content Security Policy) compliant
- Server-side payment verification via SeerBit API v3
- Automatic order status updates on successful payment
- Cart restoration on failed/cancelled payments
Supported Magento Versions
- Magento 2.4.6
- Magento 2.4.7 (including patch releases)