- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
โ02-19-2014 11:37 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
โ02-19-2014 11:53 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
โ02-19-2014 12:30 PM