Skip to main content

Base URL

All API requests are made to:
Business and live/test mode are inferred from your secret key (sk_test_… / sk_live_…).

Amounts

Unless noted otherwise, monetary amount values are in minor units (kobo for ngn, cents for usd). Wallet and checkout currencies are ngn and usd. Crypto rails use token codes usdc and usdt (see Payouts and Crypto).

Response format

Every success response follows the same envelope:
Validation failures return HTTP 422 with issues in data:
See the Errors guide for full details.

Pagination

Endpoints that return lists accept page and limit query parameters: Example:

Error codes