
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
Fast and quick deployment of M-Pesa listeners for B2C, C2B, B2B and Lipa Na Mpesa Online for daraja Daraja.
var demo = require ('mpesa');
demo.b2clistener (); //creates a b2clistener
demo.c2bvalidation (); //creates a validation listener
demo.c2bconfirmation (); //creates a confirmation listener
demo.b2blistener (); //creates a b2b listener
This is a Node.js module available through the npm registry.
Before installing, download and install Node.js. Node.js 0.10 or higher is required.
Installation is done using the
npm install command:
$ npm install mpesa
PROTIP Be sure to be checking for version updates
If you discover a security vulnerability in Express, please see Security Policies and Procedures.
The quickest way to get started with mpesa is to call the require function on [mpesa]
Install the npm first
$ npm install mpesa
Create your .js file (this can be test.js)
var demo = require ('mpesa');
demo.b2clistener (); //creates a b2clistener
demo.c2bvalidation (); //creates a validation listener
demo.c2bconfirmation (); //creates a confirmation listener
demo.b2blistener (); //creates a b2b listener
Run the file using node:
$ node test.js
We make it seemless for developers to integrate using our apis on the daraja platform to allow for easier movement of mobile money (M-Pesa).
The platform that allows users to easily integrate their applications to Mobile money and transforming lives for Kenyans.
The original author of mpesa is Arbaaz Wahid
The current lead maintainer is Safaricom
FAQs
Mpesa npm module for listening to requests
The npm package mpesa receives a total of 4 weekly downloads. As such, mpesa popularity was classified as not popular.
We found that mpesa demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.