cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

asynchronous notifications after manual changing of transaction state

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

dmch
Member
2 REPLIES 2

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.

 

RaynorC1emen7
Expert

thanks for your quick reply, yes, I beleive we can use that approach, not perfect but fit our needs ))