Re: [Aqbanking-devel] right way to check balance of an account with API

2006-12-28 Thread Martin Preuss
Hi, On Friday 29 December 2006 00:03, Timo Dörr wrote: [...] > Now what is the prefered, not deprecated way of getting the balance? For > retrieving the Transactions i use the context style which works quite good. [...] > P.S: I found out that in the above setup > AB_Banking_ExecuteQueueWithCtx(..

[Aqbanking-devel] right way to check balance of an account with API

2006-12-28 Thread Timo Dörr
Hi list, I succesfully created some code that uses aqbanking API with aqhbci backend. I managed to get transaction list out from the HBCI server, now i want to get the current balance. Using the api docs, i could get sth. like this to work: // begin code snippet job = AB_JobGetBalance_new(ab); AB