Selbu Sparebank API Access & Open Banking Data
Selbu Sparebank is an Eika-alliance savings bank rooted in Selbu, Trøndelag, serving both personal and business customers. If you want your Selbu Sparebank balances and transactions in one place — or flowing into your own scripts — open-banking.io gives you standardised PSD2 access without certificates, eIDAS registration, or a bank-by-bank integration project. It covers 2,600+ European banks, and your data is decrypted on your own device with a key only you hold.
How to connect Selbu Sparebank
Connecting happens entirely in the open-banking.io dashboard — there is no API call, code, or key involved in this step:
- Sign up for open-banking.io and set an encryption passphrase. Your key pair is generated locally on your device; open-banking.io only ever sees your public key.
- In the dashboard, search for and select Selbu Sparebank, then choose the account type you hold — business or personal.
- You're redirected to Selbu Sparebank's own secure login to approve access under PSD2. You authenticate directly with the bank; open-banking.io never sees your credentials.
- Once approved, your accounts sync into the dashboard. Consent lasts up to 180 days, after which you simply re-approve on the bank's screen.
Note that Selbu Sparebank does not publish a public BIC/SWIFT for this purpose, so no BIC is required — selecting the bank in the dashboard is enough.
Access your data
Once Selbu Sparebank is connected, developers can optionally read the data programmatically. On the Developers page, create an API key and export a credentials.json — this bundles your API key and your private decryption key. From there:
- Use the CLI:
openbanking accounts,openbanking transactions,openbanking sync. - Or call the REST API / an SDK, sending your key in the
X-Api-Keyheader.
Every response is decrypted locally with your private key. The API key alone returns only ciphertext — because open-banking.io is zero-knowledge, its servers can never read or decrypt your Selbu Sparebank data. The CLI and SDK only read and sync existing connections; there is no connect command.
FAQ
Do I need a developer account to connect Selbu Sparebank?
No. Connecting is a dashboard action anyone can do. API keys are only for the optional programmatic read step afterwards.
How much does it cost?
Around EUR 3/month for access across all supported banks, including Selbu Sparebank.
Can open-banking.io see my banking data?
No. Data is decrypted only on your device with your private key; the service holds just your public key.
Start at open-banking.io.