<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: ARB and SIlent Post response in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-and-SIlent-Post-response/m-p/39521#M21536</link>
    <description>&lt;P&gt;&lt;A target="_blank" href="http://stackoverflow.com/questions/3413710/testing-silent-post-with-authorize-net"&gt;http://stackoverflow.com/questions/3413710/testing-silent-post-with-authorize-net&lt;/A&gt;&lt;/P&gt;&lt;P&gt;silent post work the same way as a relay response&lt;/P&gt;</description>
    <pubDate>Sun, 02 Mar 2014 11:44:45 GMT</pubDate>
    <dc:creator>RaynorC1emen7</dc:creator>
    <dc:date>2014-03-02T11:44:45Z</dc:date>
    <item>
      <title>ARB and SIlent Post response</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-and-SIlent-Post-response/m-p/36037#M20081</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;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&amp;nbsp; is public and it is a Webdservice method with one parameter to receive the all the fields from Authorize. Am I doing it right?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Oct 2013 09:57:52 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-and-SIlent-Post-response/m-p/36037#M20081</guid>
      <dc:creator>Silviacm2013</dc:creator>
      <dc:date>2013-10-02T09:57:52Z</dc:date>
    </item>
    <item>
      <title>Re: ARB and SIlent Post response</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-and-SIlent-Post-response/m-p/36055#M20089</link>
      <description>Don't think test accounts post for ARB. If you want to test silent post, you will need to either run through an AIM transaction, or get a production account. Though you can see a sample response here:&lt;BR /&gt;&lt;A target="_blank" href="http://community.developer.authorize.net/t5/Integration-and-Testing/ARB-service-and-silent-mode-testing/m-p/949/highlight/true#M805"&gt;http://community.developer.authorize.net/t5/Integration-and-Testing/ARB-service-and-silent-mode-testing/m-p/949/highlight/true#M805&lt;/A&gt;</description>
      <pubDate>Thu, 03 Oct 2013 01:38:21 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-and-SIlent-Post-response/m-p/36055#M20089</guid>
      <dc:creator>TJPride</dc:creator>
      <dc:date>2013-10-03T01:38:21Z</dc:date>
    </item>
    <item>
      <title>Re: ARB and SIlent Post response</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-and-SIlent-Post-response/m-p/39519#M21535</link>
      <description>&lt;P&gt;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?&lt;/P&gt;</description>
      <pubDate>Sun, 02 Mar 2014 05:55:30 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-and-SIlent-Post-response/m-p/39519#M21535</guid>
      <dc:creator>gillytech</dc:creator>
      <dc:date>2014-03-02T05:55:30Z</dc:date>
    </item>
    <item>
      <title>Re: ARB and SIlent Post response</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-and-SIlent-Post-response/m-p/39521#M21536</link>
      <description>&lt;P&gt;&lt;A target="_blank" href="http://stackoverflow.com/questions/3413710/testing-silent-post-with-authorize-net"&gt;http://stackoverflow.com/questions/3413710/testing-silent-post-with-authorize-net&lt;/A&gt;&lt;/P&gt;&lt;P&gt;silent post work the same way as a relay response&lt;/P&gt;</description>
      <pubDate>Sun, 02 Mar 2014 11:44:45 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-and-SIlent-Post-response/m-p/39521#M21536</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2014-03-02T11:44:45Z</dc:date>
    </item>
    <item>
      <title>Re: ARB and SIlent Post response</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-and-SIlent-Post-response/m-p/49424#M24998</link>
      <description>&lt;P&gt;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 &lt;A href="http://developer.authorize.net/api/transaction_details/" rel="nofollow" target="_blank"&gt;http://developer.authorize.net/api/transaction_details/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;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”.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I learned two things from the supervisor I talked to:&lt;BR /&gt;1) Auth.net does not check response codes for their silentPosts&lt;BR /&gt;2) Auth.net does not log anything for silentPosts except some error codes.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This means that silentPost is not reliable (and hence, should not be used).&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jan 2015 22:17:05 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-and-SIlent-Post-response/m-p/49424#M24998</guid>
      <dc:creator>shkkmo</dc:creator>
      <dc:date>2015-01-21T22:17:05Z</dc:date>
    </item>
  </channel>
</rss>

