Accept Payments Anywhere.
Built for Innovators.

SolozPay provides seamless wallets, dynamic payment links, and powerful APIs to scale your business instantly without the technical headaches.

Open a Free Account Explore Docs

Everything you need to grow

Smart Wallets

Instantly top up, store, and withdraw funds. Secure ledgers ensure every transaction is tracked with pinpoint accuracy and transparent fees.

Payment Links

Getting paid is as simple as sharing a link. Generate dynamic checkout pages instantly via dashboard or API to send to your customers.

Developer APIs

Designed by developers, for developers. Generate unique Secret and Public API keys to integrate custom checkouts directly into your applications.

Integrate with just a few lines of code

Our RESTful API abstracts the complexity of payment gateways. Generate a dynamic checkout session instantly and let SolozPay handle the heavy lifting of security, webhooks, and routing.


curl -X POST https://pay.soloztechnologies.com/api/checkout_api.php \ -H "Authorization: Bearer SK_YOUR_SECRET_KEY" \ -H "Content-Type: application/json" \ -d '{ "amount": 50000, "currency": "UGX", "customer_email": "user@example.com", "callback_url": "https://your-site.com/webhook" }'