/{accountId} - GET

Get an account

Path Params
uuid
required

Format - uuid.

Responses

Response body
object
uuid

The ID (uuid) of the account. Should be used, instead of account number, when accessing resources in GET urls

string
required

The account number. This is considered PII and should be protected

string
required

The name of the account

boolean

Indicates if the account is searchable by other partners for address book linking

string

Single Dual

date-time

Last modified timestamp

date-time

Created timestamp

uuid
deprecated

The ID of the partner who owns the account

string | null
deprecated

Obsolete

boolean

Indicates if the account is frozen

boolean
deprecated

Obsolete

double

Amount available, which is typically total balance minus holds

double

Total balance, before holds

string

Closed Active Restricted

additionalBalances
object
double

The total available balance of related accounts

double

The total accessible balance, which is calculated as available balance + related available balance

Language