Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.2 / 3....
  • LibreOffice 3.6.6 / 4.0.3
  • MPlayer 1.1.1
  • systemd 204
  • Arch Linux 2013.05.01
  • Blender 2.67
  • KDE Software Compilatio...
  • CrunchBang Linux Stable...
  • Elementary OS 0.1 / 0.2...
  • SystemRescueCd 3.6.0
  • Home > Linux > Programming > Perl Modules

    Business::OnlinePayment::TransFirsteLink 0.04

    Download button

    No screenshots available
    Downloads: 390  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Jeff Finucane | More programs
    Perl Artistic License / FREE
    November 27th, 2007, 07:09 GMT
    ROOT / Programming / Perl Modules

     Read user reviews (0)  Refer to a friend  Subscribe

    Business::OnlinePayment::TransFirsteLink description

    Business::OnlinePayment::TransFirsteLink is a Transfirst eLink backend for Business::OnlinePayment

    Business::OnlinePayment::TransFirsteLink is a Transfirst eLink backend for Business::OnlinePayment

    SYNOPSIS

    use Business::OnlinePayment;

    my $tx = new Business::OnlinePayment(
    'TransFirsteLink',
    'merchantcustservnum' => "8005551212",
    );

    # See the module documentation for details of content()
    $tx->content(
    type => 'CC',
    action => 'Normal Authorization',
    description => 'Business::OnlinePayment::TransFirsteLink test',
    amount => '49.95',
    invoice_number => '100100',
    customer_id => 'jef',
    name => 'Jeff Finucane',
    address => '123 Anystreet',
    city => 'Anywhere',
    state => 'GA',
    zip => '30004',
    email => 'transfirst@weasellips.com',
    card_number => '4111111111111111',
    expiration => '12/09',
    cvv2 => '123',
    order_number => 'string',
    );

    $tx->submit();

    if ( $tx->is_success() ) {
    print(
    "Card processed successfully: ", $tx->authorization, "n",
    "order number: ", $tx->order_number, "n",
    "CVV2 response: ", $tx->cvv2_response, "n",
    "AVS code: ", $tx->avs_code, "n",
    );
    }
    else {
    my $info = "";
    $info = " (CVV2 mismatch)" if ( $tx->result_code == 114 );

    print(
    "Card was rejected: ", $tx->error_message, $info, "n",
    "order number: ", $tx->order_number, "n",
    );
    }

    Product's homepage

    Requirements:

    · Perl

      


    TAGS:

    eLink backend | online payment | Perl module | eLink | TransFirst | online

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM