REST API
Predictable JSON over HTTPS, with clear errors and idempotency.
For Developers
A simple, well-documented REST API. Sandbox, SDKs and CMS plugins. Supported flows: Web PIN, SMS, USSD, mobile top-up, wallets and local methods. Free to start — no setup fee.
One request shape for every method — switch the method and flow fields.
# Create a charge
POST /v1/charges
{
"method": "carrier_billing",
"flow": "web_pin",
"amount": "4.99",
"currency": "EUR",
"recurring": true
}
Predictable JSON over HTTPS, with clear errors and idempotency.
Test every flow end to end before you go live.
Server SDKs and CMS plugins to cut integration time.
Web PIN, SMS, USSD, top-up, wallets and local methods.
Typical launch in [ 2–4 weeks ], no setup fee.
Pull transactions and settlement data programmatically.
Connect once and reach every method and market through a single integration.