SettlraSettlra/Docs
DashboardAPI Playground
Uganda live · More countries coming soon

Settlra API Documentation

Send USDC stablecoins directly to mobile money wallets across Africa — no banks required. Settlra handles FX conversion, compliance, and last-mile delivery so you can focus on building your product.

What is Settlra?

Settlra is a B2B API that converts USDC stablecoins into African mobile money payments in real time. Businesses and fintech companies use Settlra to pay remote workers, disburse loans, or send remittances — all without needing a bank relationship in each country.

How it works

  1. Get a quote — Call POST /v1/quotes to lock in an exchange rate for USDC → local currency. Quotes are valid for 5 minutes.
  2. Create a payout — Call POST /v1/payouts with the quote_id and recipient details. You receive a USDC deposit address.
  3. Send USDC — Send the exact amount to the deposit address on-chain. Settlra detects the deposit automatically.
  4. Delivery — After confirmation, Settlra immediately disburses mobile money to the recipient. You receive a webhook notification.

Key features

Sub-5 minute settlement

From USDC confirmed on-chain to mobile money delivered — typically under 5 minutes.

🔒
Built-in compliance

AML screening, sanctions checking, and KYC tier limits enforced automatically.

🔁
Idempotent by design

Every write endpoint accepts an idempotency key — safe to retry on network failures.

🌍
Multi-network support

MTN Uganda, Airtel Uganda, M-Pesa Kenya, and more networks launching soon.

📡
Real-time webhooks

Push notifications for every state transition — no polling required.

📦
Bulk payouts

Submit up to 100 payouts in a single batch for high-volume disbursements.

Base URL

All API requests use HTTPS. The base URL depends on the environment:

EnvironmentBase URL
Sandboxhttps://api-sandbox.settlra.com/v1
Productionhttps://api.settlra.com/v1

Ready to start?

Follow the Quick Start guide to make your first payout in under 5 minutes, or jump directly to the API Reference.