BCC Scafati e Cetara Open Banking & API Access

Every open-banking.io connection to BCC Scafati e Cetara starts with the account holder, not a developer key. The service links to the Italian cooperative bank the way a customer would — through BCC Scafati e Cetara's own login and PSD2 consent — and only then makes the balances and transactions available to you, encrypted end to end. Whether you hold a personal or a business account, you can bring it into a single dashboard and, if you write code, read it programmatically later.

How to connect BCC Scafati e Cetara

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

  1. Sign up for open-banking.io and set your encryption passphrase. The key pair is generated on your own device, so only you can ever unlock the data.
  2. In the dashboard, choose BCC Scafati e Cetara from the bank list and select the account type you want to link — personal or business.
  3. You are redirected to BCC Scafati e Cetara's own secure login, where you approve access on the bank's consent screen. That consent is valid for up to 180 days before a refresh is needed.
  4. Your accounts sync back into the dashboard, ready to view.

BCC Scafati e Cetara does not publish a public BIC in our records, but none is needed — the bank is selected by name inside the dashboard.

Access your data

Reading the data in code is an optional step you take after the connection exists. Open the Developers page, create an API key, and export a credentials.json file. That file bundles two things: the API key and your private decryption key. With it you can run the CLI (openbanking accounts, openbanking transactions, openbanking sync), or call the REST API and SDKs. Requests authenticate with the X-Api-Key header, and every response is decrypted locally on your machine. The CLI and SDK only read and sync connections that already exist — they never create one.

Because open-banking.io is zero-knowledge, its servers hold only your public key. An API key on its own returns ciphertext; without your private key, no one — not even open-banking.io — can read it. The whole service is certificate-free, so there is no eIDAS setup to manage, and it costs about EUR 3 per month across 2,600+ supported banks.

Is a BIC required to connect BCC Scafati e Cetara?

No. You pick BCC Scafati e Cetara by name in the dashboard; the missing BIC does not affect the connection.

Yes. Both personal and business BCC Scafati e Cetara accounts are supported, and you choose the type when you connect.

Up to 180 days. After that, you re-approve access on BCC Scafati e Cetara's consent screen to keep syncing.

Ready to begin? Start at open-banking.io.