permanent, permanent_collection, and single-use accounts together.
Endpoint
Headers
Your public API key.
Your API secret. Use a
stl_test_... value in sandbox, stl_live_... in production.Your business ID.
Query parameters
Page number. Defaults to
1.Records per page. Defaults to
10.Filter to the account created with this
reference (or refCode, for single-use accounts).Filter to a specific NUBAN account number.
ISO 8601 date — only include accounts created on or after this date.
ISO 8601 date — only include accounts created on or before this date.
Response
true on success.Human-readable outcome.
Array of virtual account objects.
Unique ID for this virtual account. Use this with Get virtual account by ID.
The
reference (or refCode) supplied when this account was created.The unique reference Interstellas generated for this account.
The name on the account.
The NUBAN account number.
The BVN associated with this account, if one was set at creation.
The business this account belongs to.
ISO 8601 timestamp of when the account was created.
The current page number.
The page size used for this response.
Total number of accounts matching the current query, across all pages.
The final page number, derived from
total ÷ limit.Code examples
Example response
Errors
| Status | Cause |
|---|---|
400 Bad Request | businessId header missing, or not a valid UUID |
401 Unauthorized | Credentials missing or invalid |