cancel
Showing results for 
Search instead for 
Did you mean: 

List of CIM Error codes

Where can I find an exhaustive list of CIM error codes. The only documentation I can find is this:

 

http://developer.authorize.net/tools/cimerrorcodes/

 

The problem is that this list does not seem to match what we are seeing in our application. For example, it does not list the error message :

[message] => SimpleXMLElement Object
(
[code] => E00027
[text] => This transaction has been declined
)

It does however list a different message for the same code (E00027):

 

API Error Code: E00027
Error Code Text: The test transaction was unsuccessful.
Description: An approval was not returned for the test transaction.

 

Whats the idea with having different error messages documented for the same code?

Where can I find an exhaustive list of error message for the CIM card not present API?

 

 

3 REPLIES 3

Hello @danieltaylor_nz 

 

The error message returned by the gateway is the correct response.  I've requested and update to the error codes listed on http://developer.authorize.net/tools/cimerrorcodes/ to reflect the current production data.  This page is currently your best source for error codes.

 

Richard

RichardH
Administrator Administrator
Administrator

Hi Richard,

 

The error codes listed do not include many 'customer facing' errors.

 

For example, the error message I recieved recently "The transaction has been declined because of an AVS mismatch. The address provided does not match billing address of cardholder." is not listed.

 

Where do I find documentation of such error messages?

I would like a list if possible.

Those are not CIM error, those a transaction response, it is using the same code as in AIM.

http://developer.authorize.net/guides/AIM/wwhelp/wwhimpl/js/html/wwhelp.htm#href=4_TransResponse.htm...

 

the one that you post is Response Code 2 Response Reason Code 27