Suppose I authorized 100$ 30 days before
now it is expired
I need to know what is the error code for expired Authorization
because i am in test mode i dont know how to reauthorize the Expired Transaction
Please reply as soon as possible
Thanks in Advance
11-18-2011 05:07 AM
Error code 237, I think - "The referenced transaction has expired." You can't reactivate it, incidently - once it passes the 7-day mark it's gone. If you will need to charge people much further after their original order, better to use CIM with validation mode to verify their credit card up front and allow you to charge any time you want after that (assuming the card hasn't expired and they have sufficient balance, of course).
11-18-2011 06:06 AM
Thank you for Your Help
But I seen the AIMs.pdf tutorial i am not finding any Error code 237
I am using AIM Method
11-18-2011 06:14 AM - edited 11-18-2011 06:15 AM
There is no mention of expired transaction error codes anywhere in the AIM PDF. Do a find for the word "expired" and you'll see. However, if you use the Authorize.net code lookup tool:
http://developer.authorize.net/tools/responsereasoncode/
Response Reason Code: 237
Response Reason Text: This transaction cannot be processed.
Other Suggestions: The referenced transaction has expired.
You could always just authorize a transaction, wait 7+ days, and try to capture it. print_r the result and it will display the error codes. No need to take my word for it.
11-18-2011 07:12 AM - edited 11-18-2011 07:14 AM
Thank you So much
11-18-2011 07:35 AM