Accounts
Fetch sub account details
Learn how to fetch details of a specific sub account
Fetch sub account details
Fetch all sub accounts tied to your business
GET /v1/accounts
Query parameters
accountRef
string
The unique reference you provided when creating the account
accountId
string
The accountId you received as part of the response when the account was created
Response body
code
string
requiredResponse code
description
string
requiredResponse description
data
object
requiredcursor
string
Cursor for pagination. It will be empty if there is no more page to scroll to.
results
object[]
createdAt
string
requiredCreation timestamp.
accountId
string
requiredAccount ID.
accountHolderId
string
requiredAccount holder ID.
accountRef
string
requiredAccount reference.
phoneNumber
string
requiredPhone number.
email
string
requiredEmail address.
bvn
string
requiredBank Verification Number (BVN).
status
enum<string>
requiredAccount status.
type
enum<string>
requiredAccount type.
accountName
string
requiredAccount holder’s name.
currency
string
requiredCurrency code.
callbackUrl
string
Callback url.
expiryDate
string
Expiry date.