According to AIM JAVA API,
net.authorize.aim.Result.isReview()
I would like to know when the result will be in isReivew? And how should I handle this? BTW, I am using JAVA AIM integration method.
06-01-2012 12:01 AM
Transactions that return a review transaction status are those that have been flagged for manual review by our Advanced Fraud Detection Suite. These transactions cannot be completed via the API, they can only be approved or declined by having the merchant log into their account. When designing software, the best solution is to allow a similar option so that the merchant can log into that software and mark the transaction as complete or cancelled once they have reviewed the transaction in our system.
06-11-2012 02:30 PM