Skip to main content
GET
cURL

Autorisierungen

Authorization
string
header
erforderlich

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Pfadparameter

id
string
erforderlich

OpenBankingAccount identifier

Antwort

OpenBankingAccount resource

id
string
read-only
Beispiel:

"ad8f1b9e-0b1e-4e1a-8e0a-0b0b0b0b0b0b"

alias
string | null
Beispiel:

"My Bank Account"

bankName
string
Beispiel:

"My Bank"

iban
string
Beispiel:

"DE1234567*********5678"

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
Verfügbare Optionen:
linked,
disabled,
expired,
failed
Beispiel:

"linked"

provider
enum<string>

Possible values:

  • klarna: The account is linked with Klarna
Verfügbare Optionen:
klarna
Beispiel:

"klarna"

createdAt
string<date-time>
read-only
Beispiel:

"2021-01-01T00:00:00+00:00"

validUntil
string<date-time>

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

Beispiel:

"2021-01-01T00:00:00+00:00"

lastAccessedAt
string<date-time> | null
read-only

The last time the system accessed the account to obtain data

Beispiel:

"2021-01-01T00:00:00+00:00"

lastInformedAt
string<date-time> | null
read-only

The last time the user was informed about the account expiration

Beispiel:

"2021-01-01T00:00:00+00:00"