Skip to content

seerbit/magento2-module

Repository files navigation

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

  1. Log in to your Magento Admin Panel
  2. Navigate to Stores > Configuration > Sales > Payment Methods
  3. Expand SeerBit Payment Gateway
  4. Set Enabled to Yes
  5. Enter your Test/Live Public Key and Secret Key
  6. Set Test Mode to Yes for sandbox testing, No for live transactions
  7. 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)

API Documentation

License

MIT

About

SeerBit Payment module for Magento 2

Resources

License

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors