Skip to main content

Endpoint

Path parameters

string
required
The virtual account’s id, from List virtual accounts or the account’s creation response.

Headers

string
required
Your public API key.
string
required
Your API secret. Use a stl_test_... value in sandbox, stl_live_... in production.
string
required
Your business ID.

Response

boolean
true on success.
string
Human-readable outcome.
string
Unique ID for this virtual account.
string
The reference (or refCode) supplied when this account was created.
string
The unique reference Interstellas generated for this account.
string
The name on the account.
string
The NUBAN account number.
string
The BVN associated with this account, if one was set at creation.
This endpoint returns fewer fields than List virtual accounts — notably no businessId or dateCreated. If you need those, use the list endpoint.

Code examples

Example response

Errors

If id doesn’t match any virtual account at all, this endpoint currently returns a generic 500 INTERNAL_SERVER_ERROR rather than 404 Not Found — there’s no existence check before the ownership check runs. Don’t rely on a 404 to detect an unknown id; treat any non-200 response as “this account isn’t accessible to you” and confirm the id came from List virtual accounts or a creation response before retrying.
See Errors for the full envelope and error code reference.