The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

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

SYNOPSIS

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

$sc->content();

$sc->submit();

$sc->is_success()

DESCRIPTION

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

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

Clayton Cottingham, <clayton@wintermarket.net>

BUGS

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

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

    perldoc Business::3DSecure::Cardinal

You can also look for information at:

ACKNOWLEDGEMENTS

COPYRIGHT & LICENSE

Copyright 2008 Clayton Cottingham of Winternarket Networks www.wintermarket.net , all rights reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.