Core Operations
Deposits
Collect mobile money, bank, and card payments from users.
Payouts
Disburse funds to mobile money wallets and bank accounts.
Onramp
Accept fiat and deliver crypto to a wallet address.
Offramp
Accept crypto and disburse fiat via mobile money or bank transfer.
Webhooks
Receive real-time transaction status updates.
Getting Started
Access the dashboard
Log in to integrator.kotanipay.com. First-time users can set a password using the Forgot Password flow via OTP.
Get your API key
Call
POST /auth/login with your email to receive a magic link. Click it to get a JWT, then call GET /auth/api-key to generate your API key.API key guide →Make your first API call
Send requests to the sandbox URL with your API key in the
Authorization: Bearer header.Quickstart →Environments
| Environment | Base URL |
|---|---|
| Sandbox | https://sandbox-api.kotanipay.io |
| Production | https://api.kotanipay.io |
Try It Now
Quick Start Guide
Get up and running with the Kotani Pay API in minutes.
Run in Postman
Fork the full API collection with pre-configured environments.