Mobile Money Verification
Verify M-Pesa paybill numbers, till numbers, and agents in Kenya.
Supported types
| Type | Endpoint | Description |
|---|---|---|
| Lipa Na M-Pesa | POST /verify/lipa-na-mpesa |
Verify a paybill or till number |
| M-Pesa Agent | POST /verify/mpesa-agent |
Verify an M-Pesa agent by agent code |
Authentication
Mobile money verification endpoints use an API key in the X-API-Key header. Verification POST requests also require an Idempotency-Key header.
-H "X-API-Key: YOUR_API_KEY"
-H "Idempotency-Key: YOUR_IDEMPOTENCY_KEY"
See API Keys to generate one.
Next steps
- Lipa Na M-Pesa โ verify paybill and till numbers
- M-Pesa Agent โ verify M-Pesa agents
- Async Verification โ receive results via webhook
