plaid-node
Official Node.js library for the Plaid API to connect bank accounts and verify balances.
Why consider plaid-node?
plaid-node is the official open-source Node.js client library for Plaid. Plaid connects fintech and invoicing applications to over 12,000 financial institutions, supporting automated bank account verification, transaction sync, identity checks, and real-time balance inquiries.
Learn plaid-node by building
Practical setup notes, real use cases, and copy-ready examples in one focused guide.
In this guide2 sections
Overview of plaid-node
plaid-node links bank accounts and retrieves real-time financial transaction streams for accounting.
Quickstart
npm install plaidimport { Configuration, PlaidApi, PlaidEnvironments } from 'plaid';const client = new PlaidApi(new Configuration({ basePath: PlaidEnvironments.sandbox, baseOptions: { headers: { 'PLAID-CLIENT-ID': '...', 'PLAID-SECRET': '...' } } }));plaid-node is licensed under the permissive MIT License.
Related tools
More options with a similar category or technology profile.
activecampaign-api-php
Official ActiveCampaign PHP API client for marketing automation and deal pipelines.
klaviyo-api-python
Official Python SDK for the Klaviyo E-commerce Marketing Automation API.
klaviyo-api-node
Official Node.js SDK for the Klaviyo E-commerce Marketing Automation API.
hubspot-api-python
Official Python client for the HubSpot CRM & Marketing Automation REST APIs.