Helping West African ventures sell online
lomi. is an open-source payment processing platform that integrates multiple payment service providers and provides a seamless experience for merchants and their customers across West Africa and beyond. Our platform simplifies product, services, usage, and subscription billing while ensuring the highest levels of security, reliability, and compliance.
We are progressively open-sourcing the entire project:
-
Currently open-source:
- Website and documentation: apps/docs
- CLI: apps/cli
- APIs: apps/api
- SDKs: apps/sdks
- Boilerplate (Next.js x Sanity): apps/events
-
Opening soon:
- Merchant dashboard: apps/dashboard
- Shopify extension: apps/shopify
-
Proprietary:
- Admin dashboard: apps/admin
All open-source repositories will be merged into the monorepo in the coming months.
lomi. integrates with the SPI, the official Central Bank-backed payment interoperability platform. With lomi., you can accept payments across 8 UEMOA countries (Benin, Burkina Faso, Côte d'Ivoire, Guinea-Bissau, Mali, Niger, Senegal, Togo). Our platform enables Bank-to-Bank, Bank-to-Wallet, Wallet-to-Bank, and Wallet-to-Wallet transactions through our suite of APIs.
The platform provides instant payment confirmation and settlement, allowing you to send payments using SHID, MCOD, or MBNO aliases without ever sharing account numbers. We offer native support for the West African CFA Franc (XOF).
For fellow fintechs, we built an SDK around this infrastructure: @lomi/pi-spi-sdk - a community TypeScript SDK for the PI-SPI Business API (apps/pi-spi-sdk).
For merchants operating outside UEMOA, lomi. is built on Stripe to enable international payments, including cards and cryptocurrencies.
For comprehensive documentation, visit docs.lomi.africa
This project is dual-licensed:
-
The majority of the codebase is licensed under the GNU Affero General Public License v3.0 (AGPL-3.0). This means you can freely use, modify, and distribute this code while ensuring that any modifications you make are also open-source.
-
Certain files marked with
/* @proprietary license */are under lomi.africa's LLC Commercial License. These files require a valid commercial license from lomi. for production use.
See the LICENSE file for the complete terms of both licenses.
We welcome contributions to lomi.! This document outlines how to submit changes and which conventions to follow.
You should be familiar with GitHub issues and pull requests, have read our documentation, and have already set up your local instance with git clone https://github.com/lomiafrica/lomi./ or via npx install lomi.cli.
-
Issues First: Before working on a change, make sure there's an issue for it. Find an existing issue or open a new one.
-
Fork & Branch: Fork the repository and create a branch from
developwith a descriptive prefix:fix/for bug fixesfeat/for featuresdocs/for documentation changes
-
Make changes: Keep your commits small and focused and ensure that your contribution doesn't modify files marked with `/* @proprietary license *
-
Submit PR: Open a pull request against the
developbranch. Include a clear description following the What-Why-How-Testing structure. -
Code review: A team member will review your PR within a few hours/days.
For detailed contribution guidelines, please see our CONTRIBUTING.md.
Join our community Discord for discussions and help, follow @lomiafrica on Twitter for updates, or connect with us on Slack. Submit issues on GitHub for bug reports and feature requests, or contact us directly at [email protected].
For security vulnerabilities, please follow our Security Policy. Please do not report security vulnerabilities through public GitHub issues.
