Fetch account details
Virtual Account
Get Account by ID
This operation allows the client to fetch account details by account id. A client can fetch only their own account details.
GET
Fetch account details
Fetches a single account by its ID.
Authorizations
Requires authentication via API key and HMAC signature.
x-api-key: Your API key generated from your Onboard Business dashboard.x-timestamp: Unix epoch timestamp (seconds) used in signature, allowed skew is 30 secondsx-signature: SHA256 HMAC HEX signature calculated overt={x-timestamp}&{requestBody}using your API Secret.
Path Parameters
the unique onboard account ID
Response
Account details fetched
The customer account identifier
The customer account name
Example:
"ACME Corp"
The customer name associated to the details
Example:
"Babajide Apata"
The account balance on provider
Required range:
x >= 0Example:
"100.00"
The available balance on provider
Required range:
x >= 0Example:
"100.00"
The account currency code
Example:
"GBP"
The date the customer was created