Zazu

Developer Docs

The Zazu REST API

Accounts, transfers, and signed webhooks — a RESTful JSON API with market-aware examples in five clients. Everything you need to move money programmatically.

quickstart.sh
export ZAZU_API_KEY="sk_live_..."
curl "https://api.zazu.africa/entity" \
  -H "Authorization: Bearer $ZAZU_API_KEY"
Accounts & balances

List every bank account and its live balance, paginate transactions, and reconcile against your ledger — read-only, market-shaped per deployment.

Signed webhooks

Subscribe to payment_link.paid, checkout_session.completed, and more. Every delivery is HMAC-signed so you can verify it came from Zazu.

Five official clients

curl, a CLI, and JS/TS, Ruby, and Python SDKs — all reading ZAZU_API_KEY, all shown side-by-side on every endpoint.