Multi-Language SDK Quickstarts
One unified API across TypeScript, Python, Flutter, and React Native.
Multi-Language SDK Quickstarts
One unified API across TypeScript, Python, Flutter, and React Native.
import { Zirzir } from '@zirzir/sdk';
const zirzir = new Zirzir({
baseUrl: 'http://localhost:8080',
apiKey: process.env.ZIRZIR_API_KEY!,
});
// Charge customer via Telebirr mobile STK push
const txn = await zirzir.charge({
provider: 'telebirr',
amount: 500.0,
currency: 'ETB',
phone: '0911223344',
txRef: 'ORD-9912',
}, { idempotencyKey: '8f91a2b3-unique-uuid' });
console.log('Payment initialized:', txn.id, txn.status);Autonomous AI Agent Studio
Connect Claude Desktop, Cursor, and Antigravity via MCP.
Autonomous AI Agent Studio
Equip Claude Desktop, Cursor, and Antigravity with live African payment tools.
{
"mcpServers": {
"zirzir": {
"command": "zirzir",
"args": [
"mcp"
]
}
}
}Available Autonomous Tools:
create_payment
Charges customer via Telebirr, CBE, or M-Pesa.
create_subscription
Enrolls subscriber with recurring STK pushes.
create_subaccount
Configures multi-vendor marketplace split shares.
convert_currency
Pan-African real-time FX rate conversions.
Featured Payment Plugins
Verified drivers for Telebirr, CBE Birr, M-Pesa, MTN MoMo, and MPGS.
Verified Plugin Ecosystem
Install and run community or core plugins with zero server recompilation.
Telebirr
Ethiopia • Mobile Money
Chapa Direct
Ethiopia • Cards & Banks
SantimPay
Ethiopia • Omnichannel
Arifpay
Ethiopia • Universal Gateway
Safaricom M-Pesa
Kenya • Daraja STK Push
CBE Birr
Ethiopia • USSD (*847#)
Telegram Bot Payments
Global • In-Chat & TWA
Airtel Money
East Africa • Mobile Money
Cloud vs. Self-Hosted Deployment
Zirzir powers African payment rails whether you operate as a SaaS merchant on our managed cloud or self-host the open-source Rust engine on-premise.
Zirzir Cloud Edition
Multi-tenant hosted payment orchestration on Cloudflare global edge. Zero server maintenance, automated database replication, 99.99% uptime SLA, and managed ERCA/KRA tax receipts.
Launch Cloud Operations Hub ↗Zirzir Self-Hosted Engine
Pure Rust Core with sub-millisecond Axum async engine and Bun plugin daemon. Complete data sovereignty, air-gapped capable, embedded SQLite/Postgres, and local zero-telemetry operations.