-
# 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 using b2c api. my request gests succsess but i am not getting call back url
my request response is
{
"ConversationID": "AG_20180320_000079651564296dd839",
"Originato…
-
Update Chowder to use the new Safaricom M-Pesa REST APIs. I'll try finish this by the end of the year, but it's not 100% certain. You can find more documentation [here](https://developer.safaricom.co.…
-
why do I get this error, Am testing because I want to move into production
{
"requestId": "1494-250373-3",
"errorCode": "500.001.1001",
"errorMessage": "[MerchantValidate] - Wrong cred…
-
Hi Dev team,
First things first, thanks for sharing such a valuable tool with us for free. I truly appreciate it.
Now, I was trying to setup an stk push for a client using your plugin but I am …
-
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?
-
Is there a way to pass some value when initializing transactions and the same value will be return as callback values?
e.g
return [
‘invoice’ : ‘inv100837’
];
and the callback value will b…
-
### Background information
__IMPORTANT: If you choose to ignore this issue report template, your issue will be closed as we cannot help without the requested information.__
Please make sure you …
-
$payment_url = LaravelCryptoPaymentGateway::startPaymentSession([
'amount' => 0.0000001, // OR 'amount' when sending BTC value
'orderID' => 1,
'userID' => Auth::user()…
-
I am getting below response:
{
"requestId":"10219-2484793-1",
"errorCode": "404.001.03",
"errorMessage": "Invalid Access Token"
}
Kindly assist.