-
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
easy Laravel Implementation possible? #374
Comments
Have you had a look into I did it like this in another project - in the Samples directory in this project you find some example code as well. You will need different Reqests (which sometimes will and sometimes will not be needed - depending on your bank) - therefore you need the |
Thanks. I'll try. |
I've implemented your repo and it worked well.
In:
This validate the request for a few minutes and everything is fine. |
any ideas? |
I am not sure right now. Seems either like a bank issue or a wrong api call. Maybe @Philipp91 or @nemiah has an idea. |
What do you mean by "everything is fine"? That you can receive the bank statements as expected as long as you just ignore that exception? |
Please log the traffic and send us the last response received from the server. That's the one to which the error message refers. Please make sure it doesn't contain any sensitive information before posting it. The library currently only supports those two aforementioned cases (3956 code to mean "still waiting for the user's confirmation" or HITAN segment to mean "confirmation successful"). But perhaps there are more cases. I suspect that this could be the issue:
Which refers to section B.4.2.2.1 of the specification. So I guess based on the response you post and the further specification sections, we'd have to implement some more functionality to support this bank's login procedure. |
Yes. I can receive the statements when I ignore the error.
I'll check it this week. |
@Philipp91 @nemiah short information after days of working on this implementation: success in all cases except decoupled authentication request. There is a method called "isProzessvariante2" on TanMode model. This returns true in my case but throw an error on "checkDecoupledSubmission" with message "Got neither 3956 nor HITAN with tanProzess=2". I think thats not a right behaviour. Can you check this? |
|
any new news about this issue? |
I can't test it...
|
Hi everybody...I've got the same issue "Got neither 3956 nor HITAN with tanProzess=2". The message for the getStatementOfAccount() returns the statements as it seems. I have attached a log file with the request and a response where you can find "Freigabe erfolgreich" and the positions. But it nevertheless shows this error. |
Hi there,
I'm coming over https://github.com/abiturma/laravel-fints to https://github.com/abiturma/php-fints and from this https://github.com/mschindler83/fints-hbci-php to finally this project.
I've got the big problem, that my bank needs a Tan to receive the statements.
However I didn't find a solution.
Maybe some other has a possible migration?
(Gerne auf Englisch oder Deutsch)
The text was updated successfully, but these errors were encountered: