Contributions

Payment Modules (Category Index)
Search: 

Authorizenet Debug Version 1

The code is based on the osCOmmerce built in authorizenet module. (cvs version 1.48 10th April 2003)

Sometimes working out what's going wrong when credit cards are not being authorized by authnet can be a pain.

This module adds some extra output when things aren't working.

On line 22 of the module you will find

// ICW DEBUG CODE - ADDED FOLLOWING LINE **********************************************************************
$this->debug = false;


with $this->debug = false; the module will act no different from the stndard module.

Change it to $this->debug = true;
and you will get the following information as well as the standard autorize.net error string.

failure code
failure reason code
failure reason text.

You can also use the failure reason code to reference the SIM manual (available via your merchant interface)
to get even more detailed info as to why the trannsaction failed.

Expand All / Collapse All

Authorizenet Debug Version 1 Ian C Wilson 1 May 2003

The code is based on the osCOmmerce built in authorizenet module. (cvs version 1.48 10th April 2003)

Sometimes working out what's going wrong when credit cards are not being authorized by authnet can be a pain.

This module adds some extra output when things aren't working.

On line 22 of the module you will find

// ICW DEBUG CODE - ADDED FOLLOWING LINE **********************************************************************
$this->debug = false;


with $this->debug = false; the module will act no different from the stndard module.

Change it to $this->debug = true;
and you will get the following information as well as the standard autorize.net error string.

failure code
failure reason code
failure reason text.

You can also use the failure reason code to reference the SIM manual (available via your merchant interface)
to get even more detailed info as to why the trannsaction failed.

Note: Contributions are used at own risk.