Penguin
Blame: OnlineBankingAPI
EditPageHistoryDiffInfoLikePages
Annotated edit history of OnlineBankingAPI version 5, including all changes. View license author blame.
Rev Author # Line
4 AristotlePagaltzis 1 !! Project plan
1 DrewBroadley 2
4 AristotlePagaltzis 3 I got the idea after playing with some WAP sites, that it would be possible to write some sort of API to online banking websites. I wanted myself to have the ability to get an SMS or Email with my Bank Account and balances. This was spawned properly after a night of investigating Westpac's Online Banking system and has gone from there.
1 DrewBroadley 4
4 AristotlePagaltzis 5 !! Backend
1 DrewBroadley 6
4 AristotlePagaltzis 7 # Grabs the login page
8 # Parses form inputs and fills in the appropriate values (with the ability to add custom form values)
9 # Executes the login page with form data compiled from the previous page
10 # Handles any Redirects to get to the Welcome/Statements page
11 # Parses the output and grabs Account Number, Current Balance, Available Balance(, Overdraft/Credit Limit
1 DrewBroadley 12
4 AristotlePagaltzis 13 !! Author
1 DrewBroadley 14
4 AristotlePagaltzis 15 DrewBroadley
16
17 !! [CVS]
5 DrewBroadley 18 http://cvs.corrupt.co.nz/cgi-bin/cvsweb.cgi/bankapi/