<?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 and Relay URL from code in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Silent-post-and-Relay-URL-from-code/m-p/32807#M17352</link>
    <description>&lt;P&gt;The SIM will post to the relay response for the customer. And the silient URL will also get call with the info.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Think of it this way. Relay response would display on a web browser. Silent do not.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also subscription POST only posts to Silent URL only, not to Relay URL if hardcoded there.. isnt it?&lt;/P&gt;&lt;P&gt;Correct.&lt;/P&gt;</description>
    <pubDate>Wed, 30 Jan 2013 15:01:19 GMT</pubDate>
    <dc:creator>RaynorC1emen7</dc:creator>
    <dc:date>2013-01-30T15:01:19Z</dc:date>
    <item>
      <title>Silent post and Relay URL from code</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Silent-post-and-Relay-URL-from-code/m-p/32788#M17333</link>
      <description>&lt;P&gt;Hi Friends&lt;/P&gt;&lt;P&gt;I've a webapplication were, SIM method and ARB being implemented. In SIM am using x_relay_url parameter to pass the relay URL to which the POST response from Authorize is being receiving. That is not hardcoded in Merchant Account. And it is working as I expected. Its posting the responses without any issues.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But my question is when I try to implement ARB. Since ARB is not processing the Payment immediately on creating a subscription, I need the response from Authorize when they process each payment. So I found Silent URL will help me for that. So my question is if I hardcode a silent URL in Merchant Account, &lt;STRONG&gt;does my SIM post response also do send a copy of Response to that hardcoded Silent URL along with the Relay URL I submitted via code&lt;/STRONG&gt;?&lt;/P&gt;&lt;P&gt;Also when a Subscription Processes the Payment does that send POST responses to my Relay URL too?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Requesting your kind attention.. Am facing a deadline&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in Advance&lt;/P&gt;&lt;P&gt;Sandeep Thomas&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jan 2013 03:34:33 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Silent-post-and-Relay-URL-from-code/m-p/32788#M17333</guid>
      <dc:creator>sfornsadeep</dc:creator>
      <dc:date>2013-01-30T03:34:33Z</dc:date>
    </item>
    <item>
      <title>Re: Silent post and Relay URL from code</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Silent-post-and-Relay-URL-from-code/m-p/32799#M17344</link>
      <description>&lt;P&gt;&lt;STRONG&gt;does my SIM post response also do send a copy of Response to that hardcoded Silent URL along with the Relay URL I submitted via code&lt;/STRONG&gt;?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes, the SIM would get a Silent Post and Relay Response.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also when a Subscription Processes the Payment does that send POST responses to my Relay URL too?&lt;/P&gt;&lt;P&gt;No.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jan 2013 12:22:58 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Silent-post-and-Relay-URL-from-code/m-p/32799#M17344</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2013-01-30T12:22:58Z</dc:date>
    </item>
    <item>
      <title>Re: Silent post and Relay URL from code</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Silent-post-and-Relay-URL-from-code/m-p/32804#M17349</link>
      <description>&lt;P&gt;Sorry.. little clarification..&lt;/P&gt;&lt;P&gt;When a SIM transaction finishes the POST reponse from Authorize will posts to both the Silent URL (Silent URL I cant create from Code, isnt it) along with the Relay URL I mentioned in x_relay_url in code. Isnt it?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also subscription POST only posts to Silent URL only, not to Relay URL if hardcoded there.. isnt it?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Special thanks for your support boss&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jan 2013 14:36:30 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Silent-post-and-Relay-URL-from-code/m-p/32804#M17349</guid>
      <dc:creator>sfornsadeep</dc:creator>
      <dc:date>2013-01-30T14:36:30Z</dc:date>
    </item>
    <item>
      <title>Re: Silent post and Relay URL from code</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Silent-post-and-Relay-URL-from-code/m-p/32807#M17352</link>
      <description>&lt;P&gt;The SIM will post to the relay response for the customer. And the silient URL will also get call with the info.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Think of it this way. Relay response would display on a web browser. Silent do not.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also subscription POST only posts to Silent URL only, not to Relay URL if hardcoded there.. isnt it?&lt;/P&gt;&lt;P&gt;Correct.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jan 2013 15:01:19 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Silent-post-and-Relay-URL-from-code/m-p/32807#M17352</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2013-01-30T15:01:19Z</dc:date>
    </item>
  </channel>
</rss>

