Environments

The API base URLs are:
Staging: https://api-sandbox.cscs.ng
Production: https://api-live.cscs.ng
The API Reference shows full endpoint URLs and prefilled examples where the OpenAPI spec provides sample data.

Request format

Send request bodies as JSON unless an endpoint states otherwise.
Content-Type: application/json
Accept: application/json
For protected operational endpoints, include:
x-api-key: <api-key>
For account creation and lookup requests, also include:
Idempotency-Key: <unique-request-key>

Playground behavior

The Mintlify playground is interactive and routes requests through Mintlify’s proxy. Use operational endpoints only with staging credentials and test data.

Production readiness

Before moving an integration to production, confirm the production base URL, credential issuance process, IP allowlist requirements, callback URLs for payment confirmation, and support escalation contacts.