cancel
Showing results for 
Search instead for 
Did you mean: 

Exact Error Code for 30 days Expiring Authorization

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

 

 

 

saravananzs
Contributor
4 REPLIES 4

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).

TJPride
Expert

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

 

 

 

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.

Thank you So much