go-hbci icon indicating copy to clipboard operation
go-hbci copied to clipboard

A client library to use the HBCI standard

Results 15 go-hbci issues
Sort by recently updated
recently updated
newest added

This adds unbooked transactions to the return results from the `Client`.

With PSD2 banks now require registration of programs (rather than libraries) with "Die Deutsche Kreditwirtschaft" on https://www.hbci-zka.de. You are given a key that needs to be passed in the product...

I have a situation that I already have descripted here: _Originally posted by @svenjeppsson in https://github.com/mitch000001/go-hbci/issues/19#issuecomment-456695842_ Found the reason: https://github.com/mitch000001/go-hbci/blob/d1fd34bcbec7e3a2bfe1e4b651c7e22fb7140cc3/swift/mt940.go#L243-L246 ValutaDate ist 1.1.2019 BookingDate is actually 28.12.2018 diffdrences of month...

Hey found this peace of code where something confuses me. https://github.com/mitch000001/go-hbci/blob/180d8316ddfed7fd5766dd69734fe5ed35467429/client/client.go#L153-L163 In line 156 checks whether seq is nil but in line 155 seq is already accessed "seg.Transactions()..." I am...

Hi there, I was trying to retrieve Account Information from my bank (comdirect bank AG) and got into some trouble doing so: While initializing the dialog `d.init() @dialog.go:299` I got...

When trying to connect to DKB with the code in this [gist](https://gist.github.com/vosst/c53d59d558aa8546b8f178cf1a7ab9c0), the following error is reported: panic: Error while fetching accounts: Institute returned errors: MessageAcknowledgement for message 1 (0):...

This project looks useful but I'm too much of a retard to understand what's happening in here. What do I need to do to make use of this?

I can't see that the crypto folder ist used anywhere in this project. Does is serve a purpose?

Hi Folks, I try to get my account balances and I configured my "clientConfig" like discussed here #41 But I always get this: ` MessageAcknowledgement for message 1 (0): Code:...