Re: [PHP] PHP and HBCI?

Re: [PHP] PHP and HBCI?

am 08.10.2010 14:50:12 von Ashley Sheridan

------=_Part_2_1286542212112
Content-Type: text/plain;
charset=utf-8
Content-Transfer-Encoding: base64
Content-Disposition: inline

SG93IGRvIHlvdSBtZWFuPyBEaWQgeW91IHdhbnQgdG8gcHJvY2VzcyBwYXlt ZW50cz8gT3Igd2Fk
IGl0IG1vcmUgb2YgYW4gYWN0dWFsIGJhbmtpbmcgdGhpbmcgeW91IG5lZWRl ZD8gSSd2ZSBub3Qg
aGVhcmQgb2YgaGJjaSBiZWZvcmUsIHNvIGNhbid0IG9mZmVyIG11Y2ggaW5m b3JtYXRpb24gYmFj
ay4KClRoYW5rcywKQXNoCmh0dHA6Ly93d3cuYXNobGV5c2hlcmlkYW4uY28u dWsKCi0tLS0tIFJl
cGx5IG1lc3NhZ2UgLS0tLS0KRnJvbTogIlN0ZXBoYW4gRWJlbHQiIDxzdGVA c2hhcmVkLWZpbGVz
LmRlPgpEYXRlOiBGcmksIE9jdCA4LCAyMDEwIDEzOjM3ClN1YmplY3Q6IFtQ SFBdIFBIUCBhbmQg
SEJDST8KVG86ICJQSFAiIDxwaHAtZ2VuZXJhbEBsaXN0cy5waHAubmV0PgoK CkhlbGxvLAoKaXMg
dGhlcmUgYSB3YXkgdG8gZG8gSEJDSSBiYW5raW5nIHdpdGggUEhQPwoKc3Rl cGhhbgoKCi0tIApQ
SFAgR2VuZXJhbCBNYWlsaW5nIExpc3QgKGh0dHA6Ly93d3cucGhwLm5ldC8p ClRvIHVuc3Vic2Ny
aWJlLCB2aXNpdDogaHR0cDovL3d3dy5waHAubmV0L3Vuc3ViLnBocAoK


------=_Part_2_1286542212112--

Re: PHP and HBCI?

am 08.10.2010 15:22:47 von Stephan Ebelt

On Fri, Oct 08, 2010 at 01:50:12PM +0100, ash@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"
> Date: Fri, Oct 8, 2010 13:37
> Subject: [PHP] PHP and HBCI?
> To: "PHP"
>
>
> 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
>

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Re: PHP and HBCI?

am 08.10.2010 15:31:52 von Stephan Ebelt

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@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"
> Date: Fri, Oct 8, 2010 13:37
> Subject: [PHP] PHP and HBCI?
> To: "PHP"
>
>
> 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
>

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Re: PHP and HBCI?

am 08.10.2010 15:39:04 von Sebastian Detert

--------------040902040400080309010502
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit

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@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"
>> Date: Fri, Oct 8, 2010 13:37
>> Subject: [PHP] PHP and HBCI?
>> To: "PHP"
>>
>>
>> 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
>>
>>
>
>


--------------040902040400080309010502--

Re: PHP and HBCI?

am 08.10.2010 15:58:02 von Stephan Ebelt

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@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"
>>> Date: Fri, Oct 8, 2010 13:37
>>> Subject: [PHP] PHP and HBCI?
>>> To: "PHP"
>>>
>>>
>>> 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
>>>
>>>
>>
>>
>

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Re: PHP and HBCI?

am 08.10.2010 16:49:38 von Per Jessen

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ürich (17.9°C)


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php