whisper-money/app/Http/Requests/OpenBanking
Víctor Falcón f350fdde4f feat(banking): add Interactive Brokers connect flow behind a feature flag
Connect/update-credentials endpoints validate the Flex token + query ID by
pulling a statement, then build pending accounts from it. Gated by a Pennant
feature (InteractiveBrokers, off by default) so it can be enabled per beta
tester until validated against a live account.

Credentials reuse the encrypted api_token (Flex token) and api_secret (Flex
query ID) columns, so no migration is needed.
2026-06-22 19:11:04 +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
ConnectInteractiveBrokersRequest.php feat(banking): add Interactive Brokers connect flow behind a feature flag 2026-06-22 19:11:04 +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 (#558) 2026-06-18 16:22:49 +02:00
StartAuthorizationRequest.php feat(open-banking): remove feature flag gating (#297) 2026-04-17 10:20:05 +02:00
UpdateConnectionCredentialsRequest.php feat(banking): add Interactive Brokers connect flow behind a feature flag 2026-06-22 19:11:04 +02:00