<?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: Problems with test transaction in live mode in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Problems-with-test-transaction-in-live-mode/m-p/73690#M45682</link>
    <description>&lt;P&gt;It is possible. Test mode can be enabled/disabled by using the API or in the Merchant Interface.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This article can help:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.authorize.net/s/article/What-Is-Test-Mode-and-How-Do-I-Turn-It-off-and-On" target="_blank"&gt;https://support.authorize.net/s/article/What-Is-Test-Mode-and-How-Do-I-Turn-It-off-and-On&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 22 Oct 2020 18:16:36 GMT</pubDate>
    <dc:creator>mmcguire</dc:creator>
    <dc:date>2020-10-22T18:16:36Z</dc:date>
    <item>
      <title>Problems with test transaction in live mode</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Problems-with-test-transaction-in-live-mode/m-p/26666#M14157</link>
      <description>&lt;P&gt;It is my understanding that I should be able to submit a test transaction to my live server account which is currently set to "Live Mode". I'm using the C# AIM API&amp;nbsp;and having an issue when submitting an auth request using the following:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;var gateway = new AuthorizeNet.Gateway(my_api_login, my_transactionKey, true);&lt;/P&gt;&lt;P&gt;var authResponse = gateway.Send(authRequest);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The gateway responds with:&lt;/P&gt;&lt;P&gt;Response Code 3&amp;nbsp;&lt;/P&gt;&lt;P&gt;Subcode 2&lt;/P&gt;&lt;P&gt;Message "The merchant login ID or password is invalid or the account is inactive."&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I change the "testMode" boolean parameter in the AuthorizeNet.Gateway constructor from true to false, the auth is correctly approved, but a live transaction is created that I have to void.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way to submit a "test" transaction to a live account in "Live Mode" such that it correctly gets approved, but no actual transaction is created?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 May 2012 19:25:05 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Problems-with-test-transaction-in-live-mode/m-p/26666#M14157</guid>
      <dc:creator>larryschlatre</dc:creator>
      <dc:date>2012-05-22T19:25:05Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with test transaction in live mode</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Problems-with-test-transaction-in-live-mode/m-p/26668#M14158</link>
      <description>&lt;P&gt;//False for production server URL, True to test server URL&lt;/P&gt;&lt;P&gt;var gateway = new AuthorizeNet.Gateway(my_api_login, my_transactionKey,&lt;FONT color="#FF00FF"&gt; false&lt;/FONT&gt;);&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;authRequest.TestRequest = "True";//Add this to set test request on for either the production server or test server.&lt;/P&gt;</description>
      <pubDate>Tue, 22 May 2012 20:04:56 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Problems-with-test-transaction-in-live-mode/m-p/26668#M14158</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2012-05-22T20:04:56Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with test transaction in live mode</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Problems-with-test-transaction-in-live-mode/m-p/26686#M14165</link>
      <description>&lt;P&gt;thanks for the help!!&lt;/P&gt;</description>
      <pubDate>Wed, 23 May 2012 14:14:04 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Problems-with-test-transaction-in-live-mode/m-p/26686#M14165</guid>
      <dc:creator>larryschlatre</dc:creator>
      <dc:date>2012-05-23T14:14:04Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with test transaction in live mode</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Problems-with-test-transaction-in-live-mode/m-p/73689#M45681</link>
      <description>I have a problem with the payment. I don't see the payments with credit card on my bank account.&lt;BR /&gt;Maybe the problem is that I'm still in test mode? What do I have to do? It's urgent!</description>
      <pubDate>Thu, 22 Oct 2020 17:51:31 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Problems-with-test-transaction-in-live-mode/m-p/73689#M45681</guid>
      <dc:creator>Pietro</dc:creator>
      <dc:date>2020-10-22T17:51:31Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with test transaction in live mode</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Problems-with-test-transaction-in-live-mode/m-p/73690#M45682</link>
      <description>&lt;P&gt;It is possible. Test mode can be enabled/disabled by using the API or in the Merchant Interface.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This article can help:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.authorize.net/s/article/What-Is-Test-Mode-and-How-Do-I-Turn-It-off-and-On" target="_blank"&gt;https://support.authorize.net/s/article/What-Is-Test-Mode-and-How-Do-I-Turn-It-off-and-On&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Oct 2020 18:16:36 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Problems-with-test-transaction-in-live-mode/m-p/73690#M45682</guid>
      <dc:creator>mmcguire</dc:creator>
      <dc:date>2020-10-22T18:16:36Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with test transaction in live mode</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Problems-with-test-transaction-in-live-mode/m-p/73697#M45688</link>
      <description>&lt;PRE&gt;curl -X POST \
  -u "&amp;lt;YOUR_KEY&amp;gt;:&amp;lt;YOUR_Secret&amp;gt;" \
  --data "period=monthly" \
  --data "interval=2" \
  --data "item[name]=Test plan" \
  --data "item[amount]=50000" \
  --data "item[currency]=INR" \
  https://api.razorpay.com/v1/plans&lt;/PRE&gt;&lt;P&gt;&lt;A href="https://igarageband.org/garageband-for-pc-windows-download/" target="_self"&gt;&lt;SPAN&gt;GarageBand for PC Download&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Oct 2020 04:05:41 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Problems-with-test-transaction-in-live-mode/m-p/73697#M45688</guid>
      <dc:creator>Sandra</dc:creator>
      <dc:date>2020-10-23T04:05:41Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with test transaction in live mode</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Problems-with-test-transaction-in-live-mode/m-p/73753#M45726</link>
      <description>&lt;P&gt;Thanks for the help&lt;FONT color="#333333"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;A href="https://www.targetehr.us/targetpayandbenefits/" target="_self"&gt;&lt;SPAN&gt;&lt;FONT color="#333333"&gt;TargetPayandBenefits&lt;/FONT&gt;.&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Oct 2020 11:19:28 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Problems-with-test-transaction-in-live-mode/m-p/73753#M45726</guid>
      <dc:creator>Single_S</dc:creator>
      <dc:date>2020-10-27T11:19:28Z</dc:date>
    </item>
  </channel>
</rss>

