-
TRANSACTION RESULT: {requestId: null, errorCode: 400.002.02, errorMessage: Bad Request - Threat Detected}
this is the response with the error
-
I configured everything as guided and it worked. Then I come the next day and rerun the code without changing anything and I get the:
```{ "requestId":"5115-78674050-1", "errorCode": "404.001.03", "…
-
Do you have any instructions for this? Does it work?
nkwsy updated
8 years ago
-
Hi Felix,
Hope you are keeping well.
I am trying to test your Arduino Library on ESP32 module.
It connect to the Wifi the access token seems to work cause if I change the consumer_key , pass_key or…
-
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…
-
I've followed the documentation for the `AccountBalance` but keep ending up with the same message, that the Initiator information is invalid. I'm assuming this could be one of two possibilites, either…
-
I am interacting with the Mpesa Api test endpoint i.e https://sandbox.safaricom.co.ke/mpesa/b2b/v1/paymentrequest for B2B request. I am still not getting any data at my callback server. Do you send re…
-
I am getting below response:
{
"requestId":"10219-2484793-1",
"errorCode": "404.001.03",
"errorMessage": "Invalid Access Token"
}
Kindly assist.
-
I am having difficulty on this any help....any help please
-
Hello Team,
I am trying to access use the mpesa-api to make the request of authorization but gives me a 400 status invalid credentials unAuthorized error.I am trying to confirm the link in the docume…