-
1. We send text SMS to users with wc order number and our paybill number. When they make payment, we receive the cash in MPESA, but the osenco plugin does not automatically reconcile this C2B offline …
-
# 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-…
-
Method:
```
Future mPesaPaymentInAction() async {
dynamic resultss;
print("mpesa in action!");
try {
Mpesa mpesa = Mpesa(
clientKey: myClientKey, //
clien…
-
-
Hi Lemaiyan. Thanks alot for coming up with Mpesa APIs project. You can kindly add more content on how to call the Mpesa API.
Thanks in advance
-
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…
-
# 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/]…
-
I am new to PHP API intergration.How do I prepare an interface for the check out of this API.
And how do I organise my database to suit the needs of my project
-
Warning: include_once(../vendor/autoload.php): failed to open stream: No such file or directory in /var/www/html/mpesa/src/Mpesa.php on line 10
I get this error message whenever I am trying to use …
-
Hello dear,
When are you planning on updating this API for Congolese market? MPESA DR Congo
Thanks