<?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: GetTransactionList()  and   GetSettledBatchList()   not working with dates in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/GetTransactionList-and-GetSettledBatchList-not-working-with/m-p/11792#M7324</link>
    <description>&lt;P&gt;Hey there, &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;After looking into this, there's definitely a bug in the SDK. We've got a release going out within the next week or so that will resolve this. Once it's live, we'll announce it in the News and Announcements board. &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Michelle&lt;/P&gt;
&lt;P&gt;Developer Community Manager&lt;/P&gt;</description>
    <pubDate>Wed, 06 Apr 2011 20:44:33 GMT</pubDate>
    <dc:creator>Michelle</dc:creator>
    <dc:date>2011-04-06T20:44:33Z</dc:date>
    <item>
      <title>GetTransactionList()  and   GetSettledBatchList()   not working with dates</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/GetTransactionList-and-GetSettledBatchList-not-working-with/m-p/11602#M7232</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;In C# , any which way I use the &lt;FONT color="#333333"&gt;GetTransactionList()&lt;/FONT&gt;&amp;nbsp; or&amp;nbsp; even&amp;nbsp;&amp;nbsp; &lt;FONT color="#333333"&gt;GetSettledBatchList()&lt;/FONT&gt;&amp;nbsp;&amp;nbsp; functions&amp;nbsp; I only get it for the last day.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT color="#333333"&gt;var transactions = gate.GetTransactionList();&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT color="#333333"&gt;var transactions = gate.GetTransactionList(DateTime.Now.AddDays(-31), DateTime.Now.AddDays(-1));&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I can only get the last settled batch.&amp;nbsp; If there is no settled batch in the last day then it will generate an error.&amp;nbsp; I can get a specific transaction by transaction ID but I am not going to know the transaction IDs.&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;FONT face="Franklin Gothic Medium" color="#008000"&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="Franklin Gothic Medium" color="#008000"&gt;It was also be nice but not necessary to have an integer overload where I could&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="Franklin Gothic Medium" color="#008000"&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="Franklin Gothic Medium" color="#333333"&gt;var transactions = gate.GetTransactionList(30);&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="Franklin Gothic Medium" color="#008000"&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="Franklin Gothic Medium" color="#008000"&gt;which would pick up the last 30 days.&lt;/FONT&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Mar 2011 23:12:43 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/GetTransactionList-and-GetSettledBatchList-not-working-with/m-p/11602#M7232</guid>
      <dc:creator>mjcpp</dc:creator>
      <dc:date>2011-03-28T23:12:43Z</dc:date>
    </item>
    <item>
      <title>Re: GetTransactionList()  and   GetSettledBatchList()   not working with dates</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/GetTransactionList-and-GetSettledBatchList-not-working-with/m-p/11612#M7237</link>
      <description>&lt;P&gt;I am having the same problem and have been pulling my hair out. I can't get any of the dates being passed in to work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I get a null reference exception if I pass in dates even though I have transactions that fall within the timeframe.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This problem and not being able to get back the Customer ID when I do get data back has been frustrating.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope someone has an answer.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Mar 2011 01:35:54 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/GetTransactionList-and-GetSettledBatchList-not-working-with/m-p/11612#M7237</guid>
      <dc:creator>JohnDi</dc:creator>
      <dc:date>2011-03-30T01:35:54Z</dc:date>
    </item>
    <item>
      <title>Re: GetTransactionList()  and   GetSettledBatchList()   not working with dates</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/GetTransactionList-and-GetSettledBatchList-not-working-with/m-p/11792#M7324</link>
      <description>&lt;P&gt;Hey there, &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;After looking into this, there's definitely a bug in the SDK. We've got a release going out within the next week or so that will resolve this. Once it's live, we'll announce it in the News and Announcements board. &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Michelle&lt;/P&gt;
&lt;P&gt;Developer Community Manager&lt;/P&gt;</description>
      <pubDate>Wed, 06 Apr 2011 20:44:33 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/GetTransactionList-and-GetSettledBatchList-not-working-with/m-p/11792#M7324</guid>
      <dc:creator>Michelle</dc:creator>
      <dc:date>2011-04-06T20:44:33Z</dc:date>
    </item>
    <item>
      <title>Re: GetTransactionList()  and   GetSettledBatchList()   not working with dates</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/GetTransactionList-and-GetSettledBatchList-not-working-with/m-p/11898#M7375</link>
      <description>&lt;P&gt;Thanks Michelle,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I appreciate you looking into this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you very much.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Apr 2011 00:28:11 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/GetTransactionList-and-GetSettledBatchList-not-working-with/m-p/11898#M7375</guid>
      <dc:creator>JohnDi</dc:creator>
      <dc:date>2011-04-11T00:28:11Z</dc:date>
    </item>
    <item>
      <title>Re: GetTransactionList()  and   GetSettledBatchList()   not working with dates</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/GetTransactionList-and-GetSettledBatchList-not-working-with/m-p/12122#M7470</link>
      <description>&lt;P&gt;Can you tell me if this issue has been resolved.&amp;nbsp; Also is there a known issue capturing the Credir Card Type AMEX, VISA, Mastercard...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Andy Lytwyn&lt;/P&gt;</description>
      <pubDate>Tue, 19 Apr 2011 23:14:13 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/GetTransactionList-and-GetSettledBatchList-not-working-with/m-p/12122#M7470</guid>
      <dc:creator>AndyL</dc:creator>
      <dc:date>2011-04-19T23:14:13Z</dc:date>
    </item>
    <item>
      <title>Re: GetTransactionList()  and   GetSettledBatchList()   not working with dates</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/GetTransactionList-and-GetSettledBatchList-not-working-with/m-p/12368#M7572</link>
      <description>&lt;P&gt;Hi Andy,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We have not yet released the updates to the C# SDK, but when we do, we will post an announcement in the News and Announcements section. I have also not heard anything about not being able to capture specific card types. Do you have an example of such a bug?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Michelle&lt;/P&gt;
&lt;P&gt;Developer Community Manager&lt;/P&gt;</description>
      <pubDate>Wed, 27 Apr 2011 20:06:43 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/GetTransactionList-and-GetSettledBatchList-not-working-with/m-p/12368#M7572</guid>
      <dc:creator>Michelle</dc:creator>
      <dc:date>2011-04-27T20:06:43Z</dc:date>
    </item>
    <item>
      <title>Re: GetTransactionList()  and   GetSettledBatchList()   not working with dates</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/GetTransactionList-and-GetSettledBatchList-not-working-with/m-p/12560#M7659</link>
      <description>&lt;P&gt;I need to get the Batch/Transactions details using these methods. Need to know if the issue is fixed. I can see that&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;public static List&amp;lt;Batch&amp;gt; NewFromResponse(getSettledBatchListResponse batches){&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var result = new List&amp;lt;Batch&amp;gt;();&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; for (int i = 0; i &amp;lt; batches.batchList.Length; i++) { // throws the null exceptio.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If not, any plans to get a fix for this?&lt;/P&gt;</description>
      <pubDate>Mon, 02 May 2011 20:25:09 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/GetTransactionList-and-GetSettledBatchList-not-working-with/m-p/12560#M7659</guid>
      <dc:creator>lpsAuthUser</dc:creator>
      <dc:date>2011-05-02T20:25:09Z</dc:date>
    </item>
    <item>
      <title>Re: GetTransactionList()  and   GetSettledBatchList()   not working with dates</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/GetTransactionList-and-GetSettledBatchList-not-working-with/m-p/13092#M7897</link>
      <description>&lt;P&gt;Any update on when the new C# dll will be released? I am running into the same object reference not set to an instance of an object null reference exceptions when calling gate.GetTransactionList() or gate.GetSettledBatchList()&lt;/P&gt;</description>
      <pubDate>Tue, 24 May 2011 20:31:43 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/GetTransactionList-and-GetSettledBatchList-not-working-with/m-p/13092#M7897</guid>
      <dc:creator>rbrooks</dc:creator>
      <dc:date>2011-05-24T20:31:43Z</dc:date>
    </item>
    <item>
      <title>Re: GetTransactionList()  and   GetSettledBatchList()   not working with dates</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/GetTransactionList-and-GetSettledBatchList-not-working-with/m-p/13174#M7928</link>
      <description>&lt;P&gt;Hi there, &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The last release of the updates to the C# SDK got delayed, but we are working on getting those out hopefully within the next week or so. Once the SDK has been updated with the bug fixes, we will post an announcement in the &lt;A href="http://community.developer.authorize.net/t5/News-and-Announcements/bd-p/News_Annoucements" target="_self"&gt;News and Announcements&lt;/A&gt; board. So keep your eye out for that soon.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Michelle&lt;BR /&gt;&lt;BR /&gt;Developer Community Manager&lt;/P&gt;</description>
      <pubDate>Thu, 26 May 2011 20:05:16 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/GetTransactionList-and-GetSettledBatchList-not-working-with/m-p/13174#M7928</guid>
      <dc:creator>Michelle</dc:creator>
      <dc:date>2011-05-26T20:05:16Z</dc:date>
    </item>
    <item>
      <title>Re: GetTransactionList()  and   GetSettledBatchList()   not working with dates</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/GetTransactionList-and-GetSettledBatchList-not-working-with/m-p/13818#M8209</link>
      <description>&lt;P&gt;Just to follow up, the C# SDK bug fixes were released last week. Check out the thread &lt;A href="http://community.developer.authorize.net/t5/News-and-Announcements/C-SDK-bug-fixes-released/td-p/13804" target="_self"&gt;here &lt;/A&gt;for a list of what was fixed.&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;Thanks,&lt;BR /&gt;&lt;BR /&gt;Michelle&lt;BR /&gt;Developer Community Manager﻿&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jun 2011 20:11:15 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/GetTransactionList-and-GetSettledBatchList-not-working-with/m-p/13818#M8209</guid>
      <dc:creator>Michelle</dc:creator>
      <dc:date>2011-06-20T20:11:15Z</dc:date>
    </item>
  </channel>
</rss>

