Link your Buy Goods till, paybill or bank account, get your API keys, and send STK push requests with one call. Every payment is tracked on your dashboard and pushed to your server in real time.
POST https://norvionsolution.com/v1/stkpush
{
"account_id": "NRVJZ4D3TJZS8",
"secret_key": "sk_••••••••",
"phone": "0712345678",
"amount": 1500,
"reference": "INV-1001"
}
→ 200 OK
{
"success": true,
"data": {
"transaction_request_id": "TRX260924LH9GZ2DQFR",
"status": "pending"
}
}
One integration for every kind of M-Pesa collection account.
Link as many accounts as you need. Payments go straight to the number you link.
The customer gets the M-Pesa PIN prompt on their phone. No paybill numbers to type.
Results are sent to your server as soon as Safaricom confirms, signed and retried automatically.
Missed a callback? Check any payment with its transaction request ID at any time.
See every transaction, filter by account, status or date, and export to CSV.
Per-account secret keys, signed webhooks and key rotation from the dashboard.
Register with your email and log in to your dashboard.
You get an account ID and secret key for each one you link.
Call /v1/stkpush from your app, or request payments from the dashboard.