SDKs
SDKs Overview
Official lomi. SDKs to integrate payments in your preferred language.
lomi. SDKs
Official SDKs for lomi.. payments API. Choose the SDK that matches your tech stack and start accepting payments in minutes.
Quick installation
| Language | Package | Installation |
|---|---|---|
| TypeScript | @lomi./sdk | npm install @lomi./sdk |
| Embed | @lomi./embed | npm install @lomi./embed |
| Python | lomi-sdk | pip install lomi-sdk |
| Go | lomi-go-sdk | go get github.com/lomiafrica/lomi-go-sdk |
| PHP | lomi/lomi-sdk | Via Composer (see below) |
The curated TypeScript client is generated from the public merchant OpenAPI contract plus a strict _expected-public-operations.json allowlist. Other SDKs mirror the same endpoints but may diverge stylistically, always defer to openapi.json for truth.
Available services
All SDKs provide access to these API services:
| Service | Description |
|---|---|
customers | Create and manage customers |
checkoutSessions | Create hosted checkout pages |
transactions | View transaction history |
paymentLinks | Generate shareable payment links |
paymentRequests | Request payments from customers |
products | Manage your product catalog |
prices | Configure product pricing |
subscriptions | Recurring billing management |
refunds | Process refunds |
discountCoupons | Create and manage coupons |
payouts | Withdraw (self) or pay beneficiaries |
charges | Wave, MTN, and embedded card charges |
webhooks | Configure webhook endpoints |
webhookDeliveryLogs | Debug webhook deliveries |
organizations | Organization details and metrics |
merchants | Merchant profile and revenue reads |
providers | Enabled payment providers |
Choose your SDK
TypeScript
For Node.js, Deno, and browser applications
Embed checkout
Iframe modal and inline checkout on your site
Python
For Django, Flask, FastAPI, and scripts
Go
For Go web services and microservices
PHP
For Laravel, Symfony, and WordPress
Requirements
| SDK | Minimum version |
|---|---|
| TypeScript | Node.js 18+ |
| Python | Python 3.9+ |
| Go | Go 1.18+ |
| PHP | PHP 8.0+ |
Need help?
- Email: hello@lomi.africa
- Discord: Join our community
- GitHub: lomiafrica/lomi.