<?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 newbie need help: asp.net c# in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/newbie-need-help-asp-net-c/m-p/17236#M9651</link>
    <description>&lt;P&gt;I have an account, I logged in and requested an API Login ID and Key.&lt;BR /&gt;Previously I had been using the standard development testing pair, and things worked fine.&lt;BR /&gt;But now, my code returns: "The merchant login ID or password is invalid or the account is inactive."&lt;/P&gt;&lt;P&gt;After do some research that error is caused by post URL to wrong URL, and I have to post URL to :&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="https://secure.authorize.net/gateway/transact.dll"&gt;https://secure.authorize.net/gateway/transact.dll&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is my question:&lt;/P&gt;&lt;P&gt;My application use their codesample:&amp;nbsp;&amp;nbsp; gate.Send(apiRequest) ---&amp;nbsp;&amp;nbsp;AuthorizeNet.dll come with sample.&lt;/P&gt;&lt;P&gt;One of their representative told me their code sample default send to test URL, I assume that is why I got error.&lt;/P&gt;&lt;P&gt;Where I can get the correct .dll which I can Send(apiRequest) to live URL?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If my assume is wrong please correct me. Thank for your help.&lt;/P&gt;</description>
    <pubDate>Thu, 22 Sep 2011 16:27:52 GMT</pubDate>
    <dc:creator>mylok</dc:creator>
    <dc:date>2011-09-22T16:27:52Z</dc:date>
    <item>
      <title>newbie need help: asp.net c#</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/newbie-need-help-asp-net-c/m-p/17236#M9651</link>
      <description>&lt;P&gt;I have an account, I logged in and requested an API Login ID and Key.&lt;BR /&gt;Previously I had been using the standard development testing pair, and things worked fine.&lt;BR /&gt;But now, my code returns: "The merchant login ID or password is invalid or the account is inactive."&lt;/P&gt;&lt;P&gt;After do some research that error is caused by post URL to wrong URL, and I have to post URL to :&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="https://secure.authorize.net/gateway/transact.dll"&gt;https://secure.authorize.net/gateway/transact.dll&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is my question:&lt;/P&gt;&lt;P&gt;My application use their codesample:&amp;nbsp;&amp;nbsp; gate.Send(apiRequest) ---&amp;nbsp;&amp;nbsp;AuthorizeNet.dll come with sample.&lt;/P&gt;&lt;P&gt;One of their representative told me their code sample default send to test URL, I assume that is why I got error.&lt;/P&gt;&lt;P&gt;Where I can get the correct .dll which I can Send(apiRequest) to live URL?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If my assume is wrong please correct me. Thank for your help.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Sep 2011 16:27:52 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/newbie-need-help-asp-net-c/m-p/17236#M9651</guid>
      <dc:creator>mylok</dc:creator>
      <dc:date>2011-09-22T16:27:52Z</dc:date>
    </item>
    <item>
      <title>Re: newbie need help: asp.net c#</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/newbie-need-help-asp-net-c/m-p/17400#M9730</link>
      <description>&lt;P&gt;In order to change to a production account, the gate object needs testmode set to false.&amp;nbsp; You can set this directly on the exising object, or you can add a false as a third variable in the gate constructor.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="kwd"&gt;var&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; gate &lt;/SPAN&gt;&lt;SPAN class="pun"&gt;=&lt;/SPAN&gt;&lt;SPAN class="kwd"&gt;new&lt;/SPAN&gt;&lt;SPAN class="typ"&gt;Gateway&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;(&lt;/SPAN&gt;&lt;SPAN class="str"&gt;"YOUR_API_LOGIN_ID"&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;,&lt;/SPAN&gt;&lt;SPAN class="str"&gt;"YOUR_TRANSACTION_KEY",&lt;STRONG&gt;false&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;);&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Sep 2011 23:13:06 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/newbie-need-help-asp-net-c/m-p/17400#M9730</guid>
      <dc:creator>Trevor</dc:creator>
      <dc:date>2011-09-27T23:13:06Z</dc:date>
    </item>
  </channel>
</rss>

