Business::3DSecure - Perl extension for 3D Secure Credit Card Verification


Business-3DSecure documentation  | view source Contained in the Business-3DSecure distribution.

Index


NAME

Top

Business::3DSecure - Perl extension for 3D Secure Credit Card Verification

SYNOPSIS

Top

  use Business::3DSecure;

  my $authentication = new Business::3DSecure( $processor );
  $authentication->content(  %content );

  $authentication->submit();

  $authentication->is_success() 







DESCRIPTION

Top

This Module provide an interface to 3DSecure Authentication, it has been patterned of the Business::OnlinePayment module to provide an easy to understand interface

METHODS AND FUNCTIONS

Top

new( $processor );

Create a new Business::3DSecure object, $processor is required, and defines the online processor to use.

build_subs

Autoloading facility for methods to be returned by subclasses

content

Method to submit data to subclass

dump_contents

Dumps all key value pairs submited from content

get_fields

Gets all required and optional fields for submission

remap_fields

Remaps any fields from the incoming client code to the subclasses fields

required_fields

Checks if all required fields are there

submit

Submits the 3DSecure call

AUTHOR

Top

Clayton Cottingham , <clayton@wintermarket.net>

BUGS

Top

Please report any bugs or feature requests to bug-business-3dsecure at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Business-3DSecure. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT

Top

You can find documentation for this module with the perldoc command.

    perldoc Business::3DSecure

You can also look for information at:

* AnnoCPAN: Annotated CPAN documentation

http://annocpan.org/dist/Business-3DSecure

* CPAN Ratings

http://cpanratings.perl.org/d/Business-3DSecure

* RT: CPAN's request tracker

http://rt.cpan.org/NoAuth/Bugs.html?Dist=Business-3DSecure

* Search CPAN

http://search.cpan.org/dist/Business-3DSecure

ACKNOWLEDGEMENTS

Top

COPYRIGHT & LICENSE

Top


Business-3DSecure documentation  | view source Contained in the Business-3DSecure distribution.