https://github.com/fbiego/stkhandler
Receive transaction data after an MPESA STK push request
https://github.com/fbiego/stkhandler
Last synced: about 2 months ago
JSON representation
Receive transaction data after an MPESA STK push request
- Host: GitHub
- URL: https://github.com/fbiego/stkhandler
- Owner: fbiego
- Created: 2021-06-26T10:12:10.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-02-19T20:12:47.000Z (over 1 year ago)
- Last Synced: 2025-03-31T10:04:48.102Z (3 months ago)
- Language: PHP
- Size: 9.77 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# stkHandler
Receive transaction data after an MPESA STK push request## Demo
- Set you callback url as `https://iot.fbiego.com/api/v1/mpesa/callback`
- After the STK push, check you transaction status by passing the merchant or checkout code using '?query='
> [`https://iot.fbiego.com/api/v1/mpesa/check?query=34030-114560969-1`](https://iot.fbiego.com/api/v1/mpesa/check?query=34030-114560969-1)
> [`https://iot.fbiego.com/api/v1/mpesa/check?query=64440-12873231-1`](https://iot.fbiego.com/api/v1/mpesa/check?query=64440-12873231-1)