Retrieve a bank account
Returns the full detail of a single bank account by ID, including the linked GL account code,
bank name, account number (masked), routing number (masked), account type (checking / savings),
and the current statement balance from the most recent reconciliation.
Requires accounting:read scope.
Authorizations
API key issued per entity via Settings > Developers > API Keys.
Each key carries scopes (e.g. orders:read, products:write).
Bearer token format: Authorization: Bearer ark_live_ent_Test keys use ark_test_ent_. Both are issued per entity
via Settings > Developers > API Keys.
Path Parameters
Response
Bank account with GL account details
A bank account linked to a GL account. Used for bank reconciliation and Plaid-based transaction sync. Plaid fields are read-only and managed by routes/plaid.mjs exclusively. Verified against live dev RDS accounting.bank_accounts.

