<?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: Silent Post not coming in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Silent-Post-not-coming/m-p/28580#M15052</link>
    <description>&lt;P&gt;Hello Everyonoe,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I’m having merchant account on Authorize.net and I’m using AIM+ARB.&lt;/P&gt;&lt;P&gt;I’ve set the Silent Post URL for getting the ARB transaction details and updating my database. But problem is that I’m not getting in POST as response of silent post. Initially I thought might my server is slow and not having much time to receive response; so in the start of the page I’m writing the POST values to a text file; but there also no data is showing as a post.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I’m using the following code in the silent post for writing POST values to text file:&lt;/P&gt;&lt;P&gt;$f = fopen('silentpost.txt', 'a');&lt;/P&gt;&lt;P&gt;&amp;nbsp;fwrite($f, 'new-request: ');&lt;/P&gt;&lt;P&gt;&amp;nbsp;fwrite($f, date('Y-m-d H:i'));&lt;/P&gt;&lt;P&gt;fwrite($f, ' ' . print_r($_POST) . "\n\n GET BELOW:");&lt;/P&gt;&lt;P&gt;fwrite($f, ' ' . print_r($_GET) . "\n\n ");&lt;/P&gt;&lt;P&gt;fclose($f);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could anyone please help me out in this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in Advance.&lt;/P&gt;</description>
    <pubDate>Tue, 07 Aug 2012 09:20:01 GMT</pubDate>
    <dc:creator>varinder</dc:creator>
    <dc:date>2012-08-07T09:20:01Z</dc:date>
    <item>
      <title>Silent Post not coming</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Silent-Post-not-coming/m-p/3297#M2993</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I have set silent post URL at Account --&amp;gt; Settings --&amp;gt; Silent Post URL&lt;/P&gt;&lt;P&gt;When payment is done, I am not getting any silent post call on this page.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have created a subscription and one payment of this subscription is already done but I did not get any call to silent post page.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;what could be the possible reasons ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;whenever any call comes to silent post, I am storing posted data in log so by checking log, I can confirm that silent post was called or not.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Kiran Suthar.&lt;/P&gt;</description>
      <pubDate>Thu, 27 May 2010 13:39:41 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Silent-Post-not-coming/m-p/3297#M2993</guid>
      <dc:creator>KiranSuthar</dc:creator>
      <dc:date>2010-05-27T13:39:41Z</dc:date>
    </item>
    <item>
      <title>Re: Silent Post not coming</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Silent-Post-not-coming/m-p/3302#M2998</link>
      <description>&lt;P&gt;Have you tested your Silent Post script by submitting your own data to make sure it works?&lt;/P&gt;</description>
      <pubDate>Thu, 27 May 2010 19:31:40 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Silent-Post-not-coming/m-p/3302#M2998</guid>
      <dc:creator>stymiee</dc:creator>
      <dc:date>2010-05-27T19:31:40Z</dc:date>
    </item>
    <item>
      <title>Re: Silent Post not coming</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Silent-Post-not-coming/m-p/3320#M3016</link>
      <description>&lt;P&gt;Thanks for replying and spending your time to this post.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes, I have tested it. Let me give more details on this.&lt;/P&gt;&lt;P&gt;We have two servers (1) Development and (2) QA server.&lt;/P&gt;&lt;P&gt;silent post is fully tested on development server with subscriptions with real credit card and dummy credit card both.&lt;/P&gt;&lt;P&gt;For both cases, it is working fine.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now we put code on QA server, we are using the same Auth.Net account on QA server too. but now as server is changed URL is also changed, so we have updated silent post URL in the Auth.net account.&lt;/P&gt;&lt;P&gt;I have manually tested this URL by copying URL from Auth.net account and pasting it in browser. URL is working and it gets logged in our system so there is no problem of the URL.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but now we are not getting silent post for the ARB payments. so this is the problem and my client is nervous for this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Note that the URL has https:// format (i.e. secure page) earlier we had normal http page. so can this be a problem ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Kiran Suthar&lt;/P&gt;</description>
      <pubDate>Fri, 28 May 2010 06:18:22 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Silent-Post-not-coming/m-p/3320#M3016</guid>
      <dc:creator>KiranSuthar</dc:creator>
      <dc:date>2010-05-28T06:18:22Z</dc:date>
    </item>
    <item>
      <title>Re: Silent Post not coming</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Silent-Post-not-coming/m-p/3323#M3019</link>
      <description>&lt;P&gt;https:// should not be a problem. It sounds like everything is ok on your end. Hopefully someone from Authnet can chime in and offer additional insight as to what the potential problem might be.&lt;/P&gt;</description>
      <pubDate>Fri, 28 May 2010 13:09:08 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Silent-Post-not-coming/m-p/3323#M3019</guid>
      <dc:creator>stymiee</dc:creator>
      <dc:date>2010-05-28T13:09:08Z</dc:date>
    </item>
    <item>
      <title>Re: Silent Post not coming</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Silent-Post-not-coming/m-p/3408#M3101</link>
      <description>&lt;P&gt;Hi Kiran,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It sounds like you've got everything set up correctly. Is this still not working? If it's not, please send an email to &lt;A href="mailto:developer@authorize.net" rel="nofollow" target="_blank"&gt;developer@authorize.net&lt;/A&gt; and we'll see if we can figure it out.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Michelle&lt;/P&gt;
&lt;P&gt;Developer Community Manager&lt;/P&gt;</description>
      <pubDate>Fri, 04 Jun 2010 20:03:52 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Silent-Post-not-coming/m-p/3408#M3101</guid>
      <dc:creator>Michelle</dc:creator>
      <dc:date>2010-06-04T20:03:52Z</dc:date>
    </item>
    <item>
      <title>Re: Silent Post not coming</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Silent-Post-not-coming/m-p/8924#M5986</link>
      <description>&lt;P&gt;Hi Michelle -&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have been trying to figure out why my silent post is not capturing any data; I have&amp;nbsp;contacted&amp;nbsp;your developers and applied every thing they recommended.&lt;/P&gt;&lt;P&gt;The silent post url is getting called but not capturing any data; the $_POST is empty.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Dec 2010 02:22:39 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Silent-Post-not-coming/m-p/8924#M5986</guid>
      <dc:creator>tarek71</dc:creator>
      <dc:date>2010-12-21T02:22:39Z</dc:date>
    </item>
    <item>
      <title>Re: Silent Post not coming</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Silent-Post-not-coming/m-p/28580#M15052</link>
      <description>&lt;P&gt;Hello Everyonoe,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I’m having merchant account on Authorize.net and I’m using AIM+ARB.&lt;/P&gt;&lt;P&gt;I’ve set the Silent Post URL for getting the ARB transaction details and updating my database. But problem is that I’m not getting in POST as response of silent post. Initially I thought might my server is slow and not having much time to receive response; so in the start of the page I’m writing the POST values to a text file; but there also no data is showing as a post.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I’m using the following code in the silent post for writing POST values to text file:&lt;/P&gt;&lt;P&gt;$f = fopen('silentpost.txt', 'a');&lt;/P&gt;&lt;P&gt;&amp;nbsp;fwrite($f, 'new-request: ');&lt;/P&gt;&lt;P&gt;&amp;nbsp;fwrite($f, date('Y-m-d H:i'));&lt;/P&gt;&lt;P&gt;fwrite($f, ' ' . print_r($_POST) . "\n\n GET BELOW:");&lt;/P&gt;&lt;P&gt;fwrite($f, ' ' . print_r($_GET) . "\n\n ");&lt;/P&gt;&lt;P&gt;fclose($f);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could anyone please help me out in this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in Advance.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Aug 2012 09:20:01 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Silent-Post-not-coming/m-p/28580#M15052</guid>
      <dc:creator>varinder</dc:creator>
      <dc:date>2012-08-07T09:20:01Z</dc:date>
    </item>
    <item>
      <title>Re: Silent Post not coming</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Silent-Post-not-coming/m-p/28602#M15062</link>
      <description>&lt;P&gt;&lt;FONT face="courier new,courier"&gt;print_r()&lt;/FONT&gt; will only print to the screen unless you pass the second parameter set as &lt;FONT face="courier new,courier"&gt;true&lt;/FONT&gt;. This will return the information instead of printing it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;$f = fopen('silentpost.txt', 'a');
fwrite($f, 'new-request: ');
fwrite($f, date('Y-m-d H:i'));
fwrite($f, ' ' . print_r($_POST, true) . "\n\n GET BELOW:");
fwrite($f, ' ' . print_r($_GET, true) . "\n\n ");
fclose($f);&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Aug 2012 00:10:48 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Silent-Post-not-coming/m-p/28602#M15062</guid>
      <dc:creator>stymiee</dc:creator>
      <dc:date>2012-08-08T00:10:48Z</dc:date>
    </item>
    <item>
      <title>Re: Silent Post not coming</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Silent-Post-not-coming/m-p/28628#M15075</link>
      <description>&lt;P&gt;Thanks Stymiee&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I'll check this in my next silent post date and will update you.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;thanks once again.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Aug 2012 20:40:29 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Silent-Post-not-coming/m-p/28628#M15075</guid>
      <dc:creator>varinder</dc:creator>
      <dc:date>2012-08-08T20:40:29Z</dc:date>
    </item>
  </channel>
</rss>

