Book in under a minute and watch it move. The nearest driver with the right vehicle takes the job, and a code at the door proves the parcel reached the right hands. For one parcel, or for a company sending hundreds a month.
An account is either an individual paying for their own deliveries, or a person booking against a company that settles on invoice. The apps are the same. What differs is who pays, and what the account can reach.
No contract and no account manager. Open the app, drop two pins, pick the vehicle that fits what you are sending, and pay the driver in cash or from your wallet.
A corporate account belongs to the company, not to a person. Anyone you add can send a parcel against it at your negotiated rate, nobody pays at the door, and finance draws up one invoice instead of chasing dozens of receipts.
Drag the distance. These are the live vehicle classes and the same formula the apps quote with — a base fare, the distance, and the time at each vehicle's own average speed through Addis traffic.
Estimates on a straight-line distance. The apps price on the real road distance from the Routes API, which usually runs a little longer. Corporate accounts see these fares less their negotiated rate.
A shop, a pharmacy, a restaurant platform — send us deliveries over the API and hand your customer to a checkout page we host. Your developers never touch a map, a route, a price list or an address.
payer: "company" takes the fare from your account and tells the shopper it is paid for. payer: "recipient" is cash to the driver, and the page says so before they confirm.POST /api/v1/checkout/sessions Authorization: Bearer wk_live_… { "sender": { "name": "Shoa Supermarket, Bole", "phone": "0911234567", "lat": 8.9945, "lng": 38.7896, "locked": true // we know our own shop }, "payer": "company", // on our account "weight_kg": 3, "success_url": "https://shop.example.et/thanks", "cancel_url": "https://shop.example.et/basket" } → { "id": "cs_...", "url": "https://...", "status": "open" } Redirect the shopper. We handle the rest.
/v1/quotesPrice a route, no checkout/v1/deliveries/:codeTrack by our code or yours/v1/vehicle-typesWhat we carry, and the cost/v1/webhooks/deliveriesWhat we sent, and the replyFour steps, and the money settles itself at the end of every one of them.
Drop a pin for pickup and drop-off, compare a fare for every vehicle that can carry it, and book — in the app, or by calling 9828.
The nearest free driver with a matching vehicle is offered the job on a countdown. A decline rolls to the next driver and the radius widens.
The driver confirms pickup with the sender's code and hands over against a second code at the door — live-tracked the whole way.
An individual pays for that delivery. A company account is charged and invoiced later. Commission comes off the fare by vehicle class.
One customer app and one driver app, built from a single codebase so a change lands on both platforms at once. No phone to hand? Every screen works in a browser, and the call centre takes the order either way.
Book a delivery and follow it on a live map.
Go online, take jobs, watch the earnings add up.
Our call centre takes the order for you, registers the account against your number, and books the driver while you are still on the line. The same delivery, the same tracking, the same code at the door.