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?
01-30-2014 12:46 PM
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
02-04-2014 09:32 AM
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.
02-04-2014 01:09 PM
Those are not CIM error, those a transaction response, it is using the same code as in AIM.
the one that you post is Response Code 2 Response Reason Code 27
02-04-2014 01:17 PM - edited 02-04-2014 01:17 PM