-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comdirect: credit card account is not a SEPA account #73
Comments
I can get transactions if I just use one of the other accounts in the |
@runiq Can you reconfirm that you can get valid credit card transactions with |
Yeah, the return value looks a little iffy:
Some notes and observations:
I'd be glad to help you improve this function. Can you give me some pointers as to what you'd expect the output to look like? |
I now remembered that I do have a test account and credit card with comdirect, just hadn't realized they implement DKKKU2. I'm tracking my work at https://github.com/henryk/python-fints/tree/implement-dikku2 |
(Note: The correct way to get the list of accounts and available operations is |
I have the same issue. Could you give me a hint? |
I have the same problem as @Ulli2k , looking into the model it seems, that everywhere 'SEPAAccounts' are expected and the representation retrieved by e.g. : cannot be used to get transactions. I have to create the object manually as:
|
I have the very same problem. get_credit_card_transactions throws an exception that the operation is not supported. |
Using
get_sepa_accounts()
with a Comdirect FinTS object does not yield the credit card accounts:Even though the very same account is listed when I use
get_information()
on the FinTS object:The third account is the credit card account. Notably, it does not have an IBAN and the account number is also markedly different from the other accounts (it is much longer and seemingly doesn't follow the same numbering scheme the other accounts do).
How can I use
f.get_credit_card_transactions()
if I don't have the account object? Can I try creating the account object manually somehow?The text was updated successfully, but these errors were encountered: