whisper-money/app/Http/Requests/OpenBanking
Víctor Falcón b5d6316ff6 feat(connections): manage which accounts a bank connection syncs
Add a per-connection account management screen for Enable Banking so users
can revisit the accounts they skipped (or want to re-target) after the
initial connection flow.

- Known accounts render from the DB with no provider call; users can stop
  syncing an account (it becomes a non-destructive manual account, keeping
  its transactions) or move syncing to another manual account.
- A 'Load accounts' button re-fetches the consent's account list from the
  provider on demand (getSession + getAccount for unknown uids) to surface
  newly available accounts, which can then be created or linked.
- The provider is only ever hit on refresh; mutations are DB-only.
2026-06-18 15:21:20 +02:00
..
ConnectBinanceRequest.php feat(open-banking): remove feature flag gating (#297) 2026-04-17 10:20:05 +02:00
ConnectBitpandaRequest.php feat(open-banking): remove feature flag gating (#297) 2026-04-17 10:20:05 +02:00
ConnectCoinbaseRequest.php feat: Coinbase banking integration (#388) 2026-05-13 19:53:30 +02:00
ConnectIndexaCapitalRequest.php feat(open-banking): remove feature flag gating (#297) 2026-04-17 10:20:05 +02:00
ConnectWiseRequest.php feat: add Wise open banking integration with balance sync (#525) 2026-06-16 13:23:25 +00:00
DestroyConnectionRequest.php feat: Integrate EnableBanking as open banking provider (#106) 2026-02-12 09:09:28 +01:00
ListInstitutionsRequest.php feat(open-banking): remove feature flag gating (#297) 2026-04-17 10:20:05 +02:00
MapAccountsRequest.php refactor(requests): extract user-owned exists rules to trait (#477) 2026-06-03 17:33:54 +02:00
MapConnectionAccountRequest.php feat(connections): manage which accounts a bank connection syncs 2026-06-18 15:21:20 +02:00
StartAuthorizationRequest.php feat(open-banking): remove feature flag gating (#297) 2026-04-17 10:20:05 +02:00
UpdateConnectionCredentialsRequest.php refactor: centralize duplicated provider & locale keys into enums (#543) 2026-06-16 13:43:14 +00:00