The Plaid API Usage dashboard atDocumentation Index
Fetch the complete documentation index at: https://docs.encoreos.io/llms.txt
Use this file to discover all available pages before exploring further.
/fa/banking/plaid-usage provides operational metrics for the Plaid bank connection integration, including API request counts, rate limit events, and per-institution sync success rates.
Overview
The route/fa/banking/plaid-usage loads PlaidApiUsageDashboard (permission: fa.banking.admin). The dashboard displays:
- Five summary metric cards (observable from skeleton layout: 5 cards).
- Two side-by-side charts (area chart and bar chart using Recharts).
- A detail table (per-institution breakdown).
usePlaidApiUsageDashboard. A manual refresh button is present.
Who it’s for
Requires permissionfa.banking.admin.
Before you start
- Plaid must be configured and at least one bank connection established.
- This dashboard is for operational/administrative monitoring only.
Steps
- Navigate to Finance & Revenue → Banking → Plaid API Usage, or go to
/fa/banking/plaid-usage. - Select the desired date range (7d, 30d, or 90d).
- Review the summary metrics, charts, and per-institution table.
- Use the refresh button to reload the latest data.
Key concepts
DateRangeOption — Accepted values: '7d', '30d', '90d'.
Rate limit hits — Events where the Plaid API returned a rate-limit response; visible in the dashboard for monitoring integration health.
Sync success rate — The ratio of successful data syncs to total sync attempts per institution.
Related
Finance & Revenue
Finance & Revenue core overview.
Governance & parity
This page documents shipped product behavior. It is not medical, legal, or
billing advice. Verify against your organization’s policies and applicable
regulations before using it for clinical, compliance, or billing decisions.
Protected health information (PHI) shown in the product is governed by your
tenant’s access controls and is never exposed in this documentation.
Documentation sources
Documentation sources
- src/routes/fa.tsx
- src/cores/fa/pages/PlaidApiUsageDashboard.tsx
- src/cores/fa/hooks/usePlaidApiUsageDashboard.ts