View bank account details, transaction history, and sync controls for a specific bank account at the in-app routeDocumentation 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/bank-accounts/:id.
Overview
This screen displays the details of a single bank account identified by the:id URL parameter. The header shows the account name, masked account number, bank name, and active/inactive status badge. An Account Details card shows account type, routing number (or ”—”), linked GL account and number, GL balance, and bank balance (when available). For Plaid-connected accounts (bank_provider === 'plaid' and plaid_connection_status === 'connected'), Sync Now, Fetch History, and Reconcile buttons appear. Charts show transaction category breakdown and balance trend when transaction data is available. A Recent Transactions section lists up to 100 transactions (paginated by “Load More”) with date, type, check number, and amount — negative amounts appear in destructive color. Filters for date range, amount range, and transaction type are available.
Who it’s for
No explicit permission gate on this route. The route is registered without aRequirePermission wrapper in fa.tsx.
Before you start
- The bank account must already exist and be connected or manually added.
- An organization must be selected.
Steps
Navigate to the account
Open the Banking Hub at
/fa/banking and click an account, or navigate directly to /fa/bank-accounts/:id.Review account details
The Account Details card shows type, routing number, GL account, and balances.
Sync transactions (Plaid only)
Click Sync Now to trigger a Plaid transaction sync for connected accounts.
Fetch history (Plaid only)
Click Fetch History to open
HistoricalSyncDialog for a specific date range.Start reconciliation (Plaid only)
Click Reconcile to navigate to
/fa/reconciliations/new?accountId=....Key concepts
plaid_connection_status—connectedenables Plaid sync controlsmaskAccountNumber— masks the account number for displaytransaction_type— used for the type filter dropdownfa_bank_statement_lines— transaction records sourced from bank statements
Related
Finance & Revenue
Finance & Revenue core overview.
Governance & parity
Documentation coverage and governance.
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/BankAccountDetailPage.tsx
- src/cores/fa/hooks/useBankAccounts.ts