Tobias Löbhard

Results 12 comments of Tobias Löbhard

For me ING-DiBa still works. I've current (3.0.1) version of this library.

> Googling this a bit, it seems that ING is slowly switching from https://fints.ing-diba.de/fints to https://fints.ing.de/fints I just checked my URL - I'm already using the new one, sorry for...

Double of #42? And just use `guessed_entry_date` - as written in your linked comment?

Double of #42? And there the issue is linked to the source: https://github.com/WoLpH/mt940/issues/17 So just use `guessed_entry_date`?

This issue seems to be because ING does not support any TAN mode in FinTS: https://www.ing.de/ueber-uns/wissenswert/psd2/ If I add following check to https://github.com/raphaelm/python-fints/blob/bc1c81e0a42be245c6af24bb0885ce1b2407bd2a/fints/client.py#L1175 it goes one step further: `if not...

> send_tan could initialize the touchpoint state Quite pragmatic, but what do you think of this solution just before [return statement in send_tan](https://github.com/raphaelm/python-fints/blob/bc1c81e0a42be245c6af24bb0885ce1b2407bd2a/fints/client.py#L1264) ``` # Restore _touchdown_... attributes if challenge.resume_method...

...and we need to do that for all operations? Maybe it could be centralized somewhere? for get_transactions_xml it seems to be: ``` if tan_request.command_seg.TYPE == 'HKCAZ': client._touchdown_args = ['HICAZ'] self._touchdown_kwargs...

comdirect needs `pain.001.003.03`, and yes, I fixed it by adding https://github.com/hbci4j/hbci4java/blob/master/src/main/resources/pain.001.003.03.xsd in https://github.com/raphaelm/python-sepaxml/tree/master/sepaxml/schemas to make SEPA transfer work. Can you just add it to the package or are there some...

Ok, I checked that a bit more in detail, the only difference between [pain.001.001.03.xsd](https://github.com/hbci4j/hbci4java/blob/master/src/main/resources/pain.001.001.03.xsd) and [pain.001.003.03.xsd](https://github.com/hbci4j/hbci4java/blob/master/src/main/resources/pain.001.003.03.xsd) is the naming of complexType ServiceLevel (and the occurences). I the old version pain.001.003.03...

> I continue to be confused since that version does not exist at the link supplied by @1oglop1 As written above - I think it is [deprecated](https://www.alf-banco.de/forum/viewtopic.php?t=7774) (and just still...