Now Live in Uganda

Accept Mobile MoneyPayments AcrossUganda

One API to collect and disburse via MTN MoMo and Airtel Money. Go live in minutes, not months.

No setup fees Sandbox included Go live in minutes
api-request.sh
$ curl -X POST \
pay.sopraent.com/api/v1/collect \
-H "X-API-Key: sk_live_..." \
-d '{"amount": 50000,
"phone": "256771234567"}'
// Response
{
"status": "processing",
"transaction_id": "txn_8f3k...",
"provider": "mtn_momo"
}
200 OK

Trusted by businesses across Uganda

TechCorp
SafeBoda
JumiaUG
PayWay
Xente
Tugende

Everything you need to
move money

A complete payment infrastructure built for Uganda's mobile-first economy.

MTN MoMo & Airtel Money

Auto-detect provider from phone number prefix. One integration, both networks covered.

Instant Settlements

Funds available in your wallet immediately. Withdraw to your mobile money account anytime.

Payment Links

Create shareable payment links in seconds. No code required. Share via WhatsApp, SMS, or email.

Developer API

RESTful API with sandbox environment. Integrate payments into any app, website, or platform.

Real-time Dashboard

Track every transaction, view analytics, manage API keys, and export reports from one place.

Bank-grade Security

API key hashing, HMAC webhook signatures, encrypted data at rest, and full audit logging.

Three steps to
start collecting

From sign-up to receiving your first payment in minutes.

1

Create Account

Sign up with your National ID (personal) or business documents. Get verified and approved.

2

Integrate

Use our REST API, payment links, or dashboard to start accepting payments. Full sandbox for testing.

3

Get Paid

Receive funds instantly in your wallet. Withdraw to MTN MoMo or Airtel Money anytime you want.

Simple, transparent pricing

No monthly fees. No hidden charges. Pay only when you transact.

Personal

For Individuals

Freelancers, side hustles, personal use

2%per collection
UGX 500per disbursement
  • Full API access
  • Payment links
  • Dashboard & analytics
  • National ID verification
  • Email support
Create Personal Account
Popular
Business

For Companies

Businesses, merchants, organizations

1.5%per collection
UGX 500per disbursement
  • Everything in Personal
  • Lower transaction fees
  • Bulk disbursements
  • Priority support
  • Dedicated account manager
Create Business Account

Built for developers

Clean RESTful API with predictable responses. Test in sandbox, go live with the same code.

Simple Integration

Single API endpoint for both MTN MoMo and Airtel Money. We handle provider detection automatically.

Secure by Default

API key + secret authentication. HMAC-signed webhooks. All data encrypted in transit and at rest.

Real-time Webhooks

Get notified instantly when payments complete. Automatic retries with exponential backoff.

collect.sh
# Collect payment from a customer
curl -X POST \
  https://pay.sopraent.com/api/v1/collect \
  -H "X-API-Key: your_api_key" \
  -H "X-API-Secret: your_secret" \
  -H "Content-Type: application/json" \
  -d '{
    "amount": 50000,
    "phone_number": "0771234567",
    "description": "Order #1234"
  }'
Response
{
  "transaction_id": "txn_8f3ka9...",
  "status": "processing",
  "provider": "mtn_momo",
  "amount": 50000,
  "fee": 1000
}

Ready to accept
mobile money payments?

Join hundreds of businesses across Uganda using SopraEnt Pay to collect and disburse funds seamlessly.