Skip to main content

Account

balance objectrequired

Account's balance

amountstringrequired

The amount of money. Example: 1000.12

Possible values: non-empty and <= 2147483647 characters

currencystringrequired

The currency of the money. Example: 'USD'

Possible values: non-empty and <= 10 characters

holderIdstring<uuid>required

Account holder id. For business-only accounts equal to ownerId, for member accounts equal to memberId

Possible values: <= 2147483647 characters

idstring<uuid>required

Account's id

Possible values: <= 2147483647 characters

name object

Account's name

oneOf
null
openedAtstring<Instant>required

The date and time when the account was opened. Example: 2021-07-01T12:00:00.000Z

Possible values: <= 2147483647 characters

ownerIdstring<uuid>required

Account owner id

Possible values: <= 2147483647 characters

typeCustomerAccountType (string)required

Account's type

Possible values: [CURRENT, SAVING]

Account
{
"balance": {
"amount": "string",
"currency": "string"
},
"holderId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "null",
"openedAt": "string",
"ownerId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"type": "CURRENT"
}