Accept cards, mobile money, BNPL, and airtime. Issue virtual cards. Dispatch deliveries. All from one authenticated API key.
Authenticate with your API key. Every request goes over HTTPS. Sandbox and production keys are separate; flip X-Environment to switch.
POST /v1/webhooks. All events arrive HMAC-signed.# Initialize a payment POST /api/v1/payments/initialize Authorization: Bearer sk_live_•••••••••• Content-Type: application/json { "amount_cents": 25000, "currency": "USD", "method": "ecocash", "phone": "0771234567", "description": "Order #1234", "reference": "ORD-1234" } ─── 202 Accepted ───────────────────── { "ok": true, "reference": "ORD-1234", "status": "pending", "message": "EcoCash prompt sent" }
Create your free account, generate an API key, and make your first payment in under 10 minutes.