This is a preview version of the API intended for early testing and integration. Preview versions are not stable and may include breaking changes before general availability.
PSD2 Savings Account
A PSD2 savings account
Name of the account holder
Account identifier
Name of the account
Account number
Available balance of the account
Bank Identifier Code
Booked balance of the account
Company where the financial product has been collected from. Examples:
se-folksam, se-lansforsakringar, se-avanza, se-movestic, se-spp, se-nordea,
se-amf, se-seb, se-alecta, se-nordnet, se-handelsbanken, se-futur,
se-swedbank, se-skandia, se-ica-bank, se-danske-bank.
Display name of the company for user-friendly presentation.
Currency code of the account
International Bank Account Number
Unique identifier for the PSD2 savings account.
Personal information about the person who initiated the data collection.
List of transactions on the account
Type of the financial product.
KF, ISK, CUSTODY_ACCOUNT, UNKNOWN_INVESTMENT_TYPE, IPS_PENSION, PRIVATE_PENSION, OCCUPATIONAL_PENSION, COLLECTIVE_OCCUPATIONAL_PENSION, UNKNOWN_PENSION_TYPE, MORTGAGE_LOAN, UNSECURED_LOAN, GENERAL_SAVINGS_ACCOUNT, GENERAL_SAVINGS_ACCOUNT_FIXED_PERIOD, PSD2_SAVINGS_ACCOUNT, PSD2_CHECKING_ACCOUNT or PSD2_CREDIT_CARD.{ "accountHolderName": "Anna Svensson", "accountId": "acc-123", "accountName": "Sparkonto", "accountNumber": "1234567890", "availableBalance": { "amount": 25000, "currency": "SEK" }, "bic": "NDEASESS", "bookedBalance": { "amount": 25000, "currency": "SEK" }, "company": "se-nordea-psd2", "companyDisplayName": "Nordea", "currency": "SEK", "iban": "SE3550000000054910000003", "id": "psd2-sav-123", "transactions": [ { "accountId": "acc-123", "amount": { "amount": 1000, "currency": "SEK" }, "bookingDate": "2024-01-15", "counterpartyName": "Insurely AB", "createdAt": "2024-01-15T10:30:00Z", "description": "Lön", "direction": "CREDIT", "status": "BOOKED", "transactionId": "tx-1" } ], "type": "PSD2_SAVINGS_ACCOUNT"}