M-Pesa is a Mobile phone-based money transfer system. Use this tag for questions related to programmatically integrating your applications into that system. Questions related to using this system are better suited for money.stackexchange.com
Questions tagged [mpesa]
37 questions
0
votes
4 answers
Getting the authorization token in mpesa api using NodeJS
When getting the access_token from the mpesa API using nodejs, you run code like below
var request = require('request'),
consumer_key = "YOUR_APP_CONSUMER_KEY",
consumer_secret = "YOUR_APP_CONSUMER_SECRET",
url =…

Timothy
- 1
0
votes
1 answer
Is there any android/iOS SDK for M-Pesa payment gateway?
I am searching M-Pesa Android/iOS SDK. If have, can anyone give me this SDK and if no, can anyone please explain the procedure to implement M-Pesa payment gateway in Android/iOS?

Bijoy Debnath
- 41
- 1
- 2
- 6
0
votes
1 answer
m-Pesa STKPush Request throws an error "update failed9"
Folks, hope you all doing good.
I'm working on a project in PHP in which we have to integrate m-Pesa as payment gateway. I don't know how and why but "Lipa Na M-Pesa Online Payment"
this API when called it gives an error
update failed9
in Sim…

Ghost The Punisher
- 799
- 6
- 19
0
votes
2 answers
I want to Integrate Mpesa API with a django website
I am trying to integrate mpesa to a django website where a user completes filling a form then proceeds to pay for the service to be offered using lipa na mpesa before proceeding with the next step.

Jan Ndungu
- 175
- 1
- 3
- 11
0
votes
3 answers
How to hash and encode mpesa passcode in java
I am trying to dynamically generate a password to be sent with each api request to mpesa apis. According to documentation I need to first concatenate the provided passkey with timestamp and merchant id and then do a sha256 to get a hashed password…

Japheth Ongeri - inkalimeva
- 4,909
- 6
- 29
- 46
0
votes
3 answers
Intergrating Mobile Money like Mpesa and AirtelMoney with Android App
In Kenya and now spreading to Africa and the rest of the world we have an amazing way of sending and receiving money via cellphones coined mobile money. Two leading service providers Safaricom and Airtel have their mobile money platforms namely…
user7117291
-1
votes
1 answer
I have integrate mpesa to nodejs code but RSA Encryption is not working me
Here is the reference link of code
https://developer.mpesa.vm.co.mz/documentation/#restfull-api
generate the encrypted authorization Bearer from the API Key and the Public Key
import javax.crypto.Cipher;
import java.security.KeyFactory;
import…

Nikhilesh Agrawal
- 223
- 1
- 6