<?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: Send Session data to Relay Response page in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Send-Session-data-to-Relay-Response-page/m-p/54186#M29202</link>
    <description>&lt;P&gt;You can't use session data. as the relay response will be a different session.&lt;/P&gt;&lt;P&gt;If it just simple text pass it as merchant defined fields.&lt;/P&gt;&lt;P&gt;&lt;A href="https://support.authorize.net/authkb/index?page=content&amp;amp;id=A135" target="_blank"&gt;https://support.authorize.net/authkb/index?page=content&amp;amp;id=A135&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 30 Mar 2016 14:52:11 GMT</pubDate>
    <dc:creator>RaynorC1emen7</dc:creator>
    <dc:date>2016-03-30T14:52:11Z</dc:date>
    <item>
      <title>Send Session data to Relay Response page</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Send-Session-data-to-Relay-Response-page/m-p/54185#M29201</link>
      <description>&lt;P&gt;Hello. I am using Visual Studio, aspx, and C#. I want to send&amp;nbsp;3 strings of&amp;nbsp;data from my payment page (using DPM) to my Relay Response page.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Typically I could do something like the following...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Payment Page:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;SPAN class="typ"&gt;Session&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;[&lt;/SPAN&gt;&lt;SPAN class="str"&gt;"EventCode"&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;]&lt;/SPAN&gt; &lt;SPAN class="pun"&gt;=&lt;/SPAN&gt; &lt;SPAN class="typ"&gt;EventCode&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;.&lt;/SPAN&gt;&lt;SPAN class="typ"&gt;Text&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;Relay Response page:&lt;/P&gt;&lt;PRE&gt;&lt;SPAN class="kwd"&gt;string&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; eventCode &lt;/SPAN&gt;&lt;SPAN class="pun"&gt;=&lt;/SPAN&gt; &lt;SPAN class="typ"&gt;Session&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;[&lt;/SPAN&gt;&lt;SPAN class="str"&gt;"EventCode"&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;];&lt;/SPAN&gt; &lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However it doesn't work as the page displays&amp;nbsp;&lt;A href="https://secure2.authorize.net/gateway/transact.dll" target="_blank"&gt;https://secure2.authorize.net/gateway/transact.dll&lt;/A&gt; . Please advise on how I can send a string of data between my payment page to my relay response page.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Mar 2016 14:35:44 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Send-Session-data-to-Relay-Response-page/m-p/54185#M29201</guid>
      <dc:creator>rockon77</dc:creator>
      <dc:date>2016-03-30T14:35:44Z</dc:date>
    </item>
    <item>
      <title>Re: Send Session data to Relay Response page</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Send-Session-data-to-Relay-Response-page/m-p/54186#M29202</link>
      <description>&lt;P&gt;You can't use session data. as the relay response will be a different session.&lt;/P&gt;&lt;P&gt;If it just simple text pass it as merchant defined fields.&lt;/P&gt;&lt;P&gt;&lt;A href="https://support.authorize.net/authkb/index?page=content&amp;amp;id=A135" target="_blank"&gt;https://support.authorize.net/authkb/index?page=content&amp;amp;id=A135&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Mar 2016 14:52:11 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Send-Session-data-to-Relay-Response-page/m-p/54186#M29202</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2016-03-30T14:52:11Z</dc:date>
    </item>
    <item>
      <title>Re: Send Session data to Relay Response page</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Send-Session-data-to-Relay-Response-page/m-p/54189#M29205</link>
      <description>&lt;P&gt;Yes perfect! Thank you. I didn't know this was an option.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Mar 2016 15:03:10 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Send-Session-data-to-Relay-Response-page/m-p/54189#M29205</guid>
      <dc:creator>rockon77</dc:creator>
      <dc:date>2016-03-30T15:03:10Z</dc:date>
    </item>
    <item>
      <title>Re: Send Session data to Relay Response page</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Send-Session-data-to-Relay-Response-page/m-p/54192#M29208</link>
      <description>&lt;P&gt;I got it working.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Payment page has:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&amp;lt;input type='hidden' name='x_event_code' value="TestEventCodeHere" /&amp;gt;&lt;/PRE&gt;&lt;P&gt;Relay Response page has:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt; string eventCode = Request.Form["x_event_code"];&lt;/PRE&gt;&lt;P&gt;Works like a charm.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Mar 2016 16:12:42 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Send-Session-data-to-Relay-Response-page/m-p/54192#M29208</guid>
      <dc:creator>rockon77</dc:creator>
      <dc:date>2016-03-30T16:12:42Z</dc:date>
    </item>
  </channel>
</rss>

