GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
AuthorizeNet::AIM::ErrorCodes(3) User Contributed Perl Documentation AuthorizeNet::AIM::ErrorCodes(3)

Business::OnlinePayment::AuthorizeNet::AIM::ErrorCodes - Easy lookup of Authorize.Net's AIM result reason codes

    use Business::OnlinePayment::AuthorizeNet::AIM::ErrorCodes 'lookup';
    my $result = lookup( $result_code );
    # $result = { reason => ..., notes => ... };

or

    use Business::OnlinePayment::AuthorizeNet::AIM::ErrorCodes '%ERRORS';
    my $result = $ERRORS{ $result_code };

This module exists to lookup the textual descriptions of errors returned by Authorize.Net's AIM submission method. The error messages returned in the gateway's response are often not as useful as those in Authorize.Net's AIM guide (<http://www.authorize.net/support/AIM_guide.pdf>).

Takes the result code returned by Authorize.Net's AIM gateway. Returns a hashref containing two keys, "reason" and "notes" (which may be empty) if the lookup is successful, undef otherwise.

Thomas Sibley <trs@bestpractical.com>

Copyright (c) 2008.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.3 or, at your option, any later version of Perl 5 you may have available.

2012-06-30 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.