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/clientImport
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
- Account model — grants and account IDs
- Connecting Brokers — open Connect in your app
- Use the Server SDK on your backend for portal tokens
Next steps
Client SDK (browser)
- Account model — grants and account IDs
- Connecting Brokers — open Connect in your app
- Server SDK — your backend issues the one-time portal token
Server SDK (Node.js or Python)
- Quick Start — sessions, portal links, and your first API call
- Account model — how grants and account IDs work
- Sandbox — test without live broker credentials
