whisper-money/app/Http/Controllers/OpenBanking
Víctor Falcón fe76c2e43d
feat: Add Bitpanda exchange integration (#132)
## Summary

- Add Bitpanda as a new exchange provider using a single API key
(`X-Api-Key` header) to sync crypto and fiat wallet balances
- Follow the same architecture as Binance: provider string on
`banking_connections`, dedicated API client, balance sync service,
controller, form request, job wiring, factory state, route, and frontend
dialog
- Convert crypto wallet balances to the user's target currency via
`CurrencyConversionService`; fiat wallets are added directly or
converted if in a different currency
- Bitpanda appears in all countries in the connect dialog (same as
Binance)
- 18 new tests covering controller validation, balance sync scenarios,
sync job delegation, expiry handling, and email suppression
2026-02-19 09:26:31 +01:00
..
AccountMappingController.php feat: Add Binance integration (#131) 2026-02-18 15:23:46 +01:00
AuthorizationController.php fix: Delete pending connection and show toast on cancelled bank authorization (#111) 2026-02-12 11:10:15 +01:00
BinanceController.php feat: Add Binance integration (#131) 2026-02-18 15:23:46 +01:00
BitpandaController.php feat: Add Bitpanda exchange integration (#132) 2026-02-19 09:26:31 +01:00
ConnectionController.php feat: Add Binance integration (#131) 2026-02-18 15:23:46 +01:00
IndexaCapitalController.php feat: Add Indexa Capital integration (#130) 2026-02-18 10:42:13 +01:00
InstitutionController.php feat: Integrate EnableBanking as open banking provider (#106) 2026-02-12 09:09:28 +01:00