For Developers

JT Payment Gateway

A developer-first payment API built for scale. Integrate mobile money and card payments into your application with just a few lines of code. Enterprise-grade reliability, startup-friendly pricing.

Enterprise-grade Security
99.99% Uptime
<500ms Response
payment.ts
// Initialize the just-tap client
import { JustTap } from '@just-tap/sdk'
// Create a payment
const payment = await jt.payments.create({
amount: 25000, // K250.00 in tambala
currency: 'ZMW',
method: 'mobile_money',
phone: '+260971234567',
description: 'Order #1234'
})
console.log(payment.id)
// => 'pay_1234567890abcdef'
200 OK124ms
{
  "id": "pay_1234...",
  "status": "pending"
}

API FEATURES

BUILT FOR DEVELOPERS

Everything you need to integrate payments into your application. Clean APIs, comprehensive documentation, and world-class developer experience.

RESTful API

Clean, well-documented REST API with predictable resource-oriented URLs. JSON request and response bodies.

Webhooks

Real-time event notifications for payment status changes, refunds, and settlements. Retry logic included.

SDKs & Libraries

Official SDKs for Node.js, Python, PHP, and more. Get started in minutes with your preferred language.

Multi-wallet

Separate wallets for different use cases. Manage funds efficiently across multiple channels.

Enterprise-grade Security

A platform you can trust. We handle the security so you can focus on building your product.

Idempotent Requests

Safe retry logic with idempotency keys. Never worry about duplicate charges from network issues.

Developer integrating just-tap payment gateway
SDKs Available
Node.js, Python, PHP

DEVELOPER EXPERIENCE

GO LIVE IN HOURS

Our API is designed to get you up and running quickly. With comprehensive documentation, sandbox environments, and responsive support, you can start processing payments faster than ever.

  • Sandbox environment for testing
  • Comprehensive API documentation
  • Webhook notifications for real-time updates
  • Dedicated developer support via Slack

API REFERENCE

SIMPLE & PREDICTABLE

Our REST API uses standard HTTP response codes, authentication, and verbs. All responses are returned in JSON format.

POST/v1/payments
GET/v1/payments/:id
GET/v1/settlements
webhook-payload.json
{
"event": "payment.completed",
"data": {
"id": "pay_1234567890",
"amount": 25000,
"currency": "ZMW",
"status": "completed",
"provider": "mtn_momo",
"reference": "Order #1234"
},
"created_at": "2024-01-15T10:30:00Z"
}

Real-time Webhooks

Receive instant notifications for all payment events

USE CASES

BUILT FOR ANY BUSINESS

E-commerce Platforms

Embed payments directly into your online store. Support for one-time purchases and subscriptions.

SaaS Applications

Bill your customers automatically with recurring payments, usage-based billing, and invoicing.

Marketplaces

Split payments between multiple parties. Perfect for multi-vendor platforms and gig economy apps.

Mobile Apps

Native mobile SDKs for iOS and Android. Seamless in-app payment experiences.

WHY CHOOSE OUR GATEWAY

RELIABILITY MEETS SIMPLICITY

Whether you're processing your first payment or your millionth, our infrastructure scales with you. No surprises, no hidden fees, just reliable payments.

  • 99.99% uptime SLA guarantee
  • Average API response time under 500ms
  • Sandbox environment for testing
  • Dedicated technical support
  • Comprehensive API documentation
99.99%
Uptime SLA
<500ms
API Response
24/7
Support
T+1
Settlement

MNO Fees

Mobile Network Operator Fees

These fees are charged by the mobile network operators (MNOs) and are passed through to you at cost. They are in addition to the just-tap platform fee of 2%.

Transaction BandAirtel MoneyMTN MoMoZamtel Kwacha
K1 – K150K0.74K0.42K0.42
K151 – K300K1.30K0.80K0.80
K301 – K500K1.60K0.90K0.90
K501 – K1,000K3.00K1.00K1.00
K1,001 – K3,000K6.00K2.20K2.00
K3,001 – K5,000K10.50K3.00K3.00
K5,001 – K10,000K12.00K5.00K4.00

Transaction Limit

All transactions above K10,000 are blocked and will not be processed through the JT Payment Gateway regardless of MNO or channel.

just-tap Fee

2%

Per transaction

Settlement

T+1

Next business day

Monthly Fee

K0

No hidden charges

READY TO INTEGRATE?

Get your API keys today and start accepting payments in minutes. Our team is here to help you every step of the way.