Financial Product Type

PSD2 Checking Account

A PSD2 checking account

accountHolderNamestring

Name of the account holder

accountIdstring

Account identifier

accountNamestring

Name of the account

accountNumberstring

Account number

availableBalanceMonetaryAmount

Available balance of the account

bicstring

Bank Identifier Code

bookedBalanceMonetaryAmount

Booked balance of the account

companystring

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.

companyDisplayNamestring

Display name of the company for user-friendly presentation.

currencystring

Currency code of the account

ibanstring

International Bank Account Number

idstring

Unique identifier for the PSD2 checking account.

personalInformationobject

Details of the person collecting the data, e.g., personal number.

List of transactions on the account

typestring

Type of the financial product.

Possible Enum values are 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.
Example
{  "accountHolderName": "John Doe",  "accountId": "acc-456",  "accountName": "My Checking Account",  "accountNumber": "9876543210",  "availableBalance": {    "amount": 12000,    "currency": "SEK"  },  "bic": "NDEASESS",  "bookedBalance": {    "amount": 12500,    "currency": "SEK"  },  "company": "bank-se",  "companyDisplayName": "Bank SE",  "currency": "SEK",  "iban": "SE3550000000054910000004",  "id": "psd2-chk-456",  "transactions": [    {      "accountId": "acc-456",      "amount": {        "amount": -45.5,        "currency": "SEK"      },      "bookingDate": "2024-01-14",      "counterpartyName": "ATM Machine",      "createdAt": "2024-01-14T15:20:00Z",      "description": "ATM withdrawal",      "direction": "DEBIT",      "status": "BOOKED",      "transactionId": "tx-2"    }  ],  "type": "PSD2_CHECKING_ACCOUNT"}