Closed lindstrom79 closed 4 months ago
had the same question 👍🏻
Will phpFinTS always show the latest TAN methods that belong to a user?
The phpFinTS library shows all the TAN modes that are available to the user according to the server's response. More specifically:
print_r($fints->getBpd()->allTanModes)
.print_r($fints->allowedTanModes)
.If so, why is SecureGo plus missing then?
My guess is that it's not on the allowlist from that second step above. So the new question is: Why does MoneyMoney show it?
$fints->setLogger()
for phpFinTS) and search for 3920
, which is the serialized identifier of the data element that contains the allowed TAN methods.Did you figure out the reason here?
Hello,
I noticed when I use phpFinTS with my VR bank account I get 4 TAN methods back and show them. For example I not see SecureGo plus which I have. When I choose SecureGo it also works nevertheless.
But when I use the same bank data with my bank software MoneyMoney I see some more - even SecureGo plus. Even TAN methods which I don't have appear there.
Will phpFinTS always show the latest TAN methods that belong to a user? If so, why is SecureGo plus missing then?