-
Notifications
You must be signed in to change notification settings - Fork 12
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
Documentation #41
Comments
Hi, there is no real documentation about how to use this code. The closest you can get is looking at the e2e test from the client: go-hbci/client/client_feature_test.go Lines 19 to 41 in 61c8b35
go-hbci/cmd/banking/transactions.go Lines 70 to 85 in 61c8b35
I will try to provide additional test examples soon. |
@mitch000001 |
Hi @mitch000001, But I'm stuck here:
So, If I try the password, I get "Anmeldung fehlgeschlagen"... And I don't want to risk more login failure... Thanks. The PR #42 is not helping me much. |
So, the account id is your account number and the bank id is the BLZ. The Account id can also be derived from the Iban, that's the latter part with a leading zero if your account id is shorter. So you're correct. The pin is the password used to access your online banking. |
Just as a side note, for me (Sparkasse), it's some kind of combination of first and last name. Same as the login of their web interface. |
It's me again :)
Thanks for merging #38!
But my next question is: How to use this lib?
Is there any documentation or code example?
I just need to list transactions, nothing fancy.
Thanks again.
The text was updated successfully, but these errors were encountered: