Skip to main content
Version: 0.1.0

Kobo API

Kobo provisions and manages persistent, identity-linked virtual accounts. Integrators register identities, receive a dedicated virtual account per identity, and consume reconciled transactions, statements, and lifecycle events through this API. Integrators never call Nomba directly. Conventions for implementers: - All monetary amounts are integers in kobo (the smallest Naira unit), never floats. - All timestamps are ISO 8601 / RFC 3339 in UTC, e.g. "2026-06-30T14:00:00Z". - All resource IDs are UUIDv4 strings. - Pagination uses cursor-based page[cursor] and page[limit] query params, response includes next_cursor (nullable). - Every error response uses the shared Error schema with a stable code field; integrators should branch on code, not on the human-readable message.

Authentication

Basic Auth using API Key as the username and API Secret as the password.

Security Scheme Type:

http

HTTP Authorization Scheme:

basic

Contact

Kobo Platform Team: