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

Pure-python FinTS (formerly known as HBCI) implementation

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

Hello, I got new access data for my online banking and now the query via Fints no longer works. The new access data is stored correctly (if I change it,...

I read the documentation, but it's not immediately clear to me what to do. I have put together the following code from the examples. In reality, a TAN is only...

The extension field includes the BIC as a JSON-encoded string. This PR allows to access the extension field via `get_information()`.

HISPAS3 is needed in order to be able to call `get_information()` on a Baader Bank account. So I added it from the spec.

As detailed in my comment on #121, this pull request is a tiny hotfix which allows users to manually set a TAN medium when initializing a new FinTS3PinTanClient. Ideally, we...

The TAN documentation site mentions the "`challenge_hhd_uc` value", correct (and referenced everywhere else in that document) is `challenge_hhd_uc`

Fresh install. The very basic example, gives: ImportError: cannot import name '_power_of_two' from 'enum' (/opt/homebrew/Cellar/[email protected]/3.12.3/Frameworks/Python.framework/Versions/3.12/lib/python3.12/enum.py) As far as i could find out, _power_of_two was a private function available in the...

How is it possible to fetch the account balance of each transaction? I could not found any information about that. If I use the function get_transactions_xml(a,start_date =start_date, end_date=end_date) there is...

**Describe the bug** Minimal bootstrap fails with Sparkasse. The FinTS dialog with Sparkasse aborts when fetching the tan medium (`client.get_tan_media`) with error `9010 - Die angegebene Bankreferenz/Dialog-ID ist nicht gültig.`...

Since v4 of Library, param "product_id" must be defined on call of FinTS3PinTanClient. Troubleshooting Script at https://python-fints.readthedocs.io/en/latest/trouble.html does not pay attention to this parameter. However, users are advised not to...