<?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: Retrieving Transaction information via the Transaction Details API using VB.NET in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Retrieving-Transaction-information-via-the-Transaction-Details/m-p/44884#M22734</link>
    <description>&lt;P&gt;Not sure about VB&lt;/P&gt;&lt;P&gt;but they have the reporting gatway test&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="https://github.com/AuthorizeNet/sdk-dotnet/blob/6a03be7ad593519936863e35b430be3166c1ff14/AuthorizeNETtest/ReportingGatewayTest.cs"&gt;https://github.com/AuthorizeNet/sdk-dotnet/blob/6a03be7ad593519936863e35b430be3166c1ff14/AuthorizeNETtest/ReportingGatewayTest.cs&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;maybe is something like transactions(0).id ??&lt;/P&gt;</description>
    <pubDate>Thu, 26 Jun 2014 23:33:09 GMT</pubDate>
    <dc:creator>RaynorC1emen7</dc:creator>
    <dc:date>2014-06-26T23:33:09Z</dc:date>
    <item>
      <title>Retrieving Transaction information via the Transaction Details API using VB.NET</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Retrieving-Transaction-information-via-the-Transaction-Details/m-p/44876#M22730</link>
      <description>&lt;P&gt;I am attempting to use the Transaction API to retrieve transactions from Authorize.Net using the GetSettledBatchList or GetTransactionList functions of the ReportingGateway.&amp;nbsp; I have the C# classes integrated into my ASP.NET solution, and I believe that I am successfully connecting to the gateway, and possibly getting transactions returned.&amp;nbsp; My problem is with the implementation of how to view information returned.&amp;nbsp; Ultimately I want to write the values to a csv file, but for the life of me I can't figure out how to work with the GetTransactionList function.&amp;nbsp; I've attached my code if that helps anyone.&amp;nbsp; I stopped short of including my poor attempts to access the returned data.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;These are some other attempts&lt;/P&gt;&lt;P&gt;'Dim transactions As New List(Of AuthorizeNet.Batch)&lt;BR /&gt;'Dim transactions As IEnumerable(Of AuthorizeNet.Transaction) = New List(Of AuthorizeNet.Transaction)&lt;BR /&gt;'Dim transactions As New List(Of AuthorizeNet.Transaction)&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;'Current code...&lt;/P&gt;&lt;P&gt;Dim gate As New ReportingGateway(API,Key,ServiceMode.Live)&lt;/P&gt;&lt;P&gt;Dim transactions = gate.GetSettledBatchList(startdate, enddate, True)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;According to Intellisense the last Dim will automatically make transactions an Object.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just not sure where to take it from here.&amp;nbsp; Thanks for any help anyone can provide.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jun 2014 20:32:00 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Retrieving-Transaction-information-via-the-Transaction-Details/m-p/44876#M22730</guid>
      <dc:creator>emlinney</dc:creator>
      <dc:date>2014-06-26T20:32:00Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieving Transaction information via the Transaction Details API using VB.NET</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Retrieving-Transaction-information-via-the-Transaction-Details/m-p/44884#M22734</link>
      <description>&lt;P&gt;Not sure about VB&lt;/P&gt;&lt;P&gt;but they have the reporting gatway test&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="https://github.com/AuthorizeNet/sdk-dotnet/blob/6a03be7ad593519936863e35b430be3166c1ff14/AuthorizeNETtest/ReportingGatewayTest.cs"&gt;https://github.com/AuthorizeNet/sdk-dotnet/blob/6a03be7ad593519936863e35b430be3166c1ff14/AuthorizeNETtest/ReportingGatewayTest.cs&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;maybe is something like transactions(0).id ??&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jun 2014 23:33:09 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Retrieving-Transaction-information-via-the-Transaction-Details/m-p/44884#M22734</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2014-06-26T23:33:09Z</dc:date>
    </item>
  </channel>
</rss>

