A comprehensive mobile money payment gateway addon for Odoo that enables seamless payment processing across Cameroon and the CEMAC region through Smobilpay's secure platform.
# SmobilPay Mobile Money Gateway for Odoo
A comprehensive mobile money payment gateway addon for Odoo that enables seamless payment processing across Cameroon and the CEMAC region through SmobilPay's secure platform.
## Features
### Payment Methods Supported
- **MTN Mobile Money Cameroon** - Leading mobile money service
- **Orange Mobile Money Cameroon** - Comprehensive coverage
- **Express Union Mobile Money** - Wide network reach
- **SmobilPay Cash** - Universal payment option
### Key Capabilities
- ✅ **Automatic Callback Handling** - No manual configuration needed
- ✅ **Dual Environment Support** - Test and production modes
- ✅ **Real-time Payment Status** - Instant transaction updates
- ✅ **Secure OAuth 2.0** - Enterprise-grade authentication
- ✅ **Multi-currency Support** - XAF, EUR, USD compatible
- ✅ **Comprehensive Logging** - Full audit trail
- ✅ **Mobile-Optimized Forms** - Responsive payment interface
- ✅ **Webhook Integration** - Asynchronous status updates
## Installation
### Method 1: Odoo App Store (Recommended)
1. Go to Odoo Apps in your instance
2. Search for "SmobilPay Mobile Money Gateway"
3. Click Install
4. Configure your API credentials
### Method 2: Manual Installation
1. Download the addon files
2. Copy `smobilpay_odoo_gateway` folder to your Odoo addons directory
3. Update app list: Settings → Apps → Update Apps List
4. Search for "SmobilPay Mobile Money Gateway" and install
### Method 3: Development Installation
```bash
# Clone repository
git clone
github.com
# Copy to Odoo addons directory
cp -r smobilpay_odoo_gateway /opt/odoo/addons/
# Restart Odoo service
sudo systemctl restart odoo
# Update app list and install via Odoo interface
```
## Configuration
### 1. API Credentials Setup
1. Navigate to **Settings → Payment Providers**
2. Find **SmobilPay Mobile Money** and click Configure
3. Enter your credentials:
- **Consumer Key**: Your SmobilPay API consumer key
- **Consumer Secret** …