|
|
|
#!/usr/bin/perl
require "Echo.pm";
$cc = Echo::CCandCheck->new();
$cc->set(
transaction_type => 'AV',
order_type => 'S',
counter => '001',
merchant_echo_id => '123>4681573',
merchant_pin => '98164734',
billing_ip_address => '165.247.232.135',
merchant_email => 'rickyang@earthlink.net',
cc_number => '4005550000000019',
cc_month => '12',
cc_year => '02',
grand_total => '40.12',
billing_prefix => 'Mr.',
billing_name => 'Rick Yang',
billing_address1 => '2342 LA Blvd',
billing_city => 'El Monte',
billing_state => 'CA',
billing_zip => '91232',
billing_country => 'USA',
billing_phone => '626-675-9331',
billing_fax => '',
billing_email => 'helicon1999@yahoo.com',
merchant_trace_nbr => 'invoice101'
);
$res = $cc->cc_transaction();
print $res;
|
|
| ECHO-Java Class Credit Card and Check / ACH Transaction Processor Categories : Java, Cybercash, Classes and Objects, Ecommerce, Java Servlets | | | ECHO-PHP Class Real Time Transaction Processor v1.4.4 for Credit Cards and
Checks / ACH Categories : PHP Classes, Cybercash, Classes and Objects, Ecommerce, PHP | | | an example of the cyberlib payment class Categories : PHP, PHP Classes, Ecommerce, Credit Cards | | | gpg encryption. 99% of it will apply to PGP.
Categories : Credit Cards, Authentication, Ecommerce, Misc | | | Real-Time Transaction Processing PHP Class. Credit Cards & Checks. Supports system check, address verification, authorization and deposit, deposit, credit, commercial card, electronic check debit, and more. Categories : PHP Classes, OpenSSL, Credit Cards, Ecommerce, Verisign Payflow Pro | | | ECHOcart - Open Source Shopping Cart Categories : PHP, Credit Cards, Ecommerce | | | Validating Credit Card Numbers Without Bank Involvement
Categories : Credit Cards, Ecommerce, Java Script | | | Validation function for LUHNMod10 and variant. Can discriminate credit card numbers of varying lengths. Uses [Double >> Sum-of-Digits] transform. Categories : Credit Cards, Authentication, Ecommerce, PHP | | | Credit Card validation routine. Uses MOD 10 to check if credit card number is valid. Categories : Ecommerce, Credit Cards, PHP, Complete Programs | | | After discovering some credit card validation routines didnt work - here is one that I found works with all the numbers I have tried so far Categories : Credit Cards, Ecommerce, PHP | | | credit card security code Categories : PHP, Credit Cards, PHP Classes, Credit Cards | | | A set of functions to check the validity of a credit card number. Categories : Ecommerce, Credit Cards, PHP | | | Credit Card Numbers for testing Categories : Credit Cards, Ecommerce, Debugging | | | Credit Card Identification and Validation Class - The credit_card class provides methods for cleaning, validating and identifying the type of credit card numbers. Categories : PHP, PHP Classes, Credit Cards, Ecommerce, Algorithms | | | Authorize.net AIM Interface Class v1.0.0 Categories : PHP, PHP Classes, Ecommerce, Payment Gateways | |
|
|
|