eshaham / israeli-bank-scrapers

Provide scrapers for all major Israeli banks and credit card companies
MIT License
567 stars 152 forks source link

[Request] add bank account details for credit card accounts #854

Open amosbe opened 1 month ago

amosbe commented 1 month ago

First, thank you for this great project, I've been using it for the past few months and it's amazing.

Credit card websites (e.g., Isracard), show for each card some nice metadata, like:

It would be nice to have this information returned as part of the account object, alongside the card number and the txns

Specifically, the trigger for me is to know if I have enough balance in each bank account, before the charge date, where I have many cards charged from different bank accounts.

baruchiro commented 1 month ago

I agree, adding the Bank relation is something needed, for example, I think it is needed for connecting credit cards to banks accounts in Firefly III.

I'm from mobile right now so I can't review the code, but note that maybe it will lead us to differentiate the types and the structure of the accounts to be specified as Bank or Credit Card.