Caixa Rural Xilxes API Access & Open Banking Data
Caixa Rural Xilxes is a Valencian credit cooperative rooted in Xilxes (Castellón) and part of Grupo Cooperativo Cajamar. If you hold a business or personal account there, open-banking.io lets you pull your balances and transaction history into one dashboard — and, if you write software, read that same data programmatically. Access is granted under PSD2 with your explicit consent, and everything is decrypted on your own device using a key only you control.
unlike screen-scraping tools, open-banking.io is certificate-free and zero-knowledge. You never upload an eIDAS certificate, and our servers only ever hold your public key, so they can store your synced data but can never read it.
How to connect Caixa Rural Xilxes
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 from that passphrase.
- In the dashboard, search for Caixa Rural Xilxes (BIC
CCRIES2A157) and choose your account type — business or personal. - You are redirected to Caixa Rural Xilxes's own secure login and consent screen, where you approve access directly with the bank.
- Once approved, your accounts sync back into your open-banking.io dashboard. Consent lasts up to 180 days, after which you simply re-approve on the bank's screen.
Access your data
Reading the data in code is an optional developer step you take after the connection above exists. On the Developers page, create an API key and export a credentials.json — it bundles that API key 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 the X-Api-Key header, and each response is decrypted locally with your own key — an API key alone only ever returns ciphertext.
All of this runs for roughly EUR 3/month, covering 2,600+ EU and UK banks.
Do I need a developer account to connect Caixa Rural Xilxes?
No. Connecting and viewing accounts is done in the dashboard. API keys are only for optional programmatic reads.
Can open-banking.io see my Caixa Rural Xilxes transactions?
No. Data is decrypted on your device with your private key; our servers hold only your public key and encrypted blobs.
How long does access last?
Caixa Rural Xilxes grants up to 180 days per consent. Re-approve on the bank's screen to renew.
Ready to start? Visit open-banking.io.