Loading...
Loading...
Build booking into your travel app, your super app, or your company intranet. Three endpoints cover the full passenger journey.
Query trips by origin, destination, and date. Returns operators, times, prices, seat availability.
{
"origin": "LFW",
"destination": "OUA",
"date": "2026-04-20",
"passengers": 1
}Reserve a seat and return a booking reference. Payment is kicked off through the chosen method.
{
"trip_id": "trip_3fh9a2",
"seat": "4B",
"passenger": {
"name": "Adaeze Nwosu",
"phone": "+22890000000"
},
"payment": "mtn_momo"
}Read booking status, passenger, seat, trip, payment. Use for customer support or ticket reissue.
{
"ref": "BKR-4Q534",
"status": "confirmed",
"payment_status": "completed",
"trip": { "origin": "LFW", "destination": "OUA" },
"seat": "4B"
}Embed intercity bus and flight booking in your travel or super app. Keep the checkout yours.
Book staff trips programmatically. Manifests and receipts flow back to your finance tool.
Bulk book transport for refugee, health, or voter programs. Auditable, receipted, and paid via mobile money.
Tell us what you're building. If it's a fit, we'll issue keys and walk you through the integration.