<?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: Transactions are not showing on test account in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Transactions-are-not-showing-on-test-account/m-p/10134#M6555</link>
    <description>&lt;P&gt;Thanks, it turns out that my test transactions were shown under Unsettled Transactions. Is that where approved transactions show in production accounts? If so, then what do I need to do to "settle" them? If not, then how can I test my code if the behavior of TEST and PROD accounts are different?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Tue, 08 Feb 2011 16:43:13 GMT</pubDate>
    <dc:creator>alecswan77</dc:creator>
    <dc:date>2011-02-08T16:43:13Z</dc:date>
    <item>
      <title>Transactions are not showing on test account</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Transactions-are-not-showing-on-test-account/m-p/10122#M6549</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are switching from a different payment gateway to Authorize.net and need some help with the transition.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I created a test account on Authorize.net and changed our tests to use "4111-1111-1111-1111" credit card number with 2020/12 expiration date to post a transaction on the test account. The response code from merchant.postTransaction(.) is "(TESTMODE) This transaction has been approved."&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, I don't see the amount of this transaction showing up anywhere in my test account.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My goal is to have our integration tests to put some money in the Authorize.net test account and then be able to verify (visually or programmatically) that the money is there.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please advise.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 08 Feb 2011 05:57:40 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Transactions-are-not-showing-on-test-account/m-p/10122#M6549</guid>
      <dc:creator>alecswan77</dc:creator>
      <dc:date>2011-02-08T05:57:40Z</dc:date>
    </item>
    <item>
      <title>Re: Transactions are not showing on test account</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Transactions-are-not-showing-on-test-account/m-p/10128#M6552</link>
      <description>&lt;P&gt;Don't use test mode in the test account. &amp;nbsp;It defeats the purpose of having a test account. Turn that off and run your transactions normally. You should be able to see your transactions then.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Feb 2011 15:39:09 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Transactions-are-not-showing-on-test-account/m-p/10128#M6552</guid>
      <dc:creator>stymiee</dc:creator>
      <dc:date>2011-02-08T15:39:09Z</dc:date>
    </item>
    <item>
      <title>Re: Transactions are not showing on test account</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Transactions-are-not-showing-on-test-account/m-p/10134#M6555</link>
      <description>&lt;P&gt;Thanks, it turns out that my test transactions were shown under Unsettled Transactions. Is that where approved transactions show in production accounts? If so, then what do I need to do to "settle" them? If not, then how can I test my code if the behavior of TEST and PROD accounts are different?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 08 Feb 2011 16:43:13 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Transactions-are-not-showing-on-test-account/m-p/10134#M6555</guid>
      <dc:creator>alecswan77</dc:creator>
      <dc:date>2011-02-08T16:43:13Z</dc:date>
    </item>
    <item>
      <title>Re: Transactions are not showing on test account</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Transactions-are-not-showing-on-test-account/m-p/10144#M6560</link>
      <description>&lt;P&gt;Settling has nothing to do with your code so settling them won't affect your integration. Test accounts and live accounts operate identically from an API perspective so once you develop your app usingthetest server you do not have to change anything except your credentials and API URL and everything will wor as tested.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Being unsettled is what is expected when new transactions are run. Settlement occurs once per evening and that's when the transactions are sent over to the bank for payment.&amp;nbsp;Settleleemt is automated so you don't do anything for them. It just happens.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Feb 2011 19:44:51 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Transactions-are-not-showing-on-test-account/m-p/10144#M6560</guid>
      <dc:creator>stymiee</dc:creator>
      <dc:date>2011-02-08T19:44:51Z</dc:date>
    </item>
    <item>
      <title>Re: Transactions are not showing on test account</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Transactions-are-not-showing-on-test-account/m-p/35184#M19583</link>
      <description>&lt;P&gt;I have TEST MODE off, and get Merchant Email Receipt after submit CC and amount. But I still cannot see any transaction details under Reports or Search menu on my Test account. Do you know where I did wrong?&lt;/P&gt;</description>
      <pubDate>Thu, 08 Aug 2013 07:20:10 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Transactions-are-not-showing-on-test-account/m-p/35184#M19583</guid>
      <dc:creator>ducle1969</dc:creator>
      <dc:date>2013-08-08T07:20:10Z</dc:date>
    </item>
    <item>
      <title>Re: Transactions are not showing on test account</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Transactions-are-not-showing-on-test-account/m-p/35185#M19584</link>
      <description>&lt;P&gt;And 'TEST MODE' is shown on each email, regardless I turn TEST MODE on or off..&lt;/P&gt;</description>
      <pubDate>Thu, 08 Aug 2013 07:30:53 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Transactions-are-not-showing-on-test-account/m-p/35185#M19584</guid>
      <dc:creator>ducle1969</dc:creator>
      <dc:date>2013-08-08T07:30:53Z</dc:date>
    </item>
    <item>
      <title>Re: Transactions are not showing on test account</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Transactions-are-not-showing-on-test-account/m-p/35186#M19585</link>
      <description>&lt;P&gt;If "Test Mode" is shown on the email, you are running in test mode. If you are using DPM, AIM, or SIM have x_test_request set to false&lt;/P&gt;</description>
      <pubDate>Thu, 08 Aug 2013 11:09:35 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Transactions-are-not-showing-on-test-account/m-p/35186#M19585</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2013-08-08T11:09:35Z</dc:date>
    </item>
    <item>
      <title>Re: Transactions are not showing on test account</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Transactions-are-not-showing-on-test-account/m-p/35194#M19592</link>
      <description>&lt;P&gt;Thanks for quick response. I found an issue with Spree::Gateway. It always sends test =&amp;gt; true when initialize ActiveMerchant gem. So Authorize.net always see it is transaction in TEST MODE&amp;gt;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Aug 2013 03:12:56 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Transactions-are-not-showing-on-test-account/m-p/35194#M19592</guid>
      <dc:creator>ducle1969</dc:creator>
      <dc:date>2013-08-09T03:12:56Z</dc:date>
    </item>
  </channel>
</rss>

