v3

latestOpenAPI 3.0.3UNLICENSED2026-07-2796235396.3 KB
ledger-accounts

Fetch account details

This operation allows the client to fetch account details by account id. A client can fetch only their own account details.

get/ledger/accounts/{accountId}

Path parameters

accountIdstring uuid required

the unique onboard account ID

Response

Account details fetched

idstring uuid required

The customer account identifier

namestring required

The customer account name

customerNamestring required

The customer name associated to the details

balancenumber required

The account balance on provider

availableBalancenumber required

The available balance on provider

currencystring required

The account currency code

createdDatestring date-time required

The date the customer was created

Example response

{
  "name": "ACME Corp",
  "customerName": "Babajide Apata",
  "currency": "GBP"
}