FinGoal has presented 1 V-Sum technical briefing.
Jack Ryan of FinGoal demos the FinGoal Switch Kit — a wrapper around Plaid, MX Link Money, Yodlee, and other aggregators that normalizes the account and transaction shape so you can swap aggregators in minutes instead of months. The live demo starts with a Next.js app running a Plaid link against Wells Fargo, then swaps the token endpoint and frontend portal to MX Link Money — which authenticates via open banking directly in the Wells Fargo app. The migration philosophy is not a big-bang swap: FinGoal recommends leaving existing Plaid connections alone and re-linking users through the new aggregator only when a connection breaks, so net-new users and natural re-auths silently migrate without churn. The Switch Kit\'s payoff is that the success page digests the callback event string from Link Money and renders the new accounts and /transactions/get output alongside pre-existing Plaid data — same schema, same categories, same fields — with only three files changed across the entire app. The thesis: developers should not be locked into an aggregator by migration cost.
Jack Ryan of FinGoal demos the FinGoal Switch Kit — a wrapper around Plaid, MX Link Money, Yodlee, and other aggregators that normalizes the account and transaction shape so you can swap aggregators in minutes instead of months. The live demo starts with a Next.js app running a P…