New bank account creation in the Finance & Revenue core is accessible via the Banking Hub.Documentation Index
Fetch the complete documentation index at: https://docs.encoreos.io/llms.txt
Use this file to discover all available pages before exploring further.
Overview
The/fa/bank-accounts route redirects to /fa/banking?tab=accounts. Bank account creation is expected to occur within that tab of the Banking Hub (BankingHubPage).
The BankAccountDetailPage at /fa/bank-accounts/:id shows account details including GL account link, routing/account numbers, balance, and Plaid connection status.
Bank provider support: plaid (confirmed in BankAccountDetailPage — checks bank_provider === 'plaid')
Who it’s for
No explicit permission gate on the/fa/bank-accounts (redirect) or /fa/bank-accounts/:id routes.
Before you start
- Navigate to the Banking Hub at
/fa/banking?tab=accountsto access bank account management.
Steps
- Navigate to
/fa/banking?tab=accounts. - Use the Banking Hub interface to add a new bank account.
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/BankAccountDetailPage.tsx
- src/cores/fa/pages/BankingHubPage.tsx