|
|
|
|
|
<?
require "cyberlib.phtml";
$transaction=new payment;
$transaction->type= "mauthonly";
$transaction->card_no= "4111111111111111";
$transaction->card_exp= "9%2f99";
$transaction->name= "Sherlock+Holmes";
$transaction->street= "221B+Baker+Street";
$transaction->city= "London";
$transaction->state= "England";
$transaction->zip= "NW1+6XE";
$transaction->country= "UK";
$transaction->merchant_secret= "secret-test-fdc";
$response=$transaction->send(time(), "0.24");
echo $response[ "MStatus"];
?> |
|
| 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 | | | credit card security code Categories : PHP, Credit Cards, PHP Classes, Credit Cards | | | 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 | | | a class for doing payments to a cybercash server
Categories : Ecommerce, Complete Programs, PHP Classes, PHP | | | simple shopping cart for php3 Categories : PHP, PHP Classes, Complete Programs, Ecommerce | | | shopping cart class with add/edit/delete product functionality. Categories : PHP, PHP Classes, Ecommerce | | | Example Shopping cart class Categories : Ecommerce, PHP, PHP Classes | | | 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 | | | 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 | | | ECHOcart - Open Source Shopping Cart Categories : PHP, Credit Cards, Ecommerce | | | 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 | | | Credit Card validation routine. Uses MOD 10 to check if credit card number is valid. Categories : Ecommerce, Credit Cards, PHP, Complete Programs | | | A set of functions to check the validity of a credit card number. Categories : Ecommerce, Credit Cards, PHP | | | Authorize.net AIM Interface Class v1.0.0 Categories : PHP, PHP Classes, Ecommerce, Payment Gateways | | | Array Insertion Categories : PHP, PHP Classes, Arrays | |
| |
| |
|