Finance-Bank-Barclays

 view release on metacpan or  search on metacpan

Barclays.pm  view on Meta::CPAN


  foreach (@accounts) {
	  printf "%8s %8s : GBP %8.2f\n",
	  $_->{sort_code}, $_->{account_no}, $_->{balance};
  }

=head1 DESCRIPTION

This module provides a rudimentary interface to the Barclays Online
Banking service at C<https://ibank.barclays.co.uk>. You will need either
C<Crypt::SSLeay> or C<IO::Socket::SSL> installed for HTTPS support to
work. C<WWW::Mechanize> is required.

=head1 CLASS METHODS

  check_balance(memnumber => $u, passcode => $p, surname => $s,
    password => $w)

Return an array of account objects, one for each of your bank accounts.

=head1 OBJECT METHODS

Changes  view on Meta::CPAN

0.10  Thu Jun  3 14:33:03 BST 2004
	- patch from Matt Biddulph to fix interstitial page problem
	  (thanks!)
	- re-ordered this Changes file to be most-recent-first

0.09  Fri Dec 19 10:40:58 GMT 2003
	- gah, Barclays changed the text of the login page again

0.08  Tue Dec  2 11:38:19 GMT 2003
	- support use of https proxy (works with Crypt::SSLeay and
	  Net::SSL - doesn't work with Net::SSLeay and IO::Socket::SSL -
	  patches welcome)

0.07  Tue Oct 28 16:48:49 GMT 2003
	- tick the checkbox on the "security warning" front page before
	  following the "next" link

0.06  Wed Sep 17 13:47:31 BST 2003
	- if the account data isn't on the front page, look for a "next"
	  link to follow and try again

README  view on Meta::CPAN

      );

      foreach (@accounts) {
              printf "%8s %8s : GBP %8.2f\n",
              $_->{sort_code}, $_->{account_no}, $_->{balance};
      }

DESCRIPTION
    This module provides a rudimentary interface to the Barclays Online
    Banking service at "https://ibank.barclays.co.uk". You will need either
    "Crypt::SSLeay" or "IO::Socket::SSL" installed for HTTPS support to work
    with LWP.

CLASS METHODS
      check_balance(memnumber => $u, passcode => $p, surname => $s,
        password => $w)

    Return an array of account objects, one for each of your bank accounts.

OBJECT METHODS
      $ac->sort_code



( run in 0.497 second using v1.01-cache-2.11-cpan-4d50c553e7e )