Raiffeisenkasse Eisacktal API Access & Open Banking
Reaching account and transaction data from Raiffeisenkasse Eisacktal (BIC RZSBIT21007), the South Tyrol cooperative bank serving the Eisack valley around Bressanone, no longer requires a PSD2 licence or eIDAS certificate. open-banking.io gives you regulated, read access to your own Raiffeisenkasse Eisacktal accounts and hands the decryption keys to you alone. It covers 2,600+ EU and UK banks, and everything you retrieve is decrypted on your own device — never on a server.
How to connect Raiffeisenkasse Eisacktal
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 your encryption passphrase. Your key pair is generated locally on your device, so only you can ever read the data.
- In the dashboard, search for Raiffeisenkasse Eisacktal and choose the account type you hold — business or personal are both supported.
- You are redirected to Raiffeisenkasse Eisacktal's own secure login, where you approve access under PSD2. Consent lasts up to 180 days, after which you simply renew it.
- Your approved accounts sync back into the dashboard, ready to view.
Access your data
Programmatic access is an optional developer step that only makes sense after a connection exists. From the Developers page, create an API key and export a credentials.json — it bundles the API key together with your private decryption key. From there use the CLI (openbanking accounts, openbanking transactions, openbanking sync), an SDK, or the REST API. Requests carry your key in the X-Api-Key header, and each response is decrypted locally with your private key. The API key alone returns only ciphertext — without your key, the payload stays unreadable, even to open-banking.io.
That is the zero-knowledge design: the service stores only your public key, so it can never see your balances or history. No client certificates, no bank-side developer onboarding, just a flat rate of roughly EUR 3/month.
Do I need a certificate to connect Raiffeisenkasse Eisacktal?
No. open-banking.io is certificate-free — you authorise access directly on Raiffeisenkasse Eisacktal's consent screen.
Can open-banking.io read my Raiffeisenkasse Eisacktal data?
No. Decryption happens on your device with a key only you hold. Servers store ciphertext and your public key.
Can I connect using the CLI or SDK?
No. Connecting is done in the dashboard. The CLI, SDK, and REST API only read or sync connections that already exist.
Start at open-banking.io.