Accept credit/debit cards, bank transfers, mobile money, and other payment methods on your Magento 2 store with SeerBit.
- Magento 2.4.6 or higher
- PHP 8.1 or higher
Via Composer:
composer require seerbit/magento2-moduleThen 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- 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.
- 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
- Magento 2.4.6
- Magento 2.4.7 (including patch releases)
