<?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: New API Call -- getTransactionList in News and Announcements</title>
    <link>https://community.developer.cybersource.com/t5/News-and-Announcements/New-API-Call-getTransactionList/m-p/6914#M71</link>
    <description>&lt;P&gt;By the way, the guides are now live. You can find the XML guide at &lt;A rel="nofollow" href="http://www.authorize.net/support/ReportingGuide_XML.pdf" target="_blank"&gt;http://www.authorize.net/support/ReportingGuide_XML.pdf&lt;/A&gt; and the SOAP guide at &lt;A rel="nofollow" href="http://www.authorize.net/support/ReportingGuide_SOAP.pdf" target="_blank"&gt;http://www.authorize.net/support/ReportingGuide_SOAP.pdf.&lt;/A&gt;&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>Mon, 01 Nov 2010 21:32:02 GMT</pubDate>
    <dc:creator>Michelle</dc:creator>
    <dc:date>2010-11-01T21:32:02Z</dc:date>
    <item>
      <title>New API Call -- getTransactionList</title>
      <link>https://community.developer.cybersource.com/t5/News-and-Announcements/New-API-Call-getTransactionList/m-p/6772#M66</link>
      <description>&lt;P&gt;Hi everyone,&lt;BR /&gt;&lt;BR /&gt;The third call of our new reporting API is available now! (And there was much rejoicing....yay!) :smileyhappy:&lt;BR /&gt;&lt;BR /&gt;This third call flushes out the already released getTransactionDetails and getSettledBatchList calls. Now you can retrieve the transactions in your settled batches using getTransactionList. This API is available now in XML and SOAP.&lt;BR /&gt;&lt;BR /&gt;The updated guides for the Transaction Details API aren't live to the site yet, but I don't want to make you wait, so here's a sneak peak into the XML for the call and response. I'll reply to this message with the links of the guides once they're live. &lt;BR /&gt;&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;The following is the XML sent to retrieve a list of transactions in a batch&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&amp;lt;?xml version="1.0" encoding="utf-8"?&amp;gt;
&amp;lt;getTransactionListRequest xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd"&amp;gt;
     &amp;lt;merchantAuthentication&amp;gt;
             &amp;lt;name&amp;gt;YourUserLogin&amp;lt;/name&amp;gt;
             &amp;lt;transactionKey&amp;gt;YourTranKey&amp;lt;/transactionKey&amp;gt;
     &amp;lt;/merchantAuthentication&amp;gt;
     &amp;lt;batchId&amp;gt;21&amp;lt;/batchId&amp;gt;
&amp;lt;/getTransactionListRequest&amp;gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp; ------------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;The following is the XML response to a successful call to getTransactionListRequest&lt;BR /&gt;------------------------------------------------------------------------------------------------------------------------&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&amp;lt;?xml version="1.0" encoding="utf-8"?&amp;gt;
&amp;lt;getTransactionListResponse xmlns:xsi="&lt;A href="http://www.w3.org/2001/XMLSchema-instance" target="_blank" rel="nofollow"&gt;http://www.w3.org/2001/XMLSchema-instance&lt;/A&gt;" xmlns:xsd="&lt;A href="http://www.w3.org/2001/XMLSchema" target="_blank" rel="nofollow"&gt;http://www.w3.org/2001/XMLSchema&lt;/A&gt;" xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd"&amp;gt;
     &amp;lt;messages&amp;gt;
           &amp;lt;resultCode&amp;gt;Ok&amp;lt;/resultCode&amp;gt;
           &amp;lt;message&amp;gt;
                 &amp;lt;code&amp;gt;I00001&amp;lt;/code&amp;gt;
                 &amp;lt;text&amp;gt;Successful.&amp;lt;/text&amp;gt;
           &amp;lt;/message&amp;gt;
     &amp;lt;/messages&amp;gt;
     &amp;lt;transactions&amp;gt;
           &amp;lt;transaction&amp;gt;
                  &amp;lt;transId&amp;gt;234&amp;lt;/transId&amp;gt;
                  &amp;lt;submitTimeUTC&amp;gt;2010-09-28T17:51:31Z&amp;lt;/submitTimeUTC&amp;gt;
                  &amp;lt;submitTimeLocal&amp;gt;2010-09-28T10:51:31&amp;lt;/submitTimeLocal&amp;gt;
                  &amp;lt;transactionStatus&amp;gt;refundSettledSuccessfully&amp;lt;/transactionStatus&amp;gt;
                  &amp;lt;invoiceNumber&amp;gt;546572893&amp;lt;/invoiceNumber&amp;gt;
                  &amp;lt;firstName&amp;gt;John&amp;lt;/firstName&amp;gt;
                  &amp;lt;lastName&amp;gt;Doe&amp;lt;/lastName&amp;gt;
                  &amp;lt;accountType&amp;gt;MasterCard&amp;lt;/accountType&amp;gt;
                  &amp;lt;accountNumber&amp;gt;XXXX4796&amp;lt;/accountNumber&amp;gt;
                  &amp;lt;settleAmount&amp;gt;839.95&amp;lt;/settleAmount&amp;gt;
           &amp;lt;/transaction&amp;gt;
           &amp;lt;transaction&amp;gt;
                  &amp;lt;transId&amp;gt;233&amp;lt;/transId&amp;gt;
                  &amp;lt;submitTimeUTC&amp;gt;2010-09-22T20:34:35Z&amp;lt;/submitTimeUTC&amp;gt;
                  &amp;lt;submitTimeLocal&amp;gt;2010-09-22T13:34:35&amp;lt;/submitTimeLocal&amp;gt;
                  &amp;lt;transactionStatus&amp;gt;voided&amp;lt;/transactionStatus&amp;gt;
                  &amp;lt;firstName&amp;gt;Jane&amp;lt;/firstName&amp;gt;
                  &amp;lt;lastName&amp;gt;Doe&amp;lt;/lastName&amp;gt;
                  &amp;lt;accountType&amp;gt;Visa&amp;lt;/accountType&amp;gt;
                  &amp;lt;accountNumber&amp;gt;XXXX1111&amp;lt;/accountNumber&amp;gt;
                  &amp;lt;settleAmount&amp;gt;0.00&amp;lt;/settleAmount&amp;gt;
          &amp;lt;/transaction&amp;gt;
      &amp;lt;/transactions&amp;gt;
&amp;lt;/getTransactionListResponse&amp;gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And that completes the reporting API for now. Have at it!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Michelle&lt;BR /&gt;Developer Community Manager&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Oct 2010 18:09:46 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/News-and-Announcements/New-API-Call-getTransactionList/m-p/6772#M66</guid>
      <dc:creator>Michelle</dc:creator>
      <dc:date>2010-10-28T18:09:46Z</dc:date>
    </item>
    <item>
      <title>Re: New API Call -- getTransactionList</title>
      <link>https://community.developer.cybersource.com/t5/News-and-Announcements/New-API-Call-getTransactionList/m-p/6798#M68</link>
      <description>&lt;P&gt;There is also a setting in the Merchant Interface that must be enabled in order to use the reporting API. &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;To do this:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Log into the Merchant Interface at &lt;A href="https://account.authorize.net" target="_blank" rel="nofollow"&gt;https://account.authorize.net&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;Click &lt;STRONG&gt;Account &lt;/STRONG&gt;from the main toolbar&lt;/LI&gt;
&lt;LI&gt;Click &lt;STRONG&gt;Transaction Details API&lt;/STRONG&gt; from the General Security Settings section&lt;/LI&gt;
&lt;LI&gt;Enter your &lt;STRONG&gt;Secret Answer &lt;/STRONG&gt;to your Secret Question in the field provided&lt;/LI&gt;
&lt;LI&gt;Click &lt;STRONG&gt;Enable Transaction Details API&lt;/STRONG&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;Once the feature is enabled, you may use the three calls of the reporting API. You can disable the feature at any time by following the steps above and clicking Disable Transaction Details API.&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>Thu, 28 Oct 2010 22:17:44 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/News-and-Announcements/New-API-Call-getTransactionList/m-p/6798#M68</guid>
      <dc:creator>Michelle</dc:creator>
      <dc:date>2010-10-28T22:17:44Z</dc:date>
    </item>
    <item>
      <title>Re: New API Call -- getTransactionList</title>
      <link>https://community.developer.cybersource.com/t5/News-and-Announcements/New-API-Call-getTransactionList/m-p/6914#M71</link>
      <description>&lt;P&gt;By the way, the guides are now live. You can find the XML guide at &lt;A rel="nofollow" href="http://www.authorize.net/support/ReportingGuide_XML.pdf" target="_blank"&gt;http://www.authorize.net/support/ReportingGuide_XML.pdf&lt;/A&gt; and the SOAP guide at &lt;A rel="nofollow" href="http://www.authorize.net/support/ReportingGuide_SOAP.pdf" target="_blank"&gt;http://www.authorize.net/support/ReportingGuide_SOAP.pdf.&lt;/A&gt;&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>Mon, 01 Nov 2010 21:32:02 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/News-and-Announcements/New-API-Call-getTransactionList/m-p/6914#M71</guid>
      <dc:creator>Michelle</dc:creator>
      <dc:date>2010-11-01T21:32:02Z</dc:date>
    </item>
  </channel>
</rss>

