Dashboard
Float
KES 0
Float Balance
—
Total Sales
—
Total Volume
—
Discount Rate
—
Recent Activity
| Date | Type | From / To | Amount | Notes |
|---|
Sell Airtime
Float will be deducted at your discounted rate.Sales History
| Date ↓ | Customer | Amount | Profit | Status | Receipt | Error |
|---|
Page 1 / 1
Top Up Float
Pay via M-Pesa STK push — your float is credited automatically on payment confirmation.Wallet History
| Date | Type | From / To | Amount | Notes |
|---|
My Merchants
Sub-accounts that resell on your behalf. They use your float allocation.| Name | Phone | Discount | Float | Sales | Volume | Last login | Last sale | Status | Actions |
|---|
Tip: click any row to see full details for that merchant.
Merchant Detail
Loading…
API Access
Programmatic access for your platform. Requires an API key + HMAC signature.—
The HMAC secret is only shown when you regenerate. Contact admin to provision API credentials.
Webhook URL
We'll POST signed event callbacks to this URL on each order completion / failure.API Documentation
Base URL: https://api.primepayke.com/api/reseller/v1
Required headers
X-API-Key: <your apiKey>
X-Timestamp: <unix ms>
X-Signature: HMAC-SHA256(secret, timestamp + method + path + body)
Endpoints
GET /me -> your account + balance
POST /airtime/sell -> { phone, amount } -> dispatches via PRETUPS
GET /sales?days=7 -> recent sales
Webhook event format and full docs at https://docs.primepayke.com/reseller-api