- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ARB and SIlent Post response
Hi,
I'm using a test account to create ARB subscriptions with c# API. I want to use the Silent Post to receive the recurring payments but I'm not having any response and I there is a payment transaction. The URL used is public and it is a Webdservice method with one parameter to receive the all the fields from Authorize. Am I doing it right?
Thanks.
โ10-02-2013 02:57 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
http://community.developer.authorize.net/t5/Integration-and-Testing/ARB-service-and-silent-mode-test...
โ10-02-2013 06:38 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Somehow when I try to follow that link I get an access denied message. I have an active account with verified email address... is there another way to get me this resource?
โ03-01-2014 09:55 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
http://stackoverflow.com/questions/3413710/testing-silent-post-with-authorize-net
silent post work the same way as a relay response
โ03-02-2014 03:44 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I now have to recommend against relying on silentPosts to determine if a transaction occurred. Instead you should query for transactions using the transaction details API http://developer.authorize.net/api/transaction_details/
We use silent posts to track when ARB transaction succeed or fail. On a certain day we did not receive silent posts from Auth.net even though transactions occurred. I have checked our logs, the server was up and responsive at the time when the transactions were processed. When I contacted Auth.net for more information they could provide nothing except โwe donโt see any error messages/codesโ.
I learned two things from the supervisor I talked to:
1) Auth.net does not check response codes for their silentPosts
2) Auth.net does not log anything for silentPosts except some error codes.
This means that silentPost is not reliable (and hence, should not be used).
โ01-21-2015 02:17 PM