<?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# The merchant login ID or password is invalid or the account is inactive in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/C-The-merchant-login-ID-or-password-is-invalid-or-the-account-is/m-p/35989#M20060</link>
    <description>&lt;P&gt;I would try putting in the apiLoginID and transactionKey directly first to make sure they are correct. Then check to see if the decryptdata method is working or not.&lt;/P&gt;</description>
    <pubDate>Mon, 30 Sep 2013 16:03:44 GMT</pubDate>
    <dc:creator>RaynorC1emen7</dc:creator>
    <dc:date>2013-09-30T16:03:44Z</dc:date>
    <item>
      <title>C# The merchant login ID or password is invalid or the account is inactive</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/C-The-merchant-login-ID-or-password-is-invalid-or-the-account-is/m-p/35987#M20059</link>
      <description>&lt;P&gt;Hi.&amp;nbsp; I am using the following C# code against a live account which is in test mode and I continue to receive the "The merchant login ID or password is invalid or the account is inactive." message.&amp;nbsp; Could someone please explain what changes I need to make in order for this to work?&amp;nbsp; Thank you!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;NameValueCollection collection = new NameValueCollection();&lt;BR /&gt;collection.Add("x_login", EncryptionUtility.DecryptData(authorize.ApiLoginId));&lt;BR /&gt;collection.Add("x_tran_key", EncryptionUtility.DecryptData(authorize.TransKey));&lt;BR /&gt;collection.Add("x_delim_data", "TRUE");&lt;BR /&gt;collection.Add("x_delim_char", "|");&lt;BR /&gt;collection.Add("x_relay_response", "FALSE");&lt;BR /&gt;collection.Add("x_type", "AUTH_CAPTURE");&lt;BR /&gt;collection.Add("x_method", "CC");&lt;BR /&gt;collection.Add("x_card_num", txtCardNumber.Text.Trim());&lt;BR /&gt;collection.Add("x_exp_date", expiration);&lt;BR /&gt;collection.Add("x_amount", "150.00");&lt;BR /&gt;collection.Add("x_description", desc);&lt;BR /&gt;collection.Add("x_first_name", txtFirstName.Text.Trim());&lt;BR /&gt;collection.Add("x_last_name", txtLastName.Text.Trim());&lt;BR /&gt;collection.Add("x_address", txtAddress1.Text.Trim());&lt;BR /&gt;collection.Add("x_state", cmbState.Text);&lt;BR /&gt;collection.Add("x_zip", txtZipCode.Text.Trim());&lt;BR /&gt;collection.Add("x_test_request", "FALSE");&lt;BR /&gt;var request = new AuthorizationRequest(collection);&lt;BR /&gt;var gate = new Gateway(collection.Get("x_login"), collection.Get("x_tran_key"), false);&lt;BR /&gt;var response = gate.Send(request);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Sep 2013 15:45:07 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/C-The-merchant-login-ID-or-password-is-invalid-or-the-account-is/m-p/35987#M20059</guid>
      <dc:creator>nmakison</dc:creator>
      <dc:date>2013-09-30T15:45:07Z</dc:date>
    </item>
    <item>
      <title>Re: C# The merchant login ID or password is invalid or the account is inactive</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/C-The-merchant-login-ID-or-password-is-invalid-or-the-account-is/m-p/35989#M20060</link>
      <description>&lt;P&gt;I would try putting in the apiLoginID and transactionKey directly first to make sure they are correct. Then check to see if the decryptdata method is working or not.&lt;/P&gt;</description>
      <pubDate>Mon, 30 Sep 2013 16:03:44 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/C-The-merchant-login-ID-or-password-is-invalid-or-the-account-is/m-p/35989#M20060</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2013-09-30T16:03:44Z</dc:date>
    </item>
    <item>
      <title>Re: C# The merchant login ID or password is invalid or the account is inactive</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/C-The-merchant-login-ID-or-password-is-invalid-or-the-account-is/m-p/35995#M20062</link>
      <description>&lt;P&gt;The problem&amp;nbsp;was related to the apiLoginId and transactionKey.&amp;nbsp; I apologize for not checking this prior to posting.&amp;nbsp; Thank you very much for your assistance!&lt;/P&gt;</description>
      <pubDate>Mon, 30 Sep 2013 17:49:30 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/C-The-merchant-login-ID-or-password-is-invalid-or-the-account-is/m-p/35995#M20062</guid>
      <dc:creator>nmakison</dc:creator>
      <dc:date>2013-09-30T17:49:30Z</dc:date>
    </item>
  </channel>
</rss>

