Skip to main content

Get wallet accounts

GET 

/accounts

Get accounts

Request

Query Parameters

    customerId stringrequired

    Filter by customer

    currency string

    Get account for specific currency

Responses

OK

Schema

  • Array [

  • 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...