The engine for
Africa's digital builders.
APIs, SDKs, and webhooks designed to handle the complexity of local payments, offline-first connectivity, and cross-border operations.
Unified API
One interface for all Qymmo products. Manage communications, payments, and member data with a single, consistent REST API.
Reliable Webhooks
Event-driven architecture with automatic retries. Get notified instantly for payment confirmations, USSD sessions, and more.
Quick Start Guide
Get your API keys and start building in minutes. Our documentation includes examples in Node.js, Python, and Go.
Authentication via Bearer tokens
Idempotency keys for safe retries
Comprehensive test environment (Sandbox)
curl -X POST https://api.qymmo.com/v1/payments \
-H "Authorization: Bearer QYMMO_KEY" \
-d '{
"amount": 5000,
"currency": "GHS",
"channel": "ussd",
"reference": "order_123"
}'