v1.0 API Available ✨

Accept Payments Across East Africa 🌍

The premium, production-ready payment gateway for modern businesses in Uganda, Kenya, Tanzania, Rwanda, Burundi, and South Sudan.

Live Transaction

UGX 150,000

MTN Mobile Money
+256 77X XXX XXX
Visa / Mastercard
**** **** **** 4242

Everything you need to scale 🚀

We handle the complexity of payments so you can focus on your business.

Mobile Money First

Accept payments from MTN MoMo, Airtel Money, T-Pesa seamlessly across the region.

Instant Settlement

Get your funds faster. We provide instant settlements for supported payment methods.

Bank-Grade Security

Advanced fraud detection, PCI-DSS compliance, and end-to-end encryption.

Built for Developers 💻

Integrate in minutes with our robust, well-documented RESTful API. Generate payment links, handle webhooks, and automate your workflow.

  • Simple JSON REST API
  • Real-time webhooks
  • Test environment included
Read the Docs
POST /api/v1/charge
{
  "amount": 150000,
  "currency": "UGX",
  "payment_method": "mobile_money",
  "provider": "mtn",
  "customer": {
    "name": "John Doe",
    "phone": "+256770000000"
  }
}