Sviluppatori
Crea un'API key, esporta credentials.json ed effettua la tua prima chiamata decifrata in pochi minuti.
Crea la tua API key
Accedi per creare un'API key ed esportare il tuo bundle di credenziali, poi scegli un linguaggio qui sopra per effettuare la tua prima chiamata.
Invia la chiave nell'header X-Api-Key. Concede lo stesso accesso che hai tu ai tuoi dati.
Pacchetto: @open-banking-io/client
Installa
Requires Node ≥ 20 (built-in WebCrypto + fetch, no runtime deps).
Connetti e chiama
Punta il client al tuo credentials.json — ogni richiesta è autenticata e ogni risposta è decifrata in-process.
Metodi
getAccounts()List your accounts with decrypted balances.
getTransactions(accountId, …)Page an account's transactions (date range, limit, offset).
getConnections()List your connected banks.
sync(accountId)Refresh one account from the bank (decrypts the session uid locally).
syncAll()Refresh every account that has an active session.
Crea il Secret
La chiave credentials.json= rinomina il tuo download datato in un nome di file pulito all'interno del cluster.
Montalo in un Deployment
Monta il Secret in sola lettura e caricalo nel tuo codice, es. fromCredentials("/etc/obio/credentials.json").