Finance::Bank::IE::PTSB - Finance::Bank interface for Permanent TSB (Ireland)


Finance-Bank-IE documentation  | view source Contained in the Finance-Bank-IE distribution.

Index


NAME

Top

Finance::Bank::IE::PTSB - Finance::Bank interface for Permanent TSB (Ireland)

DESCRIPTION

Top

This module implements the Finance::Bank 'API' for Permanent TSB (Ireland)'s Open24 online banking service.

* $self->_get( url, [config] )
 Get the specified URL, dealing with login if necessary along the way.

* check_balance( [config] )
 Check the balances on all accounts. Optional config hashref.

* account_details( $account [, config] )
 Return transaction details from the specified account

* $self->_get_third_party_page( account [, config ] )
 Get the third-party payments page for account

* $self->list_beneficiaries( account )
 List beneficiaries of C<account>

* $self->add_beneficiary( $from_account, $to_account_details, $config )
 Add a beneficiary to $from_account.

* $scrubbed = $self->_scrub_page( $content )
 Scrub the supplied content for PII.


Finance-Bank-IE documentation  | view source Contained in the Finance-Bank-IE distribution.