<?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: What is the difference between these two calls? in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/What-is-the-difference-between-these-two-calls/m-p/45601#M23081</link>
    <description>&lt;P&gt;I understand that a "real" transaction will not be made.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I get an error on this line of code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;LINE 102 in HttpXmlUtility.cs&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"thingy.directResponse = _xmlDoc.ChildNodes[1].ChildNodes[1].InnerText;"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The value for InnerText is =&amp;nbsp;"ErrorE00009The payment gateway account is in Test Mode. The request cannot be processed."&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is causing an exception and I dont understand why I cant process the order in TestMode.&lt;/P&gt;</description>
    <pubDate>Tue, 22 Jul 2014 22:35:31 GMT</pubDate>
    <dc:creator>pedrocoelho1</dc:creator>
    <dc:date>2014-07-22T22:35:31Z</dc:date>
    <item>
      <title>What is the difference between these two calls?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/What-is-the-difference-between-these-two-calls/m-p/45589#M23075</link>
      <description>&lt;P&gt;AuthorizeNet.CustomerGateway(...).Authorize(order)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Authorize,netGateway(...).Send(authoirzationrequest)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Don't they both essentially do the same thing?&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jul 2014 20:48:05 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/What-is-the-difference-between-these-two-calls/m-p/45589#M23075</guid>
      <dc:creator>pedrocoelho1</dc:creator>
      <dc:date>2014-07-22T20:48:05Z</dc:date>
    </item>
    <item>
      <title>Re: What is the difference between these two calls?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/What-is-the-difference-between-these-two-calls/m-p/45593#M23077</link>
      <description>&lt;P&gt;They both seem to authorize a transaction in different ways.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anyone point me in the right direction for at least documentation on these methods.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jul 2014 21:42:57 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/What-is-the-difference-between-these-two-calls/m-p/45593#M23077</guid>
      <dc:creator>pedrocoelho1</dc:creator>
      <dc:date>2014-07-22T21:42:57Z</dc:date>
    </item>
    <item>
      <title>Re: What is the difference between these two calls?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/What-is-the-difference-between-these-two-calls/m-p/45595#M23078</link>
      <description>&lt;P&gt;all the source in on github. for this is in&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="https://github.com/AuthorizeNet/sdk-dotnet/blob/6a03be7ad593519936863e35b430be3166c1ff14/Authorize.NET/CIM/CustomerGateway.cs"&gt;https://github.com/AuthorizeNet/sdk-dotnet/blob/6a03be7ad593519936863e35b430be3166c1ff14/Authorize.NET/CIM/CustomerGateway.cs&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;yes, basically the same as Authorize(order) use the send method&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jul 2014 21:47:43 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/What-is-the-difference-between-these-two-calls/m-p/45595#M23078</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2014-07-22T21:47:43Z</dc:date>
    </item>
    <item>
      <title>Re: What is the difference between these two calls?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/What-is-the-difference-between-these-two-calls/m-p/45597#M23079</link>
      <description>&lt;P&gt;I stepped through the code and I'm gettingan error when I use&amp;nbsp;AuthorizeNet.CustomerGateway(...).Authorize(order)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Its says that it can't be processed because I'm in TestMode. &amp;nbsp;Is this a known issue?&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jul 2014 22:10:20 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/What-is-the-difference-between-these-two-calls/m-p/45597#M23079</guid>
      <dc:creator>pedrocoelho1</dc:creator>
      <dc:date>2014-07-22T22:10:20Z</dc:date>
    </item>
    <item>
      <title>Re: What is the difference between these two calls?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/What-is-the-difference-between-these-two-calls/m-p/45599#M23080</link>
      <description>&lt;P&gt;Was it the exact error message? it is a exception or just the response text?&lt;/P&gt;&lt;P&gt;And yes, in Testmode no transaction will be generated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;what did you use for cc# for testing?&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jul 2014 22:29:07 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/What-is-the-difference-between-these-two-calls/m-p/45599#M23080</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2014-07-22T22:29:07Z</dc:date>
    </item>
    <item>
      <title>Re: What is the difference between these two calls?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/What-is-the-difference-between-these-two-calls/m-p/45601#M23081</link>
      <description>&lt;P&gt;I understand that a "real" transaction will not be made.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I get an error on this line of code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;LINE 102 in HttpXmlUtility.cs&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"thingy.directResponse = _xmlDoc.ChildNodes[1].ChildNodes[1].InnerText;"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The value for InnerText is =&amp;nbsp;"ErrorE00009The payment gateway account is in Test Mode. The request cannot be processed."&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is causing an exception and I dont understand why I cant process the order in TestMode.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jul 2014 22:35:31 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/What-is-the-difference-between-these-two-calls/m-p/45601#M23081</guid>
      <dc:creator>pedrocoelho1</dc:creator>
      <dc:date>2014-07-22T22:35:31Z</dc:date>
    </item>
    <item>
      <title>Re: What is the difference between these two calls?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/What-is-the-difference-between-these-two-calls/m-p/45603#M23082</link>
      <description>&lt;P&gt;It fail without a xml return which create the exception.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I dont understand why I cant process the order in TestMode.&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="http://developer.authorize.net/tools/cimerrorcodes/"&gt;http://developer.authorize.net/tools/cimerrorcodes/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;It the way they setup CIM, get a test account for testing.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jul 2014 22:51:33 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/What-is-the-difference-between-these-two-calls/m-p/45603#M23082</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2014-07-22T22:51:33Z</dc:date>
    </item>
    <item>
      <title>Re: What is the difference between these two calls?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/What-is-the-difference-between-these-two-calls/m-p/45605#M23083</link>
      <description>&lt;P&gt;So what is the difference between LiveMode and TestMode in a sandbox account?&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jul 2014 22:58:57 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/What-is-the-difference-between-these-two-calls/m-p/45605#M23083</guid>
      <dc:creator>pedrocoelho1</dc:creator>
      <dc:date>2014-07-22T22:58:57Z</dc:date>
    </item>
    <item>
      <title>Re: What is the difference between these two calls?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/What-is-the-difference-between-these-two-calls/m-p/45607#M23084</link>
      <description>&lt;P&gt;BTW, I'm using a sandbox account.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jul 2014 23:00:57 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/What-is-the-difference-between-these-two-calls/m-p/45607#M23084</guid>
      <dc:creator>pedrocoelho1</dc:creator>
      <dc:date>2014-07-22T23:00:57Z</dc:date>
    </item>
    <item>
      <title>Re: What is the difference between these two calls?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/What-is-the-difference-between-these-two-calls/m-p/45609#M23085</link>
      <description>&lt;P&gt;Then there is no reason for testmode to be on.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="http://community.developer.authorize.net/t5/The-Authorize-Net-Developer-Blog/Sandbox-Accounts-vs-Live-Accounts-Which-Does-What-Anyway/ba-p/9350"&gt;http://community.developer.authorize.net/t5/The-Authorize-Net-Developer-Blog/Sandbox-Accounts-vs-Live-Accounts-Which-Does-What-Anyway/ba-p/9350&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;They have it because they want the setup on live and test server the same.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jul 2014 23:03:12 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/What-is-the-difference-between-these-two-calls/m-p/45609#M23085</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2014-07-22T23:03:12Z</dc:date>
    </item>
    <item>
      <title>Re: What is the difference between these two calls?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/What-is-the-difference-between-these-two-calls/m-p/45613#M23087</link>
      <description>&lt;P&gt;It looks like when I change it to ServiceMode.Live, it also changes the URL which it points to.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My data is in the sandbox, not production. &amp;nbsp;If I have to set the ServiceMode to Live, I still want to be pointing to the sandbox.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anyway around this?&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jul 2014 23:41:24 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/What-is-the-difference-between-these-two-calls/m-p/45613#M23087</guid>
      <dc:creator>pedrocoelho1</dc:creator>
      <dc:date>2014-07-22T23:41:24Z</dc:date>
    </item>
    <item>
      <title>Re: What is the difference between these two calls?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/What-is-the-difference-between-these-two-calls/m-p/45615#M23088</link>
      <description>&lt;P&gt;turn testmode off on your merchant account under account settings&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="https://sandbox.authorize.net/"&gt;https://sandbox.authorize.net/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and set it back to ServiceMode.test&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the servicemode is not the same as testmode, as you have discover it change where the url is location.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jul 2014 00:41:09 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/What-is-the-difference-between-these-two-calls/m-p/45615#M23088</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2014-07-23T00:41:09Z</dc:date>
    </item>
    <item>
      <title>Re: What is the difference between these two calls?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/What-is-the-difference-between-these-two-calls/m-p/45639#M23100</link>
      <description>&lt;P&gt;Ok that fixed the issue. &amp;nbsp;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;One last questions.... What is Test Mode used for?&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jul 2014 15:02:16 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/What-is-the-difference-between-these-two-calls/m-p/45639#M23100</guid>
      <dc:creator>pedrocoelho1</dc:creator>
      <dc:date>2014-07-23T15:02:16Z</dc:date>
    </item>
    <item>
      <title>Re: What is the difference between these two calls?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/What-is-the-difference-between-these-two-calls/m-p/45641#M23101</link>
      <description>&lt;P&gt;It explain in&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="http://community.developer.authorize.net/t5/The-Authorize-Net-Developer-Blog/Sandbox-Accounts-vs-Live-Accounts-Which-Does-What-Anyway/ba-p/9350"&gt;http://community.developer.authorize.net/t5/The-Authorize-Net-Developer-Blog/Sandbox-Accounts-vs-Live-Accounts-Which-Does-What-Anyway/ba-p/9350&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jul 2014 15:22:21 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/What-is-the-difference-between-these-two-calls/m-p/45641#M23101</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2014-07-23T15:22:21Z</dc:date>
    </item>
    <item>
      <title>Re: What is the difference between these two calls?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/What-is-the-difference-between-these-two-calls/m-p/45647#M23104</link>
      <description>&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jul 2014 16:38:11 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/What-is-the-difference-between-these-two-calls/m-p/45647#M23104</guid>
      <dc:creator>pedrocoelho1</dc:creator>
      <dc:date>2014-07-23T16:38:11Z</dc:date>
    </item>
  </channel>
</rss>

