Integrate mobile money into any website or app. BongoPay makes every Selcom call server‑side — your customers never leave your platform, and your keys never touch the browser.
Every request needs your secret API key. Generate one from your dashboard.
| Method | Endpoint | Description |
|---|---|---|
| POST | /payments/create | Create a hosted checkout link |
| POST | /pay-via-mobile | USSD push to the customer's phone |
| GET | /payments/{reference} | Get a payment's status |
| GET | /transactions | List recent transactions |
| GET | /balance | Account balance |
| POST | /webhooks/test | Trigger a test webhook event |
BongoPay sends signed POST requests to your callback_url on every status change.
Sign in to view your personalised docs with your live key, or create an account to get started.