Kwik Nkap API
Developer platformEvery Kwik Nkap superpower, as an API.
A single payments gateway for builders — collect Mobile Money, generate payment links and QR codes, issue invoices and reconcile every franc, straight from your own product. MTN MoMo and Orange Money, one integration.
- Collections & payouts
- Payment links & QR codes
- Invoices & reconciliation
- Webhooks & a clean REST API
# Create a payment link
POST /v1/payment-links
{
"amount": 25000,
"currency": "XAF",
"channel": "mobile_money"
}
201 Created
{
"url": "https://pay.kwiknkap.com/767091",
"status": "pending"
}