Easybank API Access & Open Banking Integration

Easybank is a Norwegian niche bank offering everyday accounts and financing, and open-banking.io lets you reach its data without wrestling with PSD2 certificates or bank-side developer portals. You connect once through a secure consent screen, and from then on your Easybank balances and transactions flow into a dashboard where everything is encrypted end to end. Because open-banking.io is zero-knowledge, the service only ever holds your public key — the private key that unlocks your data stays on your own device.

Easybank supports both business and personal account types, and a single approval keeps access live for up to 180 days before you renew. Easybank has no published BIC in our directory, so you simply select the bank by name rather than entering a routing code.

How to connect Easybank

Connecting happens entirely inside the open-banking.io dashboard — there is no API call, key, or code involved in this step:

  1. Sign up for open-banking.io and set your encryption passphrase; your keys are generated locally on your device.
  2. In the dashboard, choose Easybank and the account type you want to link (business or personal).
  3. You are redirected to Easybank's own secure login, where you approve access on the bank's PSD2 consent screen.
  4. Your accounts sync back into the dashboard, ready to view and refresh for the duration of the 180-day consent.

Access your data

Reading Easybank data programmatically is an optional step after the connection exists. On the Developers page, create an API key and export a credentials.json — this bundles the API key together with your private decryption key. From there you can use the CLI (openbanking accounts, openbanking transactions, openbanking sync), an SDK, or the REST API. Every request carries the X-Api-Key header, and each response is decrypted locally with your own key. The key alone returns only ciphertext, so nobody — not even open-banking.io — can read your accounts without your private key.

At roughly EUR 3/month, you get certificate-free, self-custodied access across 2,600+ European banks.

FAQ

Do I need an API key to connect Easybank?

No. Connecting is done in the dashboard via Easybank's consent screen. API keys only matter later, if you want to read the already-connected data with code.

Can open-banking.io see my Easybank transactions?

No. The service is zero-knowledge and stores only your public key. Decryption happens on your device with a private key that never leaves it.

How long does my Easybank connection last?

Up to 180 days per consent. When it expires, you re-approve through Easybank's login to keep syncing.

Start at open-banking.io.