Go to the source code of this file.
Functions | |
Request Functions | |
int | AB_Banking_RequestBalance (AB_BANKING *ab, const char *bankCode, const char *accountNumber) |
int | AB_Banking_RequestTransactions (AB_BANKING *ab, const char *bankCode, const char *accountNumber, const GWEN_TIME *firstDate, const GWEN_TIME *lastDate) |
int | AB_Banking_RequestStandingOrders (AB_BANKING *ab, const char *bankCode, const char *accountNumber) |
int | AB_Banking_RequestDatedTransfers (AB_BANKING *ab, const char *bankCode, const char *accountNumber) |
Mapping Application Accounts to Online Accounts | |
Functions in this group provide an optional service for account mapping. Most applications assign unique ids to their own accounts. This unique id can be mapped to an account of AqBanking. | |
void | AB_Banking_SetAccountAlias (AB_BANKING *ab, AB_ACCOUNT *a, const char *alias) |
AB_ACCOUNT * | AB_Banking_GetAccountByAlias (AB_BANKING *ab, const char *alias) |