Business::OnlinePayment::StGeorge

St.George Bank backend for Business::OnlinePayment
Download

Business::OnlinePayment::StGeorge Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Ivan Kohler
  • Publisher web site:
  • http://search.cpan.org/~ivan/

Business::OnlinePayment::StGeorge Tags


Business::OnlinePayment::StGeorge Description

St.George Bank backend for Business::OnlinePayment Business::OnlinePayment::StGeorge is a Perl module that implements an interface to the St. George Bank Internet Payment Gateway Perl API.SYNOPSIS use Business::OnlinePayment; my $tx = new Business::OnlinePayment( 'StGeorge', 'cert_path' => '/home/StGeorge/client.cert', ); $tx->content( login => '10000000', #The Client ID issued to you password => 'w0rd', #The password protecting your certificate file type => 'VISA', action => 'Normal Authorization', description => 'Business::OnlinePayment test', amount => '49.95', invoice_number => '100100', customer_id => 'jsk', name => 'Jason Kohles', address => '123 Anystreet', city => 'Anywhere', state => 'UT', zip => '84058', email => 'ivan-stgeorge@420.am', card_number => '4007000000027', expiration => '09/99', ); $tx->submit(); if($tx->is_success()) { print "Card processed successfully: ".$tx->authorization." "; } else { print "Card was rejected: ".$tx->error_message." "; } Requirements: · Perl


Business::OnlinePayment::StGeorge Related Software