Razzo for Business
Run your deliveries from one place.
Dispatch to five customers on one pickup, from a dashboard or straight from your own checkout. A rate below the app price, every rider on a map, and no subscription to sign.
Free to join. Already registered? Sign in.
What a business account gives you
The same rider network everyone else uses, on better terms, with somewhere to run it from and the paperwork handled.
A place to work from
A dashboard, not a phone
Sign in on a computer and see what you have sent today, what is still moving, what it cost, and where your customers actually are.
Five stops
One pickup, many customers
Send to up to five customers on a single trip. Each drop-off carries its own recipient, note and price, and each is tracked on its own.
Cheaper per trip
A rate below the app price
Business accounts pay less on every delivery than a standard account does, on the same riders and the same routes.
How to get set up
Nothing to install and nothing to configure. The first three steps happen in a browser.
-
Two minutes
Register your business
Your business name, your number, and a code by text. No waiting list, no approval queue, and you can send your first delivery the same day.
-
Once
Save where you send from
Set your shop as the default pickup with a contact and a landmark, so every delivery after that starts half filled in.
-
Every day
Dispatch from the dashboard or your own system
Build a batch in the browser, or let your checkout create the delivery over the API the moment a customer pays.
-
Afterwards
Track it, share it, reconcile it
Follow every rider on a map, send each customer their own tracking link, and pull the month out as a spreadsheet.
Everything in one place
Not a booking form. Somewhere to run the delivery side of a shop from.
Every delivery
Search it, filter it, follow it
Find an order by your own reference, by phone number or by recipient. Open it and watch the rider move between the stops, each one priced on its own.
The month
Reports you can hand to an accountant
What you sent, what it cost, and where it went, over any range you pick, with the whole thing downloadable as a spreadsheet.
Your people
Staff accounts with real limits
Invite whoever dispatches. An owner or admin sees money and manages keys. A member can send deliveries and follow them, and nothing else.
On the books
A receipt for every order
Download or email yourself a receipt against each completed delivery, so the month reconciles without rebuilding it out of messages.
The API
One call creates a delivery.
Generate a key in the portal, post the pickup and the drop-offs, and a courier is dispatched. The response carries the order number and a tracking link you can pass straight to your customer.
Send your own order number as the reference and a request you retry after a timeout returns the delivery that already exists, instead of putting a second rider on the road for one sale. Ask for a delivery back by that same reference and you never have to store ours.
Keys are scoped and shown once. You can revoke one a contractor holds without touching anything else you run, and a webhook will tell your system when a delivery lands rather than making you ask.
curl -X POST https://business.razzodelivery.com/api/v1/deliveries \
-H "X-Api-Key: rzk_live_..." \
-H "Content-Type: application/json" \
-d '{
"reference": "INV-4821",
"pickup": {
"address": "Shop 4, Osu Oxford St, Accra",
"lat": 5.5560, "lng": -0.1820,
"contactName": "Ama",
"contactPhone": "233240000032"
},
"dropOffs": [
{
"address": "Madina Market, Accra",
"lat": 5.6830, "lng": -0.1660,
"contactName": "Kofi",
"contactPhone": "233240000101",
"note": "Leave with the security man"
}
],
"tier": "PRIC-..."
}' The full reference, with every endpoint, the webhook signature and the error codes, is on the Developers page inside the portal.
Who is using it
Anyone in Accra who is already sending things to customers, and doing it by calling a rider they know.
Online shops
Orders out the same hour
Put the morning's paid orders on one trip and have them all moving before lunch, each customer tracking their own.
Pharmacies and food
Same-hour, many customers
Batch the afternoon's orders onto one pickup and send a rider round five addresses in a single trip.
Anyone with a delivery list
Nothing to integrate
No system to connect and no code to write. Build the batch in the portal and send it, and your customers get the same tracking link either way.
Start sending today.
Register in the portal and your first delivery can go out this afternoon. Or tell us what you sell and how much you send, and we will walk you through it.
Frequently asked questions
What is Razzo for Business?
A business account with its own portal. You sign in on a computer, dispatch to up to five customers on one pickup, watch every delivery on a map, invite the people who work with you, and pull the month out as a spreadsheet. Business accounts also pay less per delivery than the standard app price.
Who is it for?
Any business in Accra that sends things to customers: online shops, pharmacies, restaurants, boutiques, spare parts dealers, and anyone already fulfilling orders by calling a rider they know.
Is there an API I can dispatch from?
Yes. Generate a key in the portal and your own system can price a route, create a delivery, follow its status and cancel it. Sending your own order number as the reference means a request you retry after a timeout returns the delivery that already exists instead of putting a second rider on the road.
How is a business account different from a normal one?
You get the portal, API keys, staff accounts and reports, and a discount on every delivery. Multi-drop, tracking links and receipts are available to everyone.
What does it cost?
There is no subscription and no setup fee. You pay per delivery at a rate below the standard app price, and you see the fare for every drop-off before the order is created.
Can other people in my shop use it?
Yes. Invite them by email and choose what they can do. An owner or admin can see money, manage keys and invite people. A member can dispatch deliveries and follow them, and nothing else.
Do I need developers?
Only for the API. Everything else works in the browser with no code at all, and plenty of businesses never write a line.
How do my customers know where their order is?
Every delivery has a tracking link you can send them. They open it in a browser and watch the rider on a map, without installing anything or making an account.
When can I start?
Today. Register your business in the portal and send your first delivery, or talk to us first if you would rather we walked you through it.