Skip to main content

Get single wallet account

GET 

/accounts/:accountId

Retrieve the account with the provided id. The list of accounts for a customer can be fetched by calling /accounts.

Request

Path Parameters

    accountId stringrequired

    Account id.

Responses

OK

Schema

    id string

    Possible values: <= 20 characters

    Account id.

    customerId string

    Possible values: <= 20 characters

    externalId string

    Possible values: <= 40 characters

    currencyCode Currency (string)required

    Possible values: >= 3 characters and <= 3 characters

    Currency alphabetic code as specified by ISO 4217

    totalBalance int64

    Amount in minor units

    availableBalance int64

    Amount in minor units

    iban string

    IBAN associated with this account.

    bic string

    Possible values: <= 20 characters

    accountNumber string

    Possible values: <= 40 characters

    DKK account number.

    bankCode string

    Possible values: <= 20 characters

    DKK bank code.

    creationTime date-time
    hasIban booleanrequired
Loading...