Finance::Bank::TB

Perl extension for TatraPay and CardPay of Tatrabanka and EliotPay of .eliot
Download

Finance::Bank::TB Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Jan Vajda
  • Publisher web site:
  • http://search.cpan.org/~kozo/

Finance::Bank::TB Tags


Finance::Bank::TB Description

Perl extension for TatraPay and CardPay of Tatrabanka and EliotPay of .eliot Finance::Bank::TB is a Perl module for generating signatures and pay forms for TatraPay and CardPay of Tatra Banka ( http://www.tatrabanka.sk/ ) and for EliotPay of .eliot. ( http://www.eliot.sk/ )(EliotPay is deprecated.)SYNOPSIS use Finance::Bank::TB; $tb_obj = Finance::Bank::TB->new($mid,$key); $tb_obj->configure( cs => $cs, vs => $vs, amt => $amt, rurl => $rurl, name => $uname, ipc => $ip_of_client, image_src => '/PICS/tatrapay_logo.gif', ); my $send_sign = $tb_obj->get_send_sign(); my $recv_sign = $tb_obj->get_recv_sign(); my $new_cs = $tb_obj->cs($cs);or use Finance::Bank::TB; $tb_obj = Finance::Bank::TB->new($mid,$key); $tb_obj->configure( cs => $cs, vs => $vs, amt => $amt, rurl => $rurl, desc => $description, rsms => $mobilephonenumber, rem => $remote_mail, name => $uname, ipc => $ip_of_client, image_src => '/PICS/tatrapay_logo.gif', ); print $tb_obj->pay_form("TatraPay"); Requirements: · Perl


Finance::Bank::TB Related Software