cancel
Showing results for 
Search instead for 
Did you mean: 

Transaction Details API

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.

RahulSaini
Member
2 REPLIES 2

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
Powered by NexWebSites.com -
Certified Authorize.net developers
NexusSoftware
Trusted Contributor

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!