Eurocard Norway API Access & Open Banking Data
Eurocard is SEB Kort's Nordic corporate and charge-card brand, and its Norwegian card statements hold rich spend data that finance teams and developers often want in one place. With open-banking.io you can pull your Eurocard (Norway) account and transaction history into a single dashboard — and, if you write software, read it programmatically — without certificates, eIDAS QWACs, or a PSD2 licence of your own.
Everything runs on a zero-knowledge model. When you sign up, an encryption key is generated on your own device from a passphrase you choose. open-banking.io stores only your public key, so its servers physically cannot read or decrypt your Eurocard data — only you can.
How to connect Eurocard
Connecting happens entirely in the open-banking.io dashboard — there is no API call, code, or key involved in this step:
- Create an open-banking.io account and set your encryption passphrase (your private key never leaves your device).
- In the dashboard, choose Eurocard (Norway) from the bank list and pick the account type you hold — both business and personal are supported.
- You're redirected to Eurocard's own secure login to approve access (the PSD2 consent step). You authenticate directly with Eurocard; open-banking.io never sees your credentials.
- Your card accounts and transactions sync into your dashboard. Consent lasts up to 180 days, after which you simply re-approve on Eurocard's screen.
Eurocard has no published BIC for account-identification purposes, so selection is by brand rather than BIC — nothing extra is needed from you.
Access your data
Once a connection exists, reading it in code is an optional developer step. On the Developers page, create an API key and export a credentials.json — this bundles the API key and your private decryption key. From there use the CLI (openbanking accounts, openbanking transactions, openbanking sync), an SDK, or the REST API. Requests authenticate with the X-Api-Key header, and every response is decrypted locally with your key. Note that the CLI and SDK only read or sync connections you already made in the dashboard — there is no connect command, and an API key alone returns only ciphertext.
All of this is included for around EUR 3/month.
FAQ
Do I need a certificate or PSD2 licence?
No. open-banking.io is certificate-free — you approve access directly on Eurocard's consent screen.
Can open-banking.io see my Eurocard transactions?
No. It holds only your public key; data is decrypted on your device with a key only you have.
How long does my Eurocard consent last?
Up to 180 days, then you re-approve with Eurocard.
Start at open-banking.io.