All Systems Operational

Unified Payment Gateway
for East Africa & Beyond

CironetPay aggregates mobile money, card, and wallet providers into a single API. Cironet products and external merchants connect once and accept payments from any supported provider.

Supports
Mobile Money (Airtel, MTN, Mpesa & More) Cards (Visa, Mastercard & More)
Who uses CironetPay
🏢

Cironet Products

Powers payments across CironetSmart ERP, CironetMarketplace, CironetMessaging, cironetug.com, and every product in the Cironet pipeline.

🌍

External Merchants

Any business can register a merchant account, generate API keys, and start accepting payments — no provider contracts needed.

Merchant Portal

Register a free account to get your API credentials, configure webhooks, and track your payment activity in one place.

🔑
API Keys

Generate live and test keys. Revoke or rotate them any time from the portal.

🔔
Webhooks

Configure a callback URL and secret. CironetPay signs every payload with HMAC-SHA256.

📊
Dashboard

Revenue stats, success rates, and a full searchable transaction history with CSV export.

REST API
Endpoints — authenticate with X-CironetPay-Key header
POST
/api/initiate.php
Initiate a payment — returns a cironet_ref and status
GET
/api/verify.php?provider={name}&ref={id}
Poll the current status of a payment by provider reference
POST
/api/webhook.php?provider={name}
Inbound callback endpoint for provider payment notifications