From: Sebastian Detert on 8 Oct 2010 09:39 Do you have any specifications for HBCI interfaces? Socket connection, XML Exchange, DB Access ? If you have C code for such things, it should be possible to convert this to php code maybe Stephan Ebelt schrieb: > 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:58 common is probably XML via HTTPS transport (at least my bank seems to do it that way). I have no C code whatsoever. Can PHP call arbitrary C functions? Then it might be possible to use AqHBCI/AqBanking somehow? On Fri, Oct 08, 2010 at 03:39:04PM +0200, Sebastian Detert wrote: > Do you have any specifications for HBCI interfaces? Socket connection, > XML Exchange, DB Access ? If you have C code for such things, it should > be possible to convert this to php code maybe > > Stephan Ebelt schrieb: >> 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: Per Jessen on 8 Oct 2010 10:49
Stephan Ebelt wrote: >=20 > common is probably XML via HTTPS transport (at least my bank seems to= > do it that way). I have no C code whatsoever. >=20 > Can PHP call arbitrary C functions? Then it might be possible to use > AqHBCI/AqBanking somehow? You (or someone) would need to write a PHP wrapper for the C functions,= but otherwise yes. --=20 Per Jessen, Z=C3=BCrich (17.9=C2=B0C) |