Differences between version 4 and previous revision of OnlineBankingAPI.
Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 4 | Last edited on Tuesday, June 22, 2004 12:19:45 am | by AristotlePagaltzis | Revert |
Older page: | version 3 | Last edited on Monday, June 21, 2004 6:17:02 pm | by DrewBroadley | Revert |
@@ -1,14 +1,19 @@
-__Online Banking API__
+!! Project plan
-__Project Plan__:
-''
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.''
+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.
+!! Backend
-__Backend__:
-;''PERL'':Initally grab's
the login page, parses
form input's
and fills in the appropriate values (with the ability to add custom form values), then proceeds to execute
the login page with form data compiled from the previous page, then handles
any Redirect's
to get to the Welcome/Statements page. It then parses
the output and grabs (
Account Number, Current Balance, Available Balance(, Overdraft/Credit Limit ).
+# Grabs
the login page
+# Parses
form inputs
and fills in the appropriate values (with the ability to add custom form values)
+# Executes
the login page with form data compiled from the previous page
+# Handles
any Redirects
to get to the Welcome/Statements page
+# Parses
the output and grabs Account Number, Current Balance, Available Balance(, Overdraft/Credit Limit
-__
Author__:
-[DrewBroadley]
+!!
Author
-__CVS__:
-[http://cvs.corrupt.co.nz/viewcvs.cgi/bankapi/]
+DrewBroadley
+
+!!
[CVS]
+
+
http://cvs.corrupt.co.nz/viewcvs.cgi/bankapi/