Caixa Turís Open Banking API Access | open-banking.io
Caixa Turís is a Valencian cooperative bank serving the Turís community, and open-banking.io lets you reach its account data without the usual PSD2 red tape. There are no eIDAS certificates to buy, no sandbox paperwork, and no bank-by-bank contracts. You approve access once on Caixa Turís's own login, and your balances and transactions flow into a dashboard where only your device holds the key that can read them.
The service covers 2,600+ banks across the EU and UK, so Caixa Turís sits alongside the rest of your accounts under one login. Whether you bank as a business or as an individual, both account types are supported, and a single consent lasts up to 180 days before Caixa Turís asks you to renew it.
How to connect Caixa Turís
Connecting happens entirely in the open-banking.io dashboard — there is no code or API call in this step:
- Sign up for open-banking.io and set your encryption passphrase. Your keys are generated locally on your device, so nobody else — not even open-banking.io — can derive them.
- In the dashboard, search for Caixa Turís (BIC CCRIES2A123) and choose whether you are linking a business or personal account.
- You are redirected to Caixa Turís'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 Caixa Turís accounts sync into the dashboard and refresh automatically.
Access your data
Reading the data programmatically is an optional step for developers, taken after the connection above already exists. Open 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 use the CLI (openbanking accounts, openbanking transactions, openbanking sync), an SDK, or the REST API. Every request carries your key in the X-Api-Key header, and each response is decrypted locally on your machine. An API key on its own only ever returns ciphertext, because the servers hold nothing but your public key.
FAQ
Do I need a certificate or developer account with Caixa Turís?
No. open-banking.io is certificate-free. You only approve access on the Caixa Turís consent screen — no direct bank agreement required.
Can open-banking.io read my Caixa Turís transactions?
No. The platform is zero-knowledge and stores only your public key, so your data stays encrypted until your own device decrypts it.
How much does it cost and how long does consent last?
Around EUR 3/month. Each Caixa Turís consent is valid for up to 180 days, after which you re-approve it.
Start at open-banking.io.