<?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: SIM Integration in C# in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/SIM-Integration-in-C/m-p/31544#M16436</link>
    <description>&lt;P&gt;Read the following&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.developer.cybersource.com/t5/The-Authorize-Net-Developer-Blog/Relay-Response-Basics-and-Troubleshooting/ba-p/9536" target="_self"&gt;Relay Response Basics and Troubleshooting&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 17 Nov 2012 18:07:38 GMT</pubDate>
    <dc:creator>RaynorC1emen7</dc:creator>
    <dc:date>2012-11-17T18:07:38Z</dc:date>
    <item>
      <title>SIM Integration in C#</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/SIM-Integration-in-C/m-p/31542#M16435</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am integrating SIM method on website developing in asp.net. In SIM integration, user is redirected to authorize.net hosted payment page where user can input CC details, Can you please let me know if there is a way where when succesful payment, user can be redirected to website.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Manoj&lt;/P&gt;</description>
      <pubDate>Sat, 17 Nov 2012 14:41:19 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/SIM-Integration-in-C/m-p/31542#M16435</guid>
      <dc:creator>Manojkdots</dc:creator>
      <dc:date>2012-11-17T14:41:19Z</dc:date>
    </item>
    <item>
      <title>Re: SIM Integration in C#</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/SIM-Integration-in-C/m-p/31544#M16436</link>
      <description>&lt;P&gt;Read the following&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.developer.cybersource.com/t5/The-Authorize-Net-Developer-Blog/Relay-Response-Basics-and-Troubleshooting/ba-p/9536" target="_self"&gt;Relay Response Basics and Troubleshooting&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 17 Nov 2012 18:07:38 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/SIM-Integration-in-C/m-p/31544#M16436</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2012-11-17T18:07:38Z</dc:date>
    </item>
    <item>
      <title>Re: SIM Integration in C#</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/SIM-Integration-in-C/m-p/31554#M16441</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks for your reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have setup "Default Relay Response URL" from aithorize.net control panel and also passing "x_relay_url" parameter as hidden value which contain valid relay response url but when i am submitting page, i am getting below error on authorize.net hosting page after enter credit card information.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;"An error occurred while trying to report this transaction to the merchant. An e-mail has been sent to the merchant informing them of the error. The following is the result of the attempt to charge your credit card. &lt;/EM&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;This transaction has been approved.&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;It is advisable for you to contact the merchant to verify that you will receive the product or service."&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Please advise where i am doing anything worng?&lt;/P&gt;&lt;P&gt;Also is there a possiblity to redirect user to website page once payment confirmed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Manoj&lt;/P&gt;</description>
      <pubDate>Sun, 18 Nov 2012 05:44:46 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/SIM-Integration-in-C/m-p/31554#M16441</guid>
      <dc:creator>Manojkdots</dc:creator>
      <dc:date>2012-11-18T05:44:46Z</dc:date>
    </item>
    <item>
      <title>Re: SIM Integration in C#</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/SIM-Integration-in-C/m-p/31556#M16442</link>
      <description>&lt;P&gt;Does it use https? Can it be access from outside?&lt;/P&gt;&lt;P&gt;The only thing that is different for C# is that on the &amp;lt;page /&amp;gt; need to add EnableViewStateMac="false" on both the page the submit to authorize.net and the relay response page.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;On the relay response page do a javascript redirect to a page on your site.&lt;/P&gt;&lt;P&gt;like &lt;A href="https://community.developer.cybersource.com/t5/Integration-and-Testing/DPM-Custom-Receipt-Page/m-p/31468/highlight/true#M16402" target="_blank"&gt;http://community.developer.authorize.net/t5/Integration-and-Testing/DPM-Custom-Receipt-Page/m-p/31468/highlight/true#M16402&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 18 Nov 2012 11:54:40 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/SIM-Integration-in-C/m-p/31556#M16442</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2012-11-18T11:54:40Z</dc:date>
    </item>
  </channel>
</rss>

