NAME

Business::BancaSella::Gateway - Abstract class for Gateway compatibility parameter info


SYNOPSIS

  Abstract Class...you shouldn't use it directly. 
  See Business::BancaSella::Encode::Gateway for encoding or
  Business::BancaSella::Encode::Gateway for dencoding.


DESCRIPTION

This is an abstract class for Gateway compatibility payment system implementing all property passed and received during payment transaction with the international credit card circuits between Banca Sella gateway.

PROPERTY

shopping
Unique identification number assigned from Banca Sella to trader. Using during: Encode

amount
The amount of the transaction expressed in Euro. Using during: Encode

id
An identification attributed to the transaction by trader. It will be returned in the reply response of payment system. Using during: Encode, Decode

otp
During Encode should be one of the ``one time password'' present in the ric file. During Decode must be one of the ``one time password'' present in the ris file. Using during: Encode, Decode

result
Transaction result. It can be ``KO'' or the authcode of banking circuit systems Using during: Decode

authcode
Authorization transaction Code Using during: Decode

METHOD

uri
Using during Encode return the formatted uri to pass all prepared value to Banca Sella online payment system

form(frmName)
Using during Encode return a form html code named ``frmName'' ready for passing all prepared value to Banca Sella online payment system


AUTHOR

Bruni Emiliano, info@ebruni.it


LICENSE

Business::BancaSella::Gateway : Abstract class for Gateway compatibility parameter info with Perl Copyright (C) 2001 Bruni Emiliano (info@ebruni.it)

This module is free software; you can redistribute it and/or modify it under the terms of either:

a) the GNU General Public License as published by the Free Software Foundation; either version 1, or (at your option) any later version, or

b) the ``Artistic License'' which comes with this module.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See either the GNU General Public License or the Artistic License for more details.

You should have received a copy of the Artistic License with this module, in the file ARTISTIC. If not, I'll be glad to provide one.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA


SEE ALSO

Business::BancaSella::Decode::Gestpay