System Status: OperationalCreate Free Account
Institutional Grade Infrastructure
FINANCIAL
REINVENTED.
HirallPay is Hirall's flagship orchestration engine, designed to unify fragmented payment rails into a single, high-performance API core.
STK Orchestration
Trigger instantaneous M-Pesa push requests directly to customer handsets, ensuring the highest conversion rates in the market.
Model-A Multi-Tenancy
Securely manage individual merchant credentials within your own platform, providing isolated financial rails for every sub-user.
Automated Reconcile
Our intelligent polling engine ensures every transaction is correctly attributed and reconciled in your ledger in real-time.
DEVELOPER PROTOCOLS
BUILT FOR THE
MODERN STACK.
01
RESTful JSON API
Deterministic responses with industrial-grade error handling.
02
HMAC Signed Webhooks
Secure transaction updates with verified infrastructure handshakes.
03
Atomic Transactions
Database-backed idempotency prevents duplicate charges at the source.
POST /v1/payments/stk
Authorization: Bearer sk_live_...
{
"amount": 2500,
"phone": "254712345678",
"callback_url": "https://yoursite.com/hook",
"metadata": {
"order_id": "HP-99"
}
}
// Result: 200 OK
{
"status": "pending",
"checkout_id": "ws_CO_12345...",
"message": "Protocol engaged."
}