<?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: C# SDK The merchant login ID or password is invalid or the account is inactive. on live account in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/C-SDK-The-merchant-login-ID-or-password-is-invalid-or-the/m-p/35335#M19731</link>
    <description>&lt;P&gt;This is how it should be for a test account using the John Conde variables:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; public function __construct($login = '', $transkey = '', $test = true)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; $login&amp;nbsp;&amp;nbsp;&amp;nbsp; = trim($login);&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; $transkey = trim($transkey);&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (empty($login) || empty($transkey))&lt;/P&gt;</description>
    <pubDate>Mon, 26 Aug 2013 21:09:10 GMT</pubDate>
    <dc:creator>auththch</dc:creator>
    <dc:date>2013-08-26T21:09:10Z</dc:date>
    <item>
      <title>C# SDK The merchant login ID or password is invalid or the account is inactive. on live account</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/C-SDK-The-merchant-login-ID-or-password-is-invalid-or-the/m-p/32301#M16865</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am having an issue with the C# SDK. &amp;nbsp;Everything works fine when using my developer account, however when i switch the apilogin and transkey to a live account: I get:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The merchant login ID or password is invalid or the account is inactive.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Of course, if i do a simple URL to test the account works fine.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://secure.authorize.net/gateway/transact.dll?x_version=3.1&amp;amp;x_type=AUTH_ONLY&amp;amp;x_amount=1.99&amp;amp;x_card_num=4111111111111111&amp;amp;x_exp_date=0615&amp;amp;x_delim_data=TRUE&amp;amp;x_relay_response=FALSE&amp;amp;x_login=xxx&amp;amp;x_tran_key=xxx" target="_blank"&gt;https://secure.authorize.net/gateway/transact.dll?x_version=3.1&amp;amp;x_type=AUTH_ONLY&amp;amp;x_amount=1.99&amp;amp;x_card_num=4111111111111111&amp;amp;x_exp_date=0615&amp;amp;x_delim_data=TRUE&amp;amp;x_relay_response=FALSE&amp;amp;x_login=xxx&amp;amp;x_tran_key=xxx&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Is there something in the SDK that is sending everything to a test server or sandbox? &amp;nbsp;Do i have to change the transact url?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Dec 2012 19:31:19 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/C-SDK-The-merchant-login-ID-or-password-is-invalid-or-the/m-p/32301#M16865</guid>
      <dc:creator>klack</dc:creator>
      <dc:date>2012-12-21T19:31:19Z</dc:date>
    </item>
    <item>
      <title>Re: C# SDK The merchant login ID or password is invalid or the account is inactive. on live account</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/C-SDK-The-merchant-login-ID-or-password-is-invalid-or-the/m-p/32302#M16866</link>
      <description>&lt;P&gt;Ok found the problem&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;var gate = new CardPresentGateway(apilogin, transkey, false);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;needs to be&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;var gate = new CardPresentGateway(apilogin, transkey, true);&lt;/P&gt;&lt;P&gt;for a live server&lt;/P&gt;</description>
      <pubDate>Fri, 21 Dec 2012 19:35:57 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/C-SDK-The-merchant-login-ID-or-password-is-invalid-or-the/m-p/32302#M16866</guid>
      <dc:creator>klack</dc:creator>
      <dc:date>2012-12-21T19:35:57Z</dc:date>
    </item>
    <item>
      <title>Re: C# SDK The merchant login ID or password is invalid or the account is inactive. on live account</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/C-SDK-The-merchant-login-ID-or-password-is-invalid-or-the/m-p/35335#M19731</link>
      <description>&lt;P&gt;This is how it should be for a test account using the John Conde variables:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; public function __construct($login = '', $transkey = '', $test = true)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; $login&amp;nbsp;&amp;nbsp;&amp;nbsp; = trim($login);&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; $transkey = trim($transkey);&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (empty($login) || empty($transkey))&lt;/P&gt;</description>
      <pubDate>Mon, 26 Aug 2013 21:09:10 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/C-SDK-The-merchant-login-ID-or-password-is-invalid-or-the/m-p/35335#M19731</guid>
      <dc:creator>auththch</dc:creator>
      <dc:date>2013-08-26T21:09:10Z</dc:date>
    </item>
  </channel>
</rss>

