-
# Extracting Safaricom MPESA B2C API Certificates – Muya's Blog
[mostly code] musings of a software developer from nairobi 🇰🇪 | learning
[https://blog.muya.co.ke/extract-safaricom-mpesa-b2c-api-…
-
Use this API to generate a Dynamic QR which enables Safaricom M-PESA customers who have My Safaricom App or M-PESA app, to scan a QR (Quick Response) code, to capture till number and amount then autho…
-
Safaricom does not seem to provide a way to test one's integration. Some kind of sandbox or test account would be nice. So how does one make sure they are using the API correctly?
-
Hi Guys,
Please assist try resolve the below issue and error am facing on my Android App when implementing the STK Push onto it.
Getting below error see logs:
D/OkHttp: --> POST https://sandbox.…
-
# Developer's Guide to the MPESA B2C API – Muya's Blog
[mostly code] musings of a software developer from nairobi 🇰🇪 | learning
[https://blog.muya.co.ke/safaricom-mpesa-b2c-api-developer-guide/]…
-
To make an API call to mpesa api, you will need to authenticate your app. Safaricom have provided an OAuth API for you to generate an access token, it supports client_credentials grant type. To author…
-
I am interacting with lipa na M-pesa online endpoint, https://sandbox.safaricom.co.ke/mpesa/stkpush/v1/processrequest. I am experiencing an issues where sometimes I get response at my callback url but…
-
**Describe the bug**
When trying to use the LipaNaMpesaOnline api, I keep getting 404 error with the message Unable to identify proxy for host: secure and url: /mpesa/stkpush/v1/processrequest
**T…
-
### Feature Description
Implement [Mpesa ](https://en.wikipedia.org/wiki/M-Pesa)as a Possible Gateway.
https://www.safaricom.co.ke/personal/m-pesa
Api docs: https://developer.safaricom.co.ke/
…
-
There is a misleading comment in the mpesa class . The comment says that the function should be called for a B2C transaction while the actual function is a c2b.
/**
* Use this functio…