Skip to content

A PHP class for handling Authorize.Net's AIM, ARB, CIM, and Reporting APIs

License

Notifications You must be signed in to change notification settings

stymiee/Authorize.Net-XML

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AuthnetXML

A PHP class that abstracts the Authorize.Net XML API

This class is deprecated. It is recommended that you use the AuthnetJson PHP package instead.

Requirements:

Installation

Include the 'AuthnetXML.class.php' and 'config.inc.php' files in your application.

Usage Examples:

See the individual examples in each of the APIs' directory

Test Credit Card Numbers:

Set the expiration date to anytime in the future.

  • American Express Test Card -> 370000000000002
  • Discover Test Card -> 6011000000000012
  • Visa Test Card -> 4007000000027
  • Second Visa Test Card -> 4012888818888
  • JCB -> 3088000000000017
  • Diners Club/ Carte Blanche -> 38000000000006

Authorize.Net API Reference

https://developer.authorize.net/api/reference/index.html

About

A PHP class for handling Authorize.Net's AIM, ARB, CIM, and Reporting APIs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages