<?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: Downloading Line Items in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Downloading-Line-Items/m-p/47827#M24141</link>
    <description>&lt;P&gt;With the goal of producing a csv data file (not even close yet), we are calling:&lt;/P&gt;&lt;P&gt;Using&amp;nbsp;require_once "/anet_php_sdk/AuthorizeNet.php";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;//'TRANSACTIONS FOR DAY;&lt;BR /&gt;$request = new AuthorizeNetTD;&lt;BR /&gt;$response = $request-&amp;gt;getTransactionsForDay(10,08,2014); //MM,DD,YYYY&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Getting the transactions for the day, I'm guessing I would load transactionIDs&amp;nbsp;into an array and loop through itehm using&amp;nbsp;&lt;SPAN&gt;getTransactionDetails&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;//'TRANSACTION DETAILS&amp;lt;br&amp;gt;';&lt;BR /&gt;$transId = '6559957920';&lt;BR /&gt;$response = $request-&amp;gt;getTransactionDetails($transId);&lt;BR /&gt;print_r($response);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I now see the line item details. &amp;nbsp;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What I need to do now is loop through (the XML?) and create a data file, pulling out specific fields. &amp;nbsp;Would you happen to know where some sample code is? &amp;nbsp;I've not worked too much with XML. &amp;nbsp;Our goal is to just produce a data file by running this PHP page.&lt;/P&gt;</description>
    <pubDate>Thu, 09 Oct 2014 13:26:51 GMT</pubDate>
    <dc:creator>foundation406</dc:creator>
    <dc:date>2014-10-09T13:26:51Z</dc:date>
    <item>
      <title>Downloading Line Items</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Downloading-Line-Items/m-p/47803#M24129</link>
      <description>&lt;P&gt;We can pull transaction details using&amp;nbsp;AuthorizeNetTD, but these do not include the line items (itemized).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How are these downloaded?&lt;/P&gt;</description>
      <pubDate>Wed, 08 Oct 2014 21:59:40 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Downloading-Line-Items/m-p/47803#M24129</guid>
      <dc:creator>foundation406</dc:creator>
      <dc:date>2014-10-08T21:59:40Z</dc:date>
    </item>
    <item>
      <title>Re: Downloading Line Items</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Downloading-Line-Items/m-p/47809#M24132</link>
      <description>&lt;P&gt;Which methods did you use to get the transaction? lineitems only return in getTransactionDetails method&lt;/P&gt;</description>
      <pubDate>Wed, 08 Oct 2014 22:26:09 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Downloading-Line-Items/m-p/47809#M24132</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2014-10-08T22:26:09Z</dc:date>
    </item>
    <item>
      <title>Re: Downloading Line Items</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Downloading-Line-Items/m-p/47827#M24141</link>
      <description>&lt;P&gt;With the goal of producing a csv data file (not even close yet), we are calling:&lt;/P&gt;&lt;P&gt;Using&amp;nbsp;require_once "/anet_php_sdk/AuthorizeNet.php";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;//'TRANSACTIONS FOR DAY;&lt;BR /&gt;$request = new AuthorizeNetTD;&lt;BR /&gt;$response = $request-&amp;gt;getTransactionsForDay(10,08,2014); //MM,DD,YYYY&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Getting the transactions for the day, I'm guessing I would load transactionIDs&amp;nbsp;into an array and loop through itehm using&amp;nbsp;&lt;SPAN&gt;getTransactionDetails&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;//'TRANSACTION DETAILS&amp;lt;br&amp;gt;';&lt;BR /&gt;$transId = '6559957920';&lt;BR /&gt;$response = $request-&amp;gt;getTransactionDetails($transId);&lt;BR /&gt;print_r($response);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I now see the line item details. &amp;nbsp;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What I need to do now is loop through (the XML?) and create a data file, pulling out specific fields. &amp;nbsp;Would you happen to know where some sample code is? &amp;nbsp;I've not worked too much with XML. &amp;nbsp;Our goal is to just produce a data file by running this PHP page.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Oct 2014 13:26:51 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Downloading-Line-Items/m-p/47827#M24141</guid>
      <dc:creator>foundation406</dc:creator>
      <dc:date>2014-10-09T13:26:51Z</dc:date>
    </item>
    <item>
      <title>Re: Downloading Line Items</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Downloading-Line-Items/m-p/78438#M49276</link>
      <description>&lt;P&gt;Downloading Items is exceptionally urgent and troublesome and there are just restricted sources that give us downloading details in any case, there is a valid source.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Sep 2021 16:02:53 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Downloading-Line-Items/m-p/78438#M49276</guid>
      <dc:creator>Hytmer</dc:creator>
      <dc:date>2021-09-07T16:02:53Z</dc:date>
    </item>
  </channel>
</rss>

