Wallets, transfers, and escrow — with one API. Bring your own Stripe & Monime keys, or let us handle everything end to end.

Choose the level of control that fits your business. Switch anytime — no migration, no downtime.
Sign up, get your API key, and start accepting payments in minutes. No Stripe or Monime account needed — we process payments, handle compliance, and pay you out automatically.
Already have Stripe or Monime accounts? Bring your own keys and use HostPay as your wallet and transaction layer. You keep full control of your payment provider relationship.
Both options include wallets, transfers, escrow, fee management, and full API access.
A complete payment platform — from wallets to escrow — built for African businesses.
Multi-currency wallets with instant transfers and real-time balance updates. Hold, move, and reconcile money across every account from one ledger.
Accept cards, mobile money, and bank transfers with instant settlement and a single, predictable fee structure.
Hold funds securely until conditions are met, then release automatically.
Seamless integration with Orange Money, Africell Money, and more.
Encryption in transit, hashed API secrets, HMAC-signed webhooks, and wallet audit logs.
Developer-friendly APIs with comprehensive docs. Start accepting payments with just a few lines of code.
// Create a user with the HostPay API const res = await fetch( 'https://hpay-api.host-sl.com/api/v1/users/', { method: 'POST', headers: { 'api-key': process.env.HOSTPAY_API_KEY, 'secret-key': process.env.HOSTPAY_SECRET_KEY, 'Content-Type': 'application/json', }, body: JSON.stringify({ name: 'Aminata Koroma', email: 'aminata@example.com', phone_number: '+23279000000', }), }); const user = await res.json();
No setup fees. No monthly fees. Pay only for what you process.
We handle payment processing, compliance, and payouts. You just build your app.
Bring your own Stripe & Monime keys. Pay only for the wallet infrastructure.
Create an account, get test keys, and build your integration today — wallets, transfers, and escrow with one API.