Digidoe public docs 1.0 Help

List of Accounts

Returns list of Accounts for given Customer

Endpoint

Request Type

URL

GET

https://{EnvironmentURL}/public/core/customers/{customerId}/accounts

Headers

No headers

Request parameters

Parameter

Type

Mandatory

Description

customerId

uuid

Yes

Identifier of Customer, owner of the Account

Responses

200 OK - Success

Parameter

Type

Mandatory

Description

id

uuid

Yes

Identifier of the Account

baseCurrencyCode

string

Yes

Base currency of the Account.

Current possible values:

  • usd

  • gbp

  • eur

type

string

Yes

Type of the Account.

Current possible values:

  • payments

identification

object

Yes

Identification of the Account

currentAmount

object

No

Total Balance of the Account. Object of type Amount.

currentAmount.currencyCode

string

Yes

Currency of the balance.

Current possible values:

  • usd

  • gbp

  • eur

currentAmount.value

double

Yes

Value of the Balance

availableAmount

object

No

Available balance of the Account. Object of type Amount.

availableAmount.currencyCode

string

Yes

Currency of the balance.

Current possible values:

  • usd

  • gbp

  • eur

availableAmount.value

double

Yes

Value of the Balance

Identifications

Name

Type

Mandatory

id

uuid

Yes

type

string

Yes

for type = 'iban'

iban

string

Yes

for type = 'sortcode'

accountNumber

string

Yes

sortCode

string

Yes

iban

string

No

bban

string

No

Last modified: 22 января 2024