Mobile Money Made Simple

Integrate MTN Mobile Money and Orange Money into your applications with our powerful API.

Everything you need to accept mobile payments

Built for developers and merchants across West Africa

🏦

Multiple Providers

Support for MTN Mobile Money and Orange Money across CΓ΄te d'Ivoire, Burkina Faso, and more.

πŸ”

Secure & Reliable

Enterprise-grade security with API key authentication and admin approval workflows.

⚑

Easy Integration

Simple RESTful API with comprehensive documentation and SDKs for popular languages.

πŸ§ͺ

Sandbox Testing

Test your integration with our sandbox environment before going live.

πŸ””

Real-time Webhooks

Get instant notifications about payment status changes via webhooks.

πŸ‘₯

Team Collaboration

Invite developers and manage app permissions with role-based access.

Simple API, Powerful Results

Get started with just a few lines of code

// Initialize payment
curl
-X POST https://api.sofi.com/v1/payments \
-H "Authorization: Bearer pk_test_..." \
-H "Content-Type: application/json" \
-d '{
"amount": 1000.00,
"currency": "XAF",
"payment_method": "mtn_mobile_money",
"customer_phone": "+237XXXXXXXX"
}'
// Response
{
"success": true,
"transaction_id": "txn_abc123",
"status": "pending",
"message": "Payment initiated successfully"
}

Ready to get started?

Create your account and start accepting mobile money payments today.