Hi
I am using Java and AIM. According to the documentation transaction can be marked for review
Table 15 Response Codes
Response
Code Description
1 This transaction has been approved.
2 This transaction has been declined.
3 There has been an error processing this transaction.
4 This transaction is being held for review.
As I understnadn transaction can be reviwed and approved later by merchant, I am wondering if there is any way to notify us about changes like that one. We keep all trasnaction on our side and want to have them in actual state.
Thanks
12-17-2012 07:37 AM
I remember it was asked a while back. And if I remember correctly, the answer was there isn't anything that will send a notifications. But since you do have the transactionID when it was first process, use that to check the status thru the Transaction Details API
Also, there would only be held for review, if the merchant account is set to hold transaction on certain conditions.
12-17-2012 07:49 AM
thanks for your quick reply, yes, I beleive we can use that approach, not perfect but fit our needs ))
12-17-2012 08:04 AM