Browse sources$ls -a sources
Logo of plaid
Plaid
Enhance financial features with secure access to Plaid data
Sync your customers' dataFiber pulls data from your customers' Plaid accounts into your database or cloud storage. Skip months of integration work and begin syncing in minutes.
Logo of plaid
Logo of plaid
Logo of plaid
Logo of plaid
Logo of plaid
Logo of plaid
Logo of plaid
Logo of plaid
Logo of plaid
Logo of plaid
Fiber
postgres-prod
plaid_accounts
plaid_transactions
Your customers' Plaid accounts
Your production database
Meet your new integration toolkit: SQLReplace calls to the Plaid API with an interface you already use. Access the data you need straight from your database.
-- Fetch all the Accounts belonging to the Plaid
-- account of a particular user.

SELECT *
FROM fiber.plaid_account
WHERE account_id = '{user.plaid_id}'
-- Fetch all the Accounts belonging to the Plaid
-- account of a particular user.

SELECT *
FROM fiber.plaid_account
WHERE account_id = '{user.plaid_id}'
Code
CREATE TABLE fiber.plaid_account (
id TEXT NOT NULL,
created_at TIMESTAMP WITH TIME ZONE,
updated_at TIMESTAMP WITH TIME ZONE,
account_id TEXT,
plaid_account_id TEXT,
balances_available DOUBLE PRECISION,
balances_current DOUBLE PRECISION,
balances_iso_currency_code TEXT,
balances_limit DOUBLE PRECISION,
balances_unofficial_currency_code TEXT,
mask TEXT,
name TEXT,
official_name TEXT,
subtype TEXT,
type TEXT
)
CREATE TABLE fiber.plaid_account (
id TEXT NOT NULL,
created_at TIMESTAMP WITH TIME ZONE,
updated_at TIMESTAMP WITH TIME ZONE,
account_id TEXT,
plaid_account_id TEXT,
balances_available DOUBLE PRECISION,
balances_current DOUBLE PRECISION,
balances_iso_currency_code TEXT,
balances_limit DOUBLE PRECISION,
balances_unofficial_currency_code TEXT,
mask TEXT,
name TEXT,
official_name TEXT,
subtype TEXT,
type TEXT
)
Model definition
About this source
Logo of plaid
PlaidFinancial services API for accessing banking and financial information.plaid.com  ↗
Available resources
    Accounts
    Transactions
Missing a resource? We will build it for you.
Similar sources
OAuth
Need help with OAuth for Plaid?Handshake ↗ is a Next.js app boilerplate that handles your OAuth with Plaid and over 200 other APIs. Setup and deploy within minutes.
Logo of plaidIntegrate Plaid using Fiber Fiber makes it easy to access third-party data from Plaid accounts. Get started in just a few minutes.