Now supporting EcoCash & Paystack

Payment infrastructure
that just works

One unified API to accept payments, send payouts, and manage transactions across Africa. Built for developers who demand reliability.

99.9%
Uptime
<200ms
API Response
4+
Currencies
24/7
Monitoring

Everything you need to move money

A complete payment orchestration platform designed for African markets

Multi-Provider

One API, multiple payment gateways. Paystack, EcoCash, and more.

Accept Payments

Process payments in ZAR, ZWG, USD, NGN with automatic provider routing.

Instant Payouts

Disburse funds to bank accounts and mobile wallets seamlessly.

Enterprise Security

Bank-grade encryption, audit logs, and role-based access control.

Webhooks

Real-time event notifications with signature validation.

Analytics

Track transactions, monitor success rates, and optimize conversion.

Simple API,
powerful results

Integrate in minutes, not weeks. Our clean REST API handles the complexity of multiple payment providers so you can focus on building your product.

  • Automatic provider routing based on currency
  • Idempotent requests for safe retries
  • Comprehensive webhook events
  • Sandbox mode for testing
// Create a payment intent
const response = await fetch('/api/v1/payments/intents', {
  method: 'POST',
  headers: {
    'Authorization': 'Bearer sk_live_...',
    'Content-Type': 'application/json',
  },
  body: JSON.stringify({
    amount: 5000,
    currency: 'ZAR',
    customer_email: 'customer@example.com',
    description: 'Order #1234',
    callback_url: 'https://yourapp.com/confirm',
  }),
});

const { authorization_url } = await response.json();
// Redirect customer to complete payment

Ready to get started?

Sign up now and start processing payments in minutes.

Get Started Free