Skip to main content

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.

Python 3.12+ License: Apache 2.0 Build Status

PyPI version Downloads

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


Security Best Practices

  1. Never commit credentials to version control
  2. Use environment variables for sensitive data
  3. Implement webhook validation for callbacks
  4. Log transactions for audit trails
  5. Monitor rate limits and implement backoff strategies
  6. 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


🙏 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

⭐ Star this repo | 🐛 Report Issue | 💡 Request Feature

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mpesakit-2.0.3.tar.gz (54.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

mpesakit-2.0.3-py3-none-any.whl (89.3 kB view details)

Uploaded Python 3

File details

Details for the file mpesakit-2.0.3.tar.gz.

File metadata

  • Download URL: mpesakit-2.0.3.tar.gz
  • Upload date:
  • Size: 54.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: python-httpx/0.28.1

File hashes

Hashes for mpesakit-2.0.3.tar.gz
Algorithm Hash digest
SHA256 8635db82939b4e2ba0434074b6bb6fb2dc71150d65d62a5ba4bc480ee35c33d7
MD5 4f40813858348d8d0af89ed4f3d81d72
BLAKE2b-256 378bdbc431b72c0c7df31fc38962cca26580cdcc21f0ed353f148deb16bc3035

See more details on using hashes here.

File details

Details for the file mpesakit-2.0.3-py3-none-any.whl.

File metadata

  • Download URL: mpesakit-2.0.3-py3-none-any.whl
  • Upload date:
  • Size: 89.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: python-httpx/0.28.1

File hashes

Hashes for mpesakit-2.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 48e71c7ea6ecce5be5c06a5b9224b6e87d3280990f37dc30c7ea249c0bd47683
MD5 7a920db7dc66db20528ede39b088af52
BLAKE2b-256 7fbcf5d35233a3a377d6330a52ffbdecc5934f4043f4963f5240689046b1ae64

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page