-
Using demo credentials.
Iframe returns this following content.
>
> Sorry, an error occurred while processing your request. We are working to fix it
> as soon as we can.
Full html returned …
odeke updated
4 years ago
-
I'm getting the error above in production when using the Account Balance API and the B2C. Could it be an error when generating the security credential coz everything else works.
Here's an example of …
-
Hi everyone, So am trying to make an STK push in adnroid app using java and I get the following error:
```
{
"requestId":"19072-295731-1",
"errorCode": "400.002.02",
"errorMessage": "Bad Reques…
ochom updated
4 years ago
-
I am using magento 2. 2.5 installation for this and there is a required field called Mpesa Request Url.. What should we fill here?
Thanks in advance
-
This feature enables the app to make POST requests to the back-end API endpoint. The request is of multipart/form-data and contains the pdf file (MPESA Statement). Upon extracting data from the pdf, t…
-
**Problem Description**
Currently Mpesa API responses are returned as JSON strings by MpesaLib and left for the end user to deserialize into their own objects. This requires the developer to know the…
-
string credential = "pass".ToMpesaSecurityCredential();
var result = await mpesaclient.B2CAsync("initiatorUsername", credential,…….);
How do we rectify the problem?
regards,
Vincent
-
Code:
AndroidDriver androidDriver = new AndroidDriver(new URL(serverURL), capabilities);
androidDriver.execute("mobile: startLogsBroadcast");
Method threw '**org.openqa.selenium.UnsupportedComman…
-
I'm trying to integrate a payment method that is not yet supported by django-payment. Service providers (Mpesa) have an api on their developers portal and I can/have managed to correctly configure it …
-
When running the app on `Django 2` it throws the error below
```
File "/usr/src/app/config/urls.py", line 21, in
url(r'^mpesa/', include('mpesa_api.core.urls', 'mpesa')),
File "/usr/local/l…