<?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 BeginSIMForm not return to url when fail in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/BeginSIMForm-not-return-to-url-when-fail/m-p/22679#M12251</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;The BeginSIMForm method work well if all information is valid&lt;/P&gt;&lt;P&gt;But when I imput wrong credit card , It show error on &lt;A target="_blank" href="https://test.authorize.net/gateway/transact.dll"&gt;https://test.authorize.net/gateway/transact.dll&lt;/A&gt; page and don't redirect my page :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&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;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;The credit card number is invalid.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How to redirect my page in this case ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 06 Feb 2012 12:03:06 GMT</pubDate>
    <dc:creator>sonlamhuynh</dc:creator>
    <dc:date>2012-02-06T12:03:06Z</dc:date>
    <item>
      <title>BeginSIMForm not return to url when fail</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/BeginSIMForm-not-return-to-url-when-fail/m-p/22679#M12251</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;The BeginSIMForm method work well if all information is valid&lt;/P&gt;&lt;P&gt;But when I imput wrong credit card , It show error on &lt;A target="_blank" href="https://test.authorize.net/gateway/transact.dll"&gt;https://test.authorize.net/gateway/transact.dll&lt;/A&gt; page and don't redirect my page :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&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;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;The credit card number is invalid.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How to redirect my page in this case ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Feb 2012 12:03:06 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/BeginSIMForm-not-return-to-url-when-fail/m-p/22679#M12251</guid>
      <dc:creator>sonlamhuynh</dc:creator>
      <dc:date>2012-02-06T12:03:06Z</dc:date>
    </item>
    <item>
      <title>Re: BeginSIMForm not return to url when fail</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/BeginSIMForm-not-return-to-url-when-fail/m-p/22681#M12252</link>
      <description>&lt;P&gt;Your relay response is not working. See if this help&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="http://community.developer.authorize.net/t5/The-Authorize-Net-Developer-Blog/Relay-Response-Basics-and-Troubleshooting/ba-p/9536"&gt;http://community.developer.authorize.net/t5/The-Authorize-Net-Developer-Blog/Relay-Response-Basics-and-Troubleshooting/ba-p/9536&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Feb 2012 13:17:34 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/BeginSIMForm-not-return-to-url-when-fail/m-p/22681#M12252</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2012-02-06T13:17:34Z</dc:date>
    </item>
    <item>
      <title>Re: BeginSIMForm not return to url when fail</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/BeginSIMForm-not-return-to-url-when-fail/m-p/22687#M12255</link>
      <description>&lt;P&gt;Did you set up a relay response page, and if so, did you change the relay response URL in your control panel settings to match its location?&lt;/P&gt;</description>
      <pubDate>Mon, 06 Feb 2012 14:40:14 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/BeginSIMForm-not-return-to-url-when-fail/m-p/22687#M12255</guid>
      <dc:creator>TJPride</dc:creator>
      <dc:date>2012-02-06T14:40:14Z</dc:date>
    </item>
    <item>
      <title>Re: BeginSIMForm not return to url when fail</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/BeginSIMForm-not-return-to-url-when-fail/m-p/22711#M12267</link>
      <description>&lt;P&gt;Yes , I set relay response on my account in test.authorize.net&lt;/P&gt;&lt;P&gt;I also add two field below to my page :&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;input name="x_relay_response" id="x_relay_response" type="hidden" value="TRUE" /&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;input name="x_relay_url" id="x_relay_url" type="hidden" value="my response page" /&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But authorize.net does not redirect when credit card fail , it also stay page &lt;A target="_blank" href="https://test.authorize.net/gateway/transact.dll" rel="nofollow"&gt;https://test.authorize.net/gateway/transact.dll&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;But it will redirect to my page when all info is valid .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Feb 2012 03:21:11 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/BeginSIMForm-not-return-to-url-when-fail/m-p/22711#M12267</guid>
      <dc:creator>sonlamhuynh</dc:creator>
      <dc:date>2012-02-07T03:21:11Z</dc:date>
    </item>
    <item>
      <title>Re: BeginSIMForm not return to url when fail</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/BeginSIMForm-not-return-to-url-when-fail/m-p/22729#M12276</link>
      <description>&lt;P&gt;You could try setting the x_relay_always flag and see what happens. From the documentation:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;If a transaction encounters an error or is part of a partial authorization, and you are using Relay Response, the Authorize.Net payment form reappears, offering an option to try again or enter another form of payment to complete the order. If you are using your own payment form, such as with the Direct Post Method, you should set x_relay_always to true to prevent the standard Authorize.Net payment form from redisplaying instead of your own customized payment form. For more information on how to integrate your website using the Direct Post Method, see:&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;A target="_blank" href="http://developer.authorize.net/guides/DPM/"&gt;http://developer.authorize.net/guides/DPM/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Feb 2012 05:52:20 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/BeginSIMForm-not-return-to-url-when-fail/m-p/22729#M12276</guid>
      <dc:creator>TJPride</dc:creator>
      <dc:date>2012-02-07T05:52:20Z</dc:date>
    </item>
  </channel>
</rss>

