<?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: getSettledBatchList Testability in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/getSettledBatchList-Testability/m-p/23773#M12782</link>
    <description>&lt;P&gt;Pet's name is Simon, btw.&lt;/P&gt;</description>
    <pubDate>Wed, 29 Feb 2012 02:15:17 GMT</pubDate>
    <dc:creator>TJPride</dc:creator>
    <dc:date>2012-02-29T02:15:17Z</dc:date>
    <item>
      <title>getSettledBatchList Testability</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/getSettledBatchList-Testability/m-p/23737#M12765</link>
      <description>&lt;P&gt;Trying to get a settled batch report using a developer ID.&amp;nbsp; I am calling using the Java SDK.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The response is:&lt;/P&gt;&lt;P&gt;&amp;lt;messages&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;resultCode&amp;gt;Error&amp;lt;/resultCode&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;message&amp;gt;&amp;lt;code&amp;gt;E00011&amp;lt;/code&amp;gt;&amp;lt;text&amp;gt;Access denied. You do not have permission to call the Transaction Details API.&amp;lt;/text&amp;gt;&amp;lt;/message&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/messages&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it this possible to test this?&amp;nbsp; It is very possible I am not doing this correctly, because the code actually ends with a Class Cast Exception&amp;nbsp; in the last line below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;net.authorize.reporting.Transaction transaction = net.authorize.reporting.Transaction.createTransaction(inst.merchant, net.authorize.reporting.TransactionType.GET_SETTLED_BATCH_LIST);

net.authorize.data.xml.reporting.ReportingDetails RepDetails = net.authorize.data.xml.reporting.ReportingDetails.createReportingDetails();
RepDetails.setBatchFirstSettlementDate(firstSettlementDt.getTime() );
RepDetails.setBatchLastSettlementDate(lastSettlementDt.getTime() );
RepDetails.setBatchIncludeStatistics(true);
        
Result&amp;lt;net.authorize.reporting.Transaction&amp;gt; result = (Result&amp;lt;net.authorize.reporting.Transaction&amp;gt;)inst.merchant.postTransaction(transaction);&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;Any help?&amp;nbsp; Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 28 Feb 2012 19:43:09 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/getSettledBatchList-Testability/m-p/23737#M12765</guid>
      <dc:creator>WIS</dc:creator>
      <dc:date>2012-02-28T19:43:09Z</dc:date>
    </item>
    <item>
      <title>Re: getSettledBatchList Testability</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/getSettledBatchList-Testability/m-p/23759#M12775</link>
      <description>&lt;P&gt;Changing my search from transaction I want to the error message, I found some who got the same error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;A href="http://community.developer.authorize.net/t5/Integration-and-Testing/E00011-Access-denied-You-do-not-have-permission-to-call-the/m-p/12908" target="_self"&gt;http://community.developer.authorize.net/t5/Integration-and-Testing/E00011-Access-denied-You-do-not-have-permission-to-call-the/m-p/12908&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So change the question to:&amp;nbsp; How to get to the Merchant Interface Account Setting for a development account?&lt;/P&gt;</description>
      <pubDate>Tue, 28 Feb 2012 22:11:24 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/getSettledBatchList-Testability/m-p/23759#M12775</guid>
      <dc:creator>WIS</dc:creator>
      <dc:date>2012-02-28T22:11:24Z</dc:date>
    </item>
    <item>
      <title>Re: getSettledBatchList Testability</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/getSettledBatchList-Testability/m-p/23761#M12776</link>
      <description>&lt;P&gt;&lt;A href="https://test.authorize.net/" target="_blank"&gt;https://test.authorize.net/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Settings then under security settings - Transaction Details API&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Feb 2012 22:18:16 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/getSettledBatchList-Testability/m-p/23761#M12776</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2012-02-28T22:18:16Z</dc:date>
    </item>
    <item>
      <title>Re: getSettledBatchList Testability</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/getSettledBatchList-Testability/m-p/23773#M12782</link>
      <description>&lt;P&gt;Pet's name is Simon, btw.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Feb 2012 02:15:17 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/getSettledBatchList-Testability/m-p/23773#M12782</guid>
      <dc:creator>TJPride</dc:creator>
      <dc:date>2012-02-29T02:15:17Z</dc:date>
    </item>
  </channel>
</rss>

