-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
getTanMedia not returning anything #446
Comments
Hi CasparKrog, this is how my code works:
Do you have the |
Yes I have that in my code. Is it possible that you will have a closer look at my code? |
Can you compare your code with my code snippet above? |
`<?php /** @noinspection PhpUnhandledExceptionInspection */ /**
/** @var \Fhp\FinTs $fints */ // First, the user has to decide which TAN mode they want to use. echo "Here are the available TAN modes:\n"; echo "Which one do you want to use? Index:\n"; // In case the selected TAN mode requires a TAN medium (e.g. if the user picked mTAN, they may have to pick the mobile
} else { // Announce the selection to the FinTS library. // Within your application, you should persist these choices somewhere (e.g. database), so that the user does not have // Now you could do $fints->login(), see login.php for that. For this example, we'll just close the connection. The Output: https://erp.trimix-baustoffe.de/plugins/phpFinTS/Samples/tanModesAndMedia.php |
Okay, but it seems to be correct? after that is no more output set in your code? |
Hi @CasparKrog
then you can see a clear page. best wishes |
again , if you want to know exactly how your tanMeduim is saved in the bank , you need to visit the browser.php and then sign in with your account . |
Sure, I just did it, to get the debugging Info. |
Good idea, tried it, but it won't give me the balance? It stops without giving me the balance. |
Same problem, as some had with "Sparkasse" before in here.
But for me it is not even showing "Alle Geräte" in tanMedia.
Executing this $tanMedia = $fints->getTanMedia($tanMode); is not returning anything. The code is not getting past this.
If I set this manually to "Alle Geräte", the code won't work (
$tanMedium = "Alle Geräte";
).The text was updated successfully, but these errors were encountered: