A Python SDK for integrating with M-Pesa APIs
Project description
mpesakit
⚡ Effortless M-Pesa integration using Safaricom's Daraja API — built for developers, by developers.
The Problem
Integrating Safaricom's M-Pesa Daraja API directly is notoriously complex:
- Confusing and inconsistent documentation
- Manual handling of OAuth2 tokens and security credentials
- Complex encryption and certificate management
- Different endpoints for sandbox vs production environments
- STK Push, C2B, B2C, balance — all feel like separate APIs
- Time-consuming setup that delays your time-to-market
For many developers and startups, this becomes a huge barrier to adopting M-Pesa payments in Kenya and beyond.
The Solution
mpesakit eliminates the complexity with a clean, developer-friendly Python SDK that:
- Zero-config setup — just add your credentials and go
- Handles authentication automatically — OAuth2, tokens, and security
- Seamless environment switching — sandbox ↔ production with one parameter
- Pythonic interface — clean methods that feel natural to Python developers
- Batteries included — everything you need for M-Pesa integration
- Production-ready — end goal is to be used by startups and enterprises across Kenya
Supported Features
| Feature | Status | Description |
|---|---|---|
| STK Push (Lipa na M-Pesa) | Ready | Initiate customer payment prompts (mpesa-express/stk-push.mdx) |
| STK Query | Ready | Query STK push/payment status (mpesa-express/stk-query.mdx) |
| C2B Payments | Ready | Customer-to-Business payments (c2b.mdx) |
| B2C Payments | Ready | Business-to-Customer payouts (b2c.mdx) |
| B2C Account Top-up | Ready | Account top-up flows for B2C (b2c-account-top-up.mdx) |
| Business Paybill | Ready | Paybill integrations for business collections (business-paybill.mdx) |
| Business BuyGoods | Ready | Till/BuyGoods integrations (business-buygoods.mdx) |
| Token Management / Auth | Ready | Automatic OAuth2 handling and auth utilities (auth.mdx) |
| Account Balance | Ready | Check account balances (account-balance.mdx) |
| Transaction Reversal | Ready | Reverse transactions (reversal.mdx) |
| Transaction Status | Ready | Query transaction status (transaction-status.mdx) |
| Dynamic QR | Ready | Generate and manage dynamic QR payments (dynamic-qr.mdx) |
| Tax Remittance | Ready | Tax remittance flows and docs (tax-remittance.mdx) |
Built on top of Arlus/mpesa-py with ❤️ — modernized, cleaned up, and restructured for today's developer needs.
Quick Start
Installation (already here :) )
pip install mpesakit
📖 Complete Setup Guide
- For the complete setup guide kindly check the documentation at: https://mpesakit.dev
Security Best Practices
- Never commit credentials to version control
- Use environment variables for sensitive data
- Implement webhook validation for callbacks
- Log transactions for audit trails
- Monitor rate limits and implement backoff strategies
- Use HTTPS for all callback URLs
🤝 Contributing
We welcome contributions from the community! Here's how you can help:
Ways to Contribute
- 🐛 Report bugs via GitHub Issues
- 💡 Suggest features for the roadmap
- 📖 Improve documentation and examples
- 🔧 Submit pull requests with fixes/features
- ⭐ Star the repo to show support
Development Setup
# Clone the repository
git clone https://github.com/rafaeljohn9/mpesakit.git
cd mpesakit
# Create virtual environment
python -m venv venv
source venv/bin/activate # On Windows: venv\Scripts\activate
# Install in development mode
pip install -e ".[dev]"
# Run tests
pytest tests/unit
Code Standards
- Follow PEP 8 style guidelines
- Include type hints where appropriate
- Write comprehensive tests for new features
- Update documentation for any API changes
📞 Support & Community
- 📖 Documentation: [Full API docs coming soon]
- 🐛 Issues: GitHub Issues
- 💬 Discussions: GitHub Discussions
- 📧 Email: johnmkagunda@gmail.com
🙏 Attribution & Thanks
This project began as a fork of the fantastic Arlus/mpesa-py by @Arlus.
What we've added:
- Modular architecture for better maintainability
- Developer-first design with intuitive APIs
- Comprehensive testing suite
- Better documentation and examples
- Production-ready features and error handling
Special thanks to the original contributors and the broader Python community in Kenya.
📄 License
Licensed under the Apache 2.0 License — free for commercial and private use.
Made with ❤️ for the Kenyan developer community
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mpesakit-2.1.0.tar.gz.
File metadata
- Download URL: mpesakit-2.1.0.tar.gz
- Upload date:
- Size: 57.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: Hatch/1.16.2 cpython/3.12.12 HTTPX/0.28.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f1aa63c5e6a515c8df6fceb6c907a0077d9ec7475a207d0d78e7bd21b05ae12e
|
|
| MD5 |
022e1a124a9195f2f55015e7a641f57d
|
|
| BLAKE2b-256 |
6b6799be4759c0b2f302ad91cea20125747b7657d6832ee813b5f8cda53df4eb
|
File details
Details for the file mpesakit-2.1.0-py3-none-any.whl.
File metadata
- Download URL: mpesakit-2.1.0-py3-none-any.whl
- Upload date:
- Size: 92.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: Hatch/1.16.2 cpython/3.12.12 HTTPX/0.28.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fe414d6ef96fc5fa79554d4a378c4011208c0d5b749f40a994280baa1a6d1f9e
|
|
| MD5 |
ba930b8a65e942afddd6799bd6b9dd9e
|
|
| BLAKE2b-256 |
2a777f31a8886fe77d5365c52d559abdeb3db98b5cc1ed6f91fe957a225513f3
|