Banca della Marca Open Banking & API Access
Banca della Marca is a Veneto-based credito cooperativo serving the Marca Trevigiana, and open-banking.io lets you reach its account data without the certificates, sandboxes, or bank-by-bank paperwork that usually stand in the way. It is a PSD2 aggregation layer covering 2,600+ EU and UK institutions, so both business and personal Banca della Marca accounts sync into one place. Every figure that lands in your dashboard is encrypted, and only a key generated on your own device can turn it back into readable numbers.
How to connect Banca della Marca
Connecting happens entirely inside the open-banking.io dashboard — there is no endpoint to call and no key to paste to establish the link. The steps:
- Sign up for open-banking.io and set an encryption passphrase. Your key pair is created locally on your device; open-banking.io only ever holds your public key.
- In the dashboard, choose Banca della Marca and select the account type you want to link — business or personal.
- You are redirected to Banca della Marca's own secure login, where you approve access on the bank's PSD2 consent screen.
- Once approved, your accounts and transactions flow back into the dashboard and stay in sync.
Consent lasts up to 180 days, after which you simply re-approve on Banca della Marca's screen to keep the connection alive.
Access your data
Reading the data programmatically is an optional step that only makes sense after the bank is connected. 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 run the CLI (openbanking accounts, openbanking transactions, openbanking sync) or call the SDK / REST API. Requests authenticate with the X-Api-Key header, and each response is decrypted locally with your own key. The CLI and SDK read and sync existing connections — they never establish new ones. An API key on its own returns only ciphertext; without your private key, the data stays unreadable.
Privacy and pricing
Because decryption is local, open-banking.io is genuinely zero-knowledge: its servers cannot read your Banca della Marca statements. There are no eIDAS certificates to obtain and no per-bank onboarding. Access is roughly EUR 3/month. Note that a public BIC is not listed for Banca della Marca here; the dashboard handles routing for you.
Do I need a QSEAL or eIDAS certificate?
No. open-banking.io manages the regulated PSD2 access, so you never touch certificates.
Can open-banking.io staff see my transactions?
No. They hold only your public key; decryption happens on your device with a key only you control.
Does the CLI connect the bank for me?
No. Connecting is done once in the dashboard via Banca della Marca's consent screen. The CLI only reads and syncs what is already linked.
Start at open-banking.io.