Accept every major payment method, reach customers by SMS, and keep your books in order. One platform, built locally, priced fairly.

Each Jokoor product is a first-class tool on its own. Use them together and the whole business works like one system, one login, one merchant account, one support team.
Every major payment method in The Gambia, mobile money, card, bank transfer through a single API, hosted checkout, or no-code payment link.
Bulk SMS, one-to-one messaging, campaigns, OTPs, and delivery receipts, priced per message with volume discounts.
Professional invoicing, expense tracking, double-entry accounting, and clean financial reports, without needing an accountant to set it up.
Payments flow in, receipts go out by SMS, the books reconcile themselves. The whole operation running together, in real time.

Merchants shouldn't have to wire up Wave, QMoney, AfriMoney, and card processing one at a time. Jokoor Pay aggregates them behind a single integration, with a single settlement flow and a single dashboard.
// Create a checkout session, any payment method. const session = await jokoor.checkout.sessions.create({ amount: 500_00, // D500.00, stored in minor units currency: "GMD", methods: ["wave", "qmoney", "afrimoney", "card"], customer: { phone: "+220 31 23 456" }, success_url: "https://merchant.gm/thanks", }); // Redirect your customer. That's it. return redirect(session.url);
Funds reach your account as fast as T+0 on supported networks, with live transaction confirmations via webhook.
Every payment is screened through risk rules tuned for Gambian commerce, without slowing checkout.
Wave, QMoney, AfriMoney, and Visa/Mastercard via GamSwitch, one integration, every payment method.
REST API, webhooks, client SDKs, and drop-in checkout. Integrate in minutes, not weeks.
Reconcile, refund, and report. A single dashboard for every transaction across every channel.
Invite your finance team, your operations lead, your developers, each with the access they need.
Clean REST endpoints, idempotency keys, webhooks, and first-party SDKs. If you've integrated a modern payment gateway before, you already know how Jokoor works.
$ curl https://api.jokoor.com/v1/payments \ -u sk_live_***: \ -d amount=50000 \ -d currency=GMD \ -d method=wave { "id": "pi_01HXW9...", "amount": 50000, "currency": "GMD", "status": "succeeded", "method": "wave", "created": 1714380000 }
We replaced three separate integrations with Jokoor in an afternoon. Settlement is faster, reconciliation is automatic, and our team has one dashboard instead of four.
Create a Jokoor account, add your business details, and accept your first payment in minutes. No monthly fees. No setup costs.