cancel
Showing results for 
Search instead for 
Did you mean: 

ARB Silent Post not sent upon settle

We're only sporatically receiving silent posts after transactions settle in our production environment. I've read that HTTPS can cause problems, but our endpoint is not an HTTPS URL. I've also read that posts can sometimes fail in high-volume situations, but that's not the case with us, either.

 

Are there any recommended methods for debugging this? If we can't reliably expect silent posts on settlement, is there some other method for determining the status of a transaction? Some other API call we can use to query status?

 

Thanks,

~Steve

StevenWCox
Member
2 REPLIES 2

Could use the Transaction Detail API

http://developer.authorize.net/api/transaction_details/

But since you won't have the transactionID you would start from getting the settled batch list, then the transaction detail.

RaynorC1emen7
Expert

Thank you, RaynorC1emen7. That looks promising. We actually do have transaction Ids, because we do get the initial post from Authorize - just not the one that should come later after the transaction settles.