-
Hello Edwin, seems the Mpesa Client Nuget Package was published Finally.
But here are a few changes
We have two links, one is
https://www.nuget.org/packages/MpesaClient/1.0.0-build
and the…
-
### 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/
…
-
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 …
-
# Description
When I try to make any payment method like Card or Mpesa I get this error.
**No Payment Method Available at the moment. Please reach out to support**
## Reproduces how often
Thi…
-
Hi @dennohpeter. The current version of `mpesa` you are using, `0.4.2`, is very outdated.
I recommend using a `git` version as I am preparing to release `v1-beta` very soon to crates.io:
```toml…
c12i updated
9 months ago
-
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…
-
Testing Mpesa payments, I realized that Mpesa error responses are not being caught, to display error response in the app.
An Mpesa error may arise from
1. Wrong Mpesa account no
2. Insufficient …
-
Viva,
tentei fazer o setup do paymentsds usando o python package e tive o seguinte error:
`from paymentsds.mpesa import Client
File "/home/josemachava/paymentds/venv/local/lib/python3.6/site-…
-
Method:
```
Future mPesaPaymentInAction() async {
dynamic resultss;
print("mpesa in action!");
try {
Mpesa mpesa = Mpesa(
clientKey: myClientKey, //
clien…
-
Would be great if there was a way to set the environment configs on every request, like load the required values from a database before calling e.g. like
//Example
`$mpesa->setConfigs( [
MPESA_CON…