| Business-3DSecure-Cardinal documentation | view source | Contained in the Business-3DSecure-Cardinal distribution. |
Business::3DSecure::Cardinal - Perl extension for 3DSecure authentication using Cardinal
my $sc = new Business::3DSecure("Cardinal");
$sc->content();
$sc->submit();
$sc->is_success()
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
Build subroutiness
Submits Request
action is one of lookup or authenticate
Maps fields as necessary
Remaps human names into the Cardinal specific field names
Gets all fields needed for submission
If its a recoverable error, proceed
Detects if its an error
Clayton Cottingham, <clayton@wintermarket.net>
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.
You can find documentation for this module with the perldoc command.
perldoc Business::3DSecure::Cardinal
You can also look for information at:
http://rt.cpan.org/NoAuth/Bugs.html?Dist=Business-3DSecure-Cardinal
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.
| Business-3DSecure-Cardinal documentation | view source | Contained in the Business-3DSecure-Cardinal distribution. |