fints-to-ynab
fints-to-ynab copied to clipboard
Feature request: Import credit card accounts without IBAN
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.
Tried around with it a bit. Unfortunately the library method get_credit_card_transactions throws an exception that the FinTS-Operation isn't supported.
There is an issue in the python-fints repository: https://github.com/raphaelm/python-fints/issues/73 that exactly describes this problem.