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

- Move project metadata to `pyproject.toml` - Add SPDX license identifier. I believe the correct one here is `LGPL-3.0-or-later`. The alternative would be `LGPL-3.0-only`. https://spdx.org/licenses/LGPL-3.0-or-later.html https://spdx.org/licenses/LGPL-3.0-only.html - Remove `LICENSE.txt` from...

**Describe the bug** The allowed user_id/customer_id character length is 35 while this lib restrict it to 30. So, user who has a user_id of length 31, 32 or 34 gets...

Hello, i would like to use the package for getting transaction from my gls account. I always get the error "Could not find system_id" when I try to connect. I...

**Describe the bug** A couple of month ago, I started getting the error `Dialog response: 9050` when trying to send a tan to Deutsche Bank. The code worked fine previously...

**Related to #200** - After upgrading to 5.0.0b1 to use CAMT fallback for GLS Bank, `get_transactions()` crashes when the bank requires TAN authentication during the CAMT request. ## Describe the...

Currently, only SEPA-Lastschriften (CORE) are supported through HKDMC and HKDME. It would be helpful to also add Firmen-Lastschriften (B2B): HKBME – Terminierte SEPA-Firmensammellastschrift einreichen HKBSE – Terminierte SEPA-Firmeneinzellastschrift einreichen The...

help wanted

I had some issues with get_holdings delivering not all required information. (not really bugs, more missing features ;-)) #1: Price date can also come in 98C as datetime. change regex:...

help wanted