Business::3DSecure::Cardinal - Perl extension for 3DSecure authentication using Cardinal


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

Index


NAME

Top

Business::3DSecure::Cardinal - Perl extension for 3DSecure authentication using Cardinal

SYNOPSIS

Top

my $sc = new Business::3DSecure("Cardinal");

$sc->content();

$sc->submit();

$sc->is_success()

DESCRIPTION

Top

Business::3DSecure::Cardinal is a subclass of Business::3DSecure for authorizing Credit Cards through 3DSecure

Please note this is only tested for mastercard/maestro.

Also note that in order to use this you will need to contact Cardinal Commerce and get a test account to get a transaction url

METHODS AND FUNCTIONS

Top

set_defaults

Build subroutiness

submit

Submits Request

action is one of lookup or authenticate

map_fields

Maps fields as necessary

remap_fields

Remaps human names into the Cardinal specific field names

get_fields

Gets all fields needed for submission

is_recoverable_error

If its a recoverable error, proceed

error

Detects if its an error

AUTHOR

Top

Clayton Cottingham, <clayton@wintermarket.net>

BUGS

Top

Please report any bugs or feature requests to bug-business-3dsecure-cardinal at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Business-3DSecure-Cardinal. 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::Cardinal

You can also look for information at:

* AnnoCPAN: Annotated CPAN documentation

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

* CPAN Ratings

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

* RT: CPAN's request tracker

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

* Search CPAN

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

ACKNOWLEDGEMENTS

Top

COPYRIGHT & LICENSE

Top


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