<?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 Check if Authorize Production server responds in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Check-if-Authorize-Production-server-responds/m-p/55414#M30319</link>
    <description>&lt;P&gt;I would like to do a test to see if the Authorize server responds before I submit the transaction info via relay response and DPM, and if it does not respond, then redirect to a custom error page.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So I wanted to first test out something like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt; Dim Server4PING As String = "secure2.authorize.net/gateway/transact.dll"

            Dim ResultPings As String = ""
            Using p As Ping = New Ping
                ResultPings = p.Send(Server4PING, 5000).RoundtripTime.ToString
            End Using&lt;/PRE&gt;&lt;P&gt;Of course this isn't actually working. What would be the actual server to ping? I'd like to see if the server is up, and then I'd like to possibly send a test transaction with dummy credit card info to make sure my relay response page and the Authorize server are working. If all of this is a success, then continue on to take the user's payment info.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So is this doable?&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 10 Aug 2016 05:57:28 GMT</pubDate>
    <dc:creator>rockon77</dc:creator>
    <dc:date>2016-08-10T05:57:28Z</dc:date>
    <item>
      <title>Check if Authorize Production server responds</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Check-if-Authorize-Production-server-responds/m-p/55414#M30319</link>
      <description>&lt;P&gt;I would like to do a test to see if the Authorize server responds before I submit the transaction info via relay response and DPM, and if it does not respond, then redirect to a custom error page.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So I wanted to first test out something like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt; Dim Server4PING As String = "secure2.authorize.net/gateway/transact.dll"

            Dim ResultPings As String = ""
            Using p As Ping = New Ping
                ResultPings = p.Send(Server4PING, 5000).RoundtripTime.ToString
            End Using&lt;/PRE&gt;&lt;P&gt;Of course this isn't actually working. What would be the actual server to ping? I'd like to see if the server is up, and then I'd like to possibly send a test transaction with dummy credit card info to make sure my relay response page and the Authorize server are working. If all of this is a success, then continue on to take the user's payment info.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So is this doable?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Aug 2016 05:57:28 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Check-if-Authorize-Production-server-responds/m-p/55414#M30319</guid>
      <dc:creator>rockon77</dc:creator>
      <dc:date>2016-08-10T05:57:28Z</dc:date>
    </item>
    <item>
      <title>Re: Check if Authorize Production server responds</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Check-if-Authorize-Production-server-responds/m-p/55416#M30321</link>
      <description>&lt;P&gt;Use&amp;nbsp;authenticateTestRequest&lt;/P&gt;&lt;P&gt;&lt;A href="https://developer.authorize.net/api/reference/" target="_blank"&gt;https://developer.authorize.net/api/reference/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Aug 2016 11:56:13 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Check-if-Authorize-Production-server-responds/m-p/55416#M30321</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2016-08-10T11:56:13Z</dc:date>
    </item>
  </channel>
</rss>

