Installation

Install the Finatic SDK for your platform.

Installation

Install the Finatic SDK for your environment using the interactive selector below.

Tip: If you're onboarding for the first time, use sandbox credentials first and switch to production keys after your flow is validated.

For browser-based applications and client-side integrations.

Installation

Install the Finatic SDK for your platform using your preferred package manager.

1npm install @finatic/client

Import

1import { FinaticConnect } from '@finatic/client';

Verification

After installation, verify that the SDK is correctly installed:

1import { FinaticConnect } from '@finatic/client'; 2 3console.log('Finatic SDK installed successfully!');

Requirements

Node.js
18 or higher
React
16.8 or higher
TypeScript
4.9 or higher (optional)

Next steps

Next steps

Client SDK (browser)

  1. Account model — grants and account IDs
  2. Connecting Brokers — open Connect in your app
  3. Server SDK — your backend issues the one-time portal token

Server SDK (Node.js or Python)

  1. Quick Start — sessions, portal links, and your first API call
  2. Account model — how grants and account IDs work
  3. Sandbox — test without live broker credentials