python-fints icon indicating copy to clipboard operation
python-fints copied to clipboard

Pure-python FinTS (formerly known as HBCI) implementation

Results 64 python-fints issues
Sort by recently updated
recently updated
newest added

Hi! I recently recognized that my previous working application suddenly throws an error while fetching transactions from my DKB account. I used the example code from https://python-fints.readthedocs.io/en/latest/trouble.html to verify if...

Hi there, I was wondering whether this lib supports authentication using "Sicherheitsdatei"? If yes, how to use? if not, can you give me some directions where should I start with...

tl;dr shave off 2s from import time and thus from every one of my pytest runs in a dependent project :-) When the `FINTS_DISABLE_DOC_HACK` environment variable is present, fints will...

**Describe the bug** Execution of the [test script](https://python-fints.readthedocs.io/en/latest/trouble.html) fails with this error: `fints.exceptions.FinTSClientError: Error during dialog initialization, could not fetch BPD. Please check that you passed the correct bank identifier...

If I try to get the balance, I got This operation is not supported by this bank: No supported HISALS version found. I support (5, 6, 7), bank supports ()....

When I tray to get the transactions from a period longer than 90 days, a TAN is needed. When I send the TAN with send_tan the response is always an...

https://pypi.org/project/fints/ displays Markdown code inline instead of a proper HTML link. > \[Read our documentation for more info\](https://python-fints.readthedocs.io)

Is someone else using HVB with AppTAN? **Describe the bug** Since switch to AppTAN HVB seems to work no more. First connection (in this case fetch tan mechanisms...) throws 403....

Hey, I just added some docs. What still confuses me is that the docs state for the `send_tan` function: > Returns: | Currently no response Source: https://python-fints.readthedocs.io/en/latest/tans.html#sending-the-tan

I am trying to fetch my current balances of an Deka Depot at the Sparkasse. For an Deka Depot does not exist an IBAN so it only appears using `client.get_information()`...

help wanted
question