Payment Gateway Quickstart — Accept Payments in 10 Minutes

Accept your first payment in 10 minutes with Kang Open Banking Payment Gateway. Mobile money, cards, and bank transfers in Cameroon and CEMAC.

10-Minute Integration Guide

Start accepting payments in Cameroon and the CEMAC region with minimal code.

Step 1: Create a Payment Intent

curl -X POST https://YOUR_PROJECT.supabase.co/functions/v1/gateway-charges-router \
  -H "Authorization: Bearer sk_test_kob_sandbox_demo_key_2024" \
  -H "Content-Type: application/json" \
  -d '{"amount":10000,"currency":"XAF","description":"Test charge"}'

Step 2: Handle the Payment Method

Support mobile money (MTN MoMo, Orange Money), Visa/Mastercard with 3D-Secure, and direct bank transfers.

Step 3: Verify via Webhook

Configure your webhook endpoint and verify signatures using HMAC-SHA256.

Supported Payment Methods

MethodMin Amount (XAF)Max Amount (XAF)Settlement
MTN MoMo1005,000,000T+1
Orange Money1003,000,000T+1
Visa/Mastercard50010,000,000T+2
Bank Transfer1,00050,000,000T+1