Sell data from your own website
UniConnect gives resellers a wallet and a simple API. Fund your wallet, send an order from your site, and the data lands on your customer's phone automatically.
1
Prefinance
Top up your wallet with Mobile Money or card any time from your dashboard.
2
Call the API
Send bundle, phone number and your own reference. We charge your wallet instantly.
3
Get notified
We post a signed callback to your site when the bundle is delivered or refunded.
Endpoints
- GET /api/public/retail/v1/bundles
- GET /api/public/retail/v1/balance
- POST /api/public/retail/v1/orders
- GET /api/public/retail/v1/orders
- GET /api/public/retail/v1/orders/:reference
Example
curl -X POST https://uniconnectgh.com/api/public/retail/v1/orders \
-H "x-api-key: uc_live_..." \
-H "content-type: application/json" \
-d '{"bundle_id":"BUNDLE_UUID","recipient_phone":"0551234567","client_reference":"your-ref-001"}'Delivery callback
We POST order.delivered or order.failed to your HTTPS URL, signed with your secret in the x-uniconnect-signature header. Failed orders are refunded to your wallet automatically.