DaaS — Delivery as a Service

Supercharge your delivery with our carrier network

Plug our carrier network into your business. Whether you need a managed order dashboard or a raw delivery API, we have a plan that fits.

99.9% uptime
< 5 min dispatch
Ghana-first
Integration models

Choose your integration model

Two ways to use our platform. Or combine both.

full_service

Full Service

Managed listings, orders, and delivery dashboard

Create product or service listings, let customers place orders through your store, and we dispatch a carrier for each order. Includes a web dashboard for your team.

  • Order management dashboard
  • Product/service listings
  • Automatic carrier dispatch
  • Webhook notifications
  • Wallet-based billing

Best for: retail stores, restaurants & services

Most popular
delivery_api

Delivery API

Pure programmatic dispatch. Your system, our carriers.

Already have your platform? Send us a pickup and dropoff, we dispatch a carrier and fire webhooks on every status change. Distance-based pricing, minimum GHS 15.

  • Single API call per delivery
  • Price estimate endpoint
  • Signed webhook events
  • External reference ID support
  • Wallet-based billing

Best for: e-commerce, logistics platforms & apps

Need both models? Contact us — the both plan enables everything.

Getting started

How DaaS works

From sign-up to your first dispatch in under an hour.

01

Sign up

Register your business. Verify your email. Your account is reviewed within 24 hours — you'll get an email when approved.

02

Fund your wallet

Top up your delivery wallet via Paystack. Funds are deducted per delivery dispatched. Top up anytime, no subscription.

03

Send orders via API

POST to /api/v1/deliveries with a pickup and dropoff address. We dispatch a verified carrier within minutes.

04

Get webhook events

Configure your HTTPS webhook URL. We sign every event with HMAC-SHA256 and retry failed deliveries automatically.

Plans

Feature comparison

full_service
delivery_api
both
Listings management
Order management dashboard
Delivery API (/v1/deliveries)
Price estimate endpoint
Webhook events
Wallet-based billing
API key management
Admin support
Email
Email
Priority
Integration

Start dispatching in minutes

One API call. That's all it takes to dispatch a verified carrier to your customer.

javascript
// POST /api/v1/deliveries
const response = await fetch('https://daas.errand4me.com/api/v1/deliveries', {
  method: 'POST',
  headers: {
    'Content-Type': 'application/json',
    'x-api-key': 'em_live_your_api_key_here',
  },
  body: JSON.stringify({
    external_ref: 'ORDER-001',
    pickup_address: '15 Independence Ave, Accra',
    pickup_contact_name: 'Store Manager',
    pickup_contact_phone: '+233201234567',
    dropoff_address: '42 Ring Road East, Accra',
    dropoff_contact_name: 'John Doe',
    dropoff_contact_phone: '+233209876543',
    package_description: 'Electronics - handle with care',
    package_fragile: true,
  }),
})

const { data } = await response.json()
// { tracking_id: "uuid", status: "dispatched",
//   price: { total: 25, currency: "GHS" }, errand_id: "..." }
Get your API key — it's free

No credit card required. Approved within 24 hours.

FAQ

Common questions