stereolith / fints-to-ynab

Import transactions from FinTS-capable banks to YNAB
19 stars 4 forks source link

Feature request: Import credit card accounts without IBAN #3

Open neustifter opened 3 years ago

neustifter commented 3 years ago

It would be nice to be able to import credit card transactions. This is already possible for credit cards that have their own IBAN but not for all the others (like comdirect Visa). I've seen there is a get_credit_card_transactions method in the fints.client (altough it is marked #fixme), so in theory it could be possible.

neustifter commented 3 years ago

Tried around with it a bit. Unfortunately the library method get_credit_card_transactions throws an exception that the FinTS-Operation isn't supported.

neustifter commented 3 years ago

There is an issue in the python-fints repository: https://github.com/raphaelm/python-fints/issues/73 that exactly describes this problem.