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.x or higher
TypeScript
4.9 or higher (optional)
Once installed, proceed to the Quick Start Guide to initialize the SDK and make your first API call.
Next Steps
- Quick Start - Initialize the SDK and confirm your first successful request.
- Sandbox Environment - Safely test your integration end to end.
- Connecting Brokers - Add the broker connection flow to your app.
