File Reference: authorizenet.class.php

Summary

*****************************************************************************
Authorize.net AIM Interface Class
******************************************************************************
Author: Micah Carrick
Email: email@micahcarrick.com
Website: http://www.micahcarrick.com/v2/content/view/2/3/

Description

File: authorizenet.class.php
Version: 1.00
Copyright: (c) 2005 – Micah Carrick
You are free to use, distribute, and modify this software
under the terms of the GNU General Public License. See the
included license.txt file.
******************************************************************************
REQUIREMENTS:
– PHP4+ with CURL and SSL support
– An Authorize.net AIM merchant account
– (optionally) http://www.authorize.net/support/AIM_guide.pdf
******************************************************************************
VERION HISTORY:
v1.00 [04.07.2005] – Initial Version
******************************************************************************
DESCRIPTION:
This class was developed to simplify interfacing a PHP script to the
authorize.net AIM payment gateway. It does not do all the work for
you as some of the other scripts out there do. It simply provides
an easy way to implement and debug your own script.
******************************************************************************