Sync Multi-Bank Balance Data to BigQuery using Plaid

Go to Workflow
0 views
Built by Fahmi Fahreza Fahmi Fahreza
Created on June 05, 2026

Description

Automated Multi-Bank Balance Sync to BigQuery

This workflow automatically fetches balances from multiple financial institutions (RBC, Amex, Wise, PayPal) using Plaid, maps them to QuickBooks account names, and loads structured records into Google BigQuery for analytics.

Who’s it for?
Finance teams, accountants, and data engineers managing consolidated bank reporting in Google BigQuery.

How it works
The Schedule Trigger runs weekly.
Four Plaid API calls fetch balances from RBC, Amex, Wise, and PayPal.
Each response splits out individual accounts and maps them to QuickBooks names.
All accounts are merged into one dataset.
The workflow structures the account data, generates UUIDs, and formats SQL inserts.
BigQuery node uploads the finalized records.

How to set up
Add Plaid and Google BigQuery credentials, replace client IDs and secrets with variables, test each connection, and schedule the trigger for your reporting cadence.

Nodes Used (3)

Code
n8n-nodes-base.code
Google BigQuery
n8n-nodes-base.googleBigQuery
HTTP Request
n8n-nodes-base.httpRequest