You are in Home page » Products » Opensource » CPAN » Business::BancaSella » Help on line

Soluzione integrata di telefonia su internet a banda larga.
Search on this site:  

Are you interested to be updated about all things happens to me day by day?
Visit my new blog

NAME

Business::BancaSella::Encode::Gestpay - Uri creator for GestPay online system payment.


SYNOPSIS

  use CGI;
  use Business::BancaSella::Encode;

  my $cgi       = new CGI();     
  my $bs        = new Business::BancaSella::Encode::Gestpay( 
                    shopping    => $your_shopping_id,
                    amount      => $the_amount,
                    language    => 'italian',
                    currency    => 'itl',
                    otp         => 'another_otp',
                    id          => 'internal_id'
                    );

  my $bsUrl     = $bs->uri;
  print $cgi->redirect($bsUrl);


DESCRIPTION

Extending Business::BancaSella::GestPay abstract class it creates uri that passed to Banca Sella online payment site permit to open credit cards checker page with correct language, currency and amount. It can manage also locally the request of credit card information using Banca Sella only for check if the credit card infos are valid and the transaction can be committed.


METHODS

new()

Create a new istance of Business::BancaSella::Encode::Gestpay object.

If you wish to use Banca Sella system for getting credit cards informations, the required parameter needed to initialized the object are: amount,shopping,otp,id (with default language in english and amount expressed in EURO currency.).

If you wish to use BancaSella system only for check the credit cards information saved in your local pages, you must initialize also: cardnumber,expmonth,expyear.

See Business::BancaSella::Gestpay for more information about this properties.

uri()

Return the formatted uri to call the Banca Sella's page passing it all value needed to complete the payment process.

form(frmName)

Return a form html code named ``frmName'' ready, with a submitted button, to call a Banca Sella's page for completing the payment process.


AUTHOR

Bruni Emiliano, info@ebruni.it


SEE ALSO

  Business::BancaSella::Gestpay
JavaScript Menu Courtesy of Milonic.com




Comments
Leave a comment

Names and emails are required (emails aren't displayed), url is optional. Comments will be submitted to moderation.

Tags available are: <A>, <STRONG>, <B>, <EM>

No comment has been still sent. Do you wanna be the first?

 Copyright© 1997-2006 Emiliano Bruni Online from 16/08/1998 with visitors Write me to: