In transaction detail API
1. If transactionStatus = 'settledSuccessfully', we can assume transaction completed.
2. If transactionStatus = 'capturedPendingSettlement', we can assume transaction is in pending.
I want to know what will be the transactionStatus if the transaction failed, declined, or canceled because of any reason like Insufficient funds, wrong routing number.
01-03-2021 11:45 PM
Hello,
The Transaction Status is One of the following:
authorizedPendingCapture capturedPendingSettlement communicationError refundSettledSuccessfully refundPendingSettlement approvedReview declined couldNotVoid expired generalError failedReview settledSuccessfully settlementError underReview voided FDSPendingReview FDSAuthorizedPendingReview returnedItem
01-03-2021 11:59 PM
Thanks for your Reply,
I guess transactionStatus = "settlementError" will be good for my case.
I was checking here: https://account.authorize.net/help/Miscellaneous/Pop-up_Terms/ALL/Transaction_Status.htm
Maybe it is not updated.
Thanks for the Help!
01-04-2021 12:29 AM