GET
/
open-banking-accounts
/
{id}

Authorizations

Authorization
string
headerrequired

Value for the Authorization header parameter.

Path Parameters

id
string
required

OpenBankingAccount identifier

Response

200 - application/json
id
string
alias
string | null
bankName
string
iban
string
status
enum<string>

Possible values:

  • linked: The account is linked and can be used for fetching transactions
  • disabled: The account is disabled and cannot be used for fetching transactions
  • expired: The account access is expired (usally after 90 days) and cannot be used for fetching transactions
  • failed: The account linking is failed. Try to link the account again
Available options:
linked,
disabled,
expired,
failed
provider
enum<string>

Possible values:

  • klarna: The account is linked with Klarna
Available options:
klarna
createdAt
string
validUntil
string

The date when the account access expires and a new consent is required

lastAccessedAt
string | null

The last time the system accessed the account to obtain data

lastInformedAt
string | null

The last time the user was informed about the account expiration