Business::PayBox

Business::PayBox is a OO wrapper for Paybox Java Localhost Listener (LHL).
Download

Business::PayBox Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Dirk Tostmann
  • Publisher web site:
  • http://search.cpan.org/~tosti/Business-Paybox-1.0.1/Paybox.pm

Business::PayBox Tags


Business::PayBox Description

Business::PayBox is a OO wrapper for Paybox Java Localhost Listener (LHL). Business::PayBox is a OO wrapper for Paybox Java Localhost Listener (LHL).SYNOPSISTo create object: use Business::PayBox; $PB = Business::PayBox->new(MRID => '+490001234567'); or $PB = Business::PayBox->new(MRID => '+490001234567', server => '192.168.1.1', port => 61);To do a payment: $result = $PB->do_test_payment(AMNT => 100, CURR => 'DEM', ORNM=>'TEST123', CPID => '+491773729269'); or $result = $PB->dopayment(AMNT => 100, CURR => 'DEM', ORNM=>'TEST123', CPID => '+491773729269');This is an OO wrapper for the PAYBOX - Integrated Solution. You must install Localhostlistener LHL (which comes as Java-Jar) to use this module. After you succeed with this you can process payments as described above.CONSTRUCTORnew($key => $value, ...)Call to initialize object. Valid Parameters are: Mandatory: MRID => Merchant ID Others: server => IP address or name of LHL server. (defaults to localhost) port => Port of LHL server. (defaults to port 60) CMID => Customer ID (defaults to 0) AUTT => Transaction Type LANG => Language (defaults to DE) PYMD => Zahlungsziel (defaults to 1) LCMT => Localtime stamp (defaults to localtime)Requirements:· Perl Requirements: · Perl


Business::PayBox Related Software