Skip to main content
GET /service/accounts

List accounts

Retrieves list of accounts for a given consent.

Query Parameters
    consentId ConsentId

    Consent id

    iban IBAN

    Possible values: >= 15 characters and <= 34 characters

    Consent source IBAN account number

    cursor string
Responses

Default response


Schema
    data object[]
  • Array [
  • id AccountId

    Unique account id

    consentId ConsentId

    Unique consent id

    providerId ProviderId

    Unique payment provider (bank) id

    country CountryCode

    Provider country code (ISO 3166 alpha-2 codes)

    name string

    Name of account

    holder string

    Name of account holder/owner

    nature string

    The type of account, ie. credit card, checking ...

    balance decimal

    Amount of transaction in format: 0.00 without thousand separator, exact to two decimal places.
    NOTE: If amount is provided with more than two decimal places then amount will be rounded to two decimal paces.

    balanceUpdated date-time

    RFC 3339 date time format (2007-11-06T16:34:41.000Z)

    currency CurrencyCode

    ISO 4217 currency code.

    iban IBAN

    Possible values: >= 15 characters and <= 34 characters

    IBAN account number with country prefix

    created date-time

    RFC 3339 date time format (2007-11-06T16:34:41.000Z)

    modified date-time

    RFC 3339 date time format (2007-11-06T16:34:41.000Z)

  • ]
  • metadata object
    next_cursor string
Loading...