Financial infrastructure for Gambian businesses.

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

99.99%
Uptime target
T+0
Settlement on mobile money
<3min
To first payment
pay.jokoor.com /app/transactions
Live
Jokoor Pay transactions dashboard
The whole platform, in motion

Three products. One rhythm.

Payments flow in, receipts go out by SMS, the books reconcile themselves. The whole operation running together, in real time.

Jokoor Pay

Every payment method, one integration.

Wave AfriMoney
QMoney Visa
Mastercard
J
Jokoor SMS

Reach every customer, the moment it matters.

OTP
482 106
Receipt
D 12,500 · Wave
Update
Order is out for delivery
9:41
J
Jokoor
Active now
Payment received.
Thank you!
10:14 AM
Your OTP is 482 106
10:15 AM
Jokoor Books

Books that close themselves at day's end.

J
Invoice
INV-2026-0091
From
Your Business
Banjul, Gambia
To
Kora Ventures
Serrekunda, KMC
Description Qty Amount
Web development 1 D 45,000
Hosting (annual) 1 D 12,000
Domain registration 1 D 2,500
SubtotalD 59,500
Tax (0%)D 0
Total D 59,500
→ Dr. Bank · Cr. Revenue · D 59,500
Receipt matched
Expense logged
One integration

Every payment method your customers expect.

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.

Wave
Mobile money
QMoney
Mobile money
AfriMoney
Mobile money
Visa
Card • GamSwitch
Mastercard
Card • GamSwitch
Bank transfer
Direct
POST /v1/checkout_sessions
// 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);
jokoor-node@latest 200 OK
What you get

Everything needed to run a modern business, locally.

Real-time settlement

Funds reach your account as fast as T+0 on supported networks, with live transaction confirmations via webhook.

Built-in fraud protection

Every payment is screened through risk rules tuned for Gambian commerce, without slowing checkout.

Every major method

Wave, QMoney, AfriMoney, and Visa/Mastercard via GamSwitch, one integration, every payment method.

Developer-first API

REST API, webhooks, client SDKs, and drop-in checkout. Integrate in minutes, not weeks.

Merchant dashboard

Reconcile, refund, and report. A single dashboard for every transaction across every channel.

Team permissions

Invite your finance team, your operations lead, your developers, each with the access they need.

For developers

Ship faster with an API that feels familiar.

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.

  • REST API with predictable JSON responses
  • Signed webhooks for every event
  • Node, PHP, and Python SDKs
  • Hosted checkout and payment links
  • Drop-in WooCommerce and WHMCS plugins
~/merchant-checkout
$ 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.
Malik Khan · CTO, Merchant Technologies

Start accepting payments today.

Create a Jokoor account, add your business details, and accept your first payment in minutes. No monthly fees. No setup costs.