Developers
Build once. Reach Africa.
One API integration unlocks every payment method across 30+ African markets. We handle the complexity so you can focus on your product.
// Install the SDK
npm install @devbox/node
import Devbox from '@devbox/node';
const devbox = new Devbox({
apiKey: 'your_api_key',
});
// Collect a mobile money payment
const payment = await devbox.payments.collect({
amount: 10000, // GHS 100.00
currency: 'GHS',
network: 'MTN',
phone: '0241234567',
reference: 'order_001',
});
// { status: 'pending', id: 'pay_...' }Simple by design
A few lines of code to reach every corner of Africa.
Our SDKs handle authentication, retries, and error normalisation out of the box. Spend your time building product, not wrestling with payment infrastructure.
Documentation
Guides, tutorials and conceptual walkthroughs to help you understand how Devbox works from the ground up.
API Reference
Complete reference for every endpoint, parameter, request and response schema across all Devbox APIs.
SDKs
Official libraries for Node.js, Python, PHP, and more, so you can integrate in your language of choice.
Status
Real-time uptime, incident history, and scheduled maintenance notices for all Devbox services.
Getting started
Up and running in minutes.
Create an account
Sign up and get your sandbox API keys in under 5 minutes. No credit card required.
Make your first call
Use our SDKs or call the REST API directly. Sandbox mirrors production exactly.
Go live
Complete verification, flip to your live keys, and start processing real payments.
Ready to integrate?
Get your sandbox keys and make your first API call today. No approval needed.