POST whenever a subscribed event changes state.
Supported events
Requirements
- Your endpoint must accept
POSTrequests. - Your endpoint must use HTTPS.
- Your endpoint should respond with HTTP
200or201quickly. - Your handler should be idempotent because events can be retried or replayed.
- Use the
challengevalue in the payload to verify the request came from KulmiPay.
Payload shape
KulmiPay posts the event resource directly to your endpoint and adds the configuredchallenge value to the JSON body. The webhook event log stores the event topic, but the merchant endpoint receives the event payload itself.
Next steps
How to Setup Webhook
Configure your endpoint and verify incoming events.
Payment Collection Events
Handle M-Pesa and PesaLink collection updates.
Send Money Events
Handle Send Money file status changes.
Wallet Intra-Transfer Events
Handle wallet transfer updates.
