From: Stephan Ebelt on 8 Oct 2010 08:37 Hello, is there a way to do HBCI banking with PHP? stephan
From: "=?utf-8?B?YXNoQGFzaGxleXNoZXJpZGFuLmNvLnVr?=" on 8 Oct 2010 08:50 How do you mean? Did you want to process payments? Or wad it more of an actual banking thing you needed? I've not heard of hbci before, so can't offer much information back. Thanks, Ash http://www.ashleysheridan.co.uk ----- Reply message ----- From: "Stephan Ebelt" <ste(a)shared-files.de> Date: Fri, Oct 8, 2010 13:37 Subject: [PHP] PHP and HBCI? To: "PHP" <php-general(a)lists.php.net> Hello, is there a way to do HBCI banking with PHP? stephan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
From: "Jay Blanchard" on 8 Oct 2010 08:51 [snip] is there a way to do HBCI banking with PHP? [/snip] yes.
From: Stephan Ebelt on 8 Oct 2010 09:22 On Fri, Oct 08, 2010 at 01:50:12PM +0100, ash(a)ashleysheridan.co.uk wrote: > How do you mean? Did you want to process payments? Or wad it more of an > actual banking thing you needed? I've not heard of hbci before, so can't > offer much information back. HBCI is the german Home Banking Computer Interface which is supported by most banks over here. There are free implementations such as the one used in gnucash and some other projects: http://www.aquamaniac.de/sites/aqbanking/index.php (sorry, site is german but code is english). I could not find a way to use something like that from PHP code, only C and Java so far. My goal for now would be to access bank account statements in order to show the balances. I am not too eager to issue transactions. thanks, stephan > Thanks, > Ash > http://www.ashleysheridan.co.uk > > ----- Reply message ----- > From: "Stephan Ebelt" <ste(a)shared-files.de> > Date: Fri, Oct 8, 2010 13:37 > Subject: [PHP] PHP and HBCI? > To: "PHP" <php-general(a)lists.php.net> > > > Hello, > > is there a way to do HBCI banking with PHP? > > stephan > > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php >
From: Stephan Ebelt on 8 Oct 2010 09:31
wikipedia has a good summary: http://en.wikipedia.org/wiki/HBCI#FinTS_4.0 I just learned that its called "FinTS" now. Looking for that didnt bring me closer yet. stephan On Fri, Oct 08, 2010 at 01:50:12PM +0100, ash(a)ashleysheridan.co.uk wrote: > How do you mean? Did you want to process payments? Or wad it more of an > actual banking thing you needed? I've not heard of hbci before, so can't > offer much information back. > > Thanks, > Ash > http://www.ashleysheridan.co.uk > > ----- Reply message ----- > From: "Stephan Ebelt" <ste(a)shared-files.de> > Date: Fri, Oct 8, 2010 13:37 > Subject: [PHP] PHP and HBCI? > To: "PHP" <php-general(a)lists.php.net> > > > Hello, > > is there a way to do HBCI banking with PHP? > > stephan > > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > |