Finance::Bank::ABSA

Check your ABSA bank accounts from Perl
Download

Finance::Bank::ABSA Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Leon Cowle
  • Publisher web site:
  • http://search.cpan.org/~lcowle/

Finance::Bank::ABSA Tags


Finance::Bank::ABSA Description

Check your ABSA bank accounts from Perl Finance::Bank::ABSA is a Perl module that 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.SYNOPSIS use Finance::Bank::ABSA; my @ABSAaccounts = Finance::Bank::ABSA->check_ABSA_balance( bankingid => "xxxxxxxxx", mypassword => "xxxxxxx", seccode => "xxxxxx" ); foreach (@ABSAaccounts) { printf " %-21s : %-18s : ZAR .2f : ZAR .2f ", $_->{name}, $_->{account}, $_->{balance}, $_->{available}; } Requirements: · Perl


Finance::Bank::ABSA Related Software