Skip to main content
GET /service/accounts/:accountId

Get account

Get account details as allowed by the scope of the consent

Path Parameters
    accountId AccountId required

    Get specific account by id

Query Parameters
    consentId ConsentId required

    Consent id

Responses

Default response


Schema
    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)

Loading...