Finance-Bank-ABSA

 view release on metacpan or  search on metacpan

ABSA.pm  view on Meta::CPAN

  }

=head1 DESCRIPTION

This module provides a rudimentary interface to the South African
ABSA online banking system at C<https://vs1.absa.co.za/ibs/UserAuthentication.do>
which is where C<http://www.absadirect.co.za> redirects to.

=head1 DEPENDENCIES

You will need either C<Crypt::SSLeay> or C<IO::Socket::SSL> installed
for HTTPS support to work with LWP.  This module also depends on
C<WWW::Mechanize> and C<HTML::TokeParser> for screen-scraping.

=head1 CLASS METHODS

    check_ABSA_balance(bankingid => $u, mypassword => $p, seccode => $s)

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

=head1 ACCOUNT HASH KEYS

README  view on Meta::CPAN

  }

DESCRIPTION

This module provides a rudimentary interface to the South African
ABSA online banking system at https://vs1.absa.co.za/ibs/UserAuthentication.do
which is where http://www.absadirect.co.za redirects to.

DEPENDENCIES

You will need either Crypt::SSLeay or IO::Socket::SSL installed
for HTTPS support to work with LWP.  This module also depends on
WWW::Mechanize and HTML::TokeParser for screen-scraping.

CLASS METHODS

    check_ABSA_balance(bankingid => $u, mypassword => $p, seccode => $s)

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

ACCOUNT HASH KEYS



( run in 0.389 second using v1.01-cache-2.11-cpan-fd5d4e115d8 )