This view provides an out of the box overview dashboard tailored to solopreneurs.
It leads with cash flow: the summary tiles at the top default to the cashflow reporting variant (money in, money out, and net cash flow), each with a categorized vs. uncategorized breakdown.The page consists of an onboarding banner (prompting the user to link bank accounts and set up their tax profile), the cashflow summary tiles, and a grid of summary cards for profit & loss, expenses, tax estimates, and mileage tracking.
A function which navigates to the tax profile setup page of your app. This will be triggered when clicking the “Set up your tax profile” button on the onboarding banner. If omitted, the button is not shown.
A function which navigates to the bank transactions to review page of your app. This will be triggered when clicking on the transactions-to-review CTA in the summary tiles.
Optional styling overrides for the mini donut charts and swatch colors on the summary tiles. Takes precedence over chartColorsList where both are supplied.
With 'cashflow' (the default on this page), the tiles show money in, money out, and net cash flow.
With 'profitAndLoss', the tiles show revenue, expenses, and net profit.
Optional styling overrides for the donut chart on the expenses summary card. Takes precedence over the page-level chartColorsList where both are supplied.
Ordered palette for the chart. Categories are assigned colors in alphabetical order by name; if the list is shorter than the number of categories, colors repeat with reduced opacity.
Configuration for using Plaid Hosted Link instead of the embedded Plaid modal when linking bank accounts from the onboarding banner. When provided, account linking opens a Plaid-owned page in the browser rather than displaying an embedded modal.
Set to true when the user will open the hosted link in an ASWebAuthenticationSession (iOS) or Android Custom Tab. This tells Plaid to use the correct redirect handling for mobile contexts.
Universal Link (iOS) or App Link (Android) that opens your app. Used when Plaid redirects from a third-party OAuth app (e.g., a bank’s app) back to your app during app-to-app authentication.
URI to redirect to after the user completes the Plaid hosted link flow (e.g., myapp://plaid-complete). Recommended for mobile apps to automatically close the hosted link session and return to your app. If not provided, the user sees a “Return to app” message and must navigate back manually.
Callback function that navigates the user to the Plaid Hosted Link URL. This function receives the Plaid-owned URL and should open it in the device’s browser or an in-app browser. Required for all hosted link configurations.
Assistant
Responses are generated using AI and may contain mistakes.