<?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 Transaction APIs in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Transaction-APIs/m-p/13548#M8079</link>
    <description>&lt;P&gt;Ok, here goes! The AuthNet phone support person could not help me so I will try this in the forums.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am implementing the new Transaction APIs.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I downloaded the SDK from authnet and I am able to get one function working - the getSettledBatchList function.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is the code I am using as described in the Sample Code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;require_once "../code/classes/AuthorizeNet.php";&lt;/DIV&gt;&lt;DIV&gt;define("AUTHORIZENET_API_LOGIN_ID", "xxxxxxxx");&lt;/DIV&gt;&lt;DIV&gt;define("AUTHORIZENET_TRANSACTION_KEY", "yyyyyyy");&lt;/DIV&gt;&lt;DIV&gt;define("AUTHORIZENET_SANDBOX", false);&lt;/DIV&gt;&lt;DIV&gt;// Get Settled Batch List&lt;/DIV&gt;&lt;DIV&gt;$request = new AuthorizeNetTD;&lt;/DIV&gt;&lt;DIV&gt;//$includeStatistics = true;&lt;/DIV&gt;&lt;DIV&gt;//$firstSettlementDate = "2011-06-01T00:00:00";&lt;/DIV&gt;&lt;DIV&gt;//$lastSettlementDate = "2011-06-10T00:00:00";&lt;/DIV&gt;&lt;DIV&gt;//$response = $request-&amp;gt;getSettledBatchList($includeStatistics,$firstSettlementDate,$lastSettlementDate);&lt;/DIV&gt;&lt;DIV&gt;$response = $request-&amp;gt;getSettledBatchList();&lt;/DIV&gt;&lt;DIV&gt;echo count($response-&amp;gt;xml-&amp;gt;batchList-&amp;gt;batch) . " batches&amp;lt;br&amp;gt;";&lt;/DIV&gt;&lt;DIV&gt;foreach ($response-&amp;gt;xml-&amp;gt;batchList-&amp;gt;batch as $batch) {&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;echo "Batch ID: " . $batch-&amp;gt;batchId . "&amp;lt;br&amp;gt;";&lt;/DIV&gt;&lt;DIV&gt;}&lt;/DIV&gt;&lt;DIV&gt;This works fine, even when I add in the start and end date parameters.&lt;/DIV&gt;&lt;DIV&gt;However, when I try to implement getBatchDetails(), I get nothing.&amp;nbsp;When I look thru the code in AuthorizeNetTD.php, I do not see this function - I do see the others.&lt;/DIV&gt;&lt;DIV&gt;So, I assume that this function does not exist (yet). Is this correct?&lt;/DIV&gt;&lt;DIV&gt;Then I read again the ReportingGuide_XML.pdf documentation (for the 5th time) and see that it indicates that the&lt;/DIV&gt;&lt;DIV&gt;function getBatchStatistics DOES exist, but in the XML world. (It appears as 'getBatchStatisticsRequest' appended to the function name).&lt;/DIV&gt;&lt;DIV&gt;So, now I want to try it via XML.&lt;/DIV&gt;&lt;DIV&gt;But there is no sample code on how to send an API transaction (or at least it is not&lt;/DIV&gt;&lt;DIV&gt;clear enough how to do it) using the XML method.&lt;/DIV&gt;&lt;DIV&gt;I am not smart enough to build this from scratch and there&lt;/DIV&gt;&lt;DIV&gt;seems to be no sample code for this. I can easily build the XML string as shown, but a) how to send? and b) where&lt;/DIV&gt;&lt;DIV&gt;to send?&lt;/DIV&gt;&lt;DIV&gt;So, does anyone know of any sample code to use to implement the XML way to do this.&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Thanks for any assistance.&lt;/DIV&gt;&lt;DIV&gt;Tom&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 09 Jun 2011 17:51:49 GMT</pubDate>
    <dc:creator>tomslick</dc:creator>
    <dc:date>2011-06-09T17:51:49Z</dc:date>
    <item>
      <title>Transaction APIs</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Transaction-APIs/m-p/13548#M8079</link>
      <description>&lt;P&gt;Ok, here goes! The AuthNet phone support person could not help me so I will try this in the forums.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am implementing the new Transaction APIs.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I downloaded the SDK from authnet and I am able to get one function working - the getSettledBatchList function.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is the code I am using as described in the Sample Code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;require_once "../code/classes/AuthorizeNet.php";&lt;/DIV&gt;&lt;DIV&gt;define("AUTHORIZENET_API_LOGIN_ID", "xxxxxxxx");&lt;/DIV&gt;&lt;DIV&gt;define("AUTHORIZENET_TRANSACTION_KEY", "yyyyyyy");&lt;/DIV&gt;&lt;DIV&gt;define("AUTHORIZENET_SANDBOX", false);&lt;/DIV&gt;&lt;DIV&gt;// Get Settled Batch List&lt;/DIV&gt;&lt;DIV&gt;$request = new AuthorizeNetTD;&lt;/DIV&gt;&lt;DIV&gt;//$includeStatistics = true;&lt;/DIV&gt;&lt;DIV&gt;//$firstSettlementDate = "2011-06-01T00:00:00";&lt;/DIV&gt;&lt;DIV&gt;//$lastSettlementDate = "2011-06-10T00:00:00";&lt;/DIV&gt;&lt;DIV&gt;//$response = $request-&amp;gt;getSettledBatchList($includeStatistics,$firstSettlementDate,$lastSettlementDate);&lt;/DIV&gt;&lt;DIV&gt;$response = $request-&amp;gt;getSettledBatchList();&lt;/DIV&gt;&lt;DIV&gt;echo count($response-&amp;gt;xml-&amp;gt;batchList-&amp;gt;batch) . " batches&amp;lt;br&amp;gt;";&lt;/DIV&gt;&lt;DIV&gt;foreach ($response-&amp;gt;xml-&amp;gt;batchList-&amp;gt;batch as $batch) {&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;echo "Batch ID: " . $batch-&amp;gt;batchId . "&amp;lt;br&amp;gt;";&lt;/DIV&gt;&lt;DIV&gt;}&lt;/DIV&gt;&lt;DIV&gt;This works fine, even when I add in the start and end date parameters.&lt;/DIV&gt;&lt;DIV&gt;However, when I try to implement getBatchDetails(), I get nothing.&amp;nbsp;When I look thru the code in AuthorizeNetTD.php, I do not see this function - I do see the others.&lt;/DIV&gt;&lt;DIV&gt;So, I assume that this function does not exist (yet). Is this correct?&lt;/DIV&gt;&lt;DIV&gt;Then I read again the ReportingGuide_XML.pdf documentation (for the 5th time) and see that it indicates that the&lt;/DIV&gt;&lt;DIV&gt;function getBatchStatistics DOES exist, but in the XML world. (It appears as 'getBatchStatisticsRequest' appended to the function name).&lt;/DIV&gt;&lt;DIV&gt;So, now I want to try it via XML.&lt;/DIV&gt;&lt;DIV&gt;But there is no sample code on how to send an API transaction (or at least it is not&lt;/DIV&gt;&lt;DIV&gt;clear enough how to do it) using the XML method.&lt;/DIV&gt;&lt;DIV&gt;I am not smart enough to build this from scratch and there&lt;/DIV&gt;&lt;DIV&gt;seems to be no sample code for this. I can easily build the XML string as shown, but a) how to send? and b) where&lt;/DIV&gt;&lt;DIV&gt;to send?&lt;/DIV&gt;&lt;DIV&gt;So, does anyone know of any sample code to use to implement the XML way to do this.&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Thanks for any assistance.&lt;/DIV&gt;&lt;DIV&gt;Tom&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jun 2011 17:51:49 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Transaction-APIs/m-p/13548#M8079</guid>
      <dc:creator>tomslick</dc:creator>
      <dc:date>2011-06-09T17:51:49Z</dc:date>
    </item>
    <item>
      <title>Re: Transaction APIs</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Transaction-APIs/m-p/13670#M8136</link>
      <description>&lt;P&gt;You are correct that not all of the Transaction Details API functions are available yet in the current versions of the SDK.&amp;nbsp; The only way to make use of these functions is directly via an XML request.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is a stripped down version of the code used in the PHP SDK to process a properly formatted XML request:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier" size="1"&gt;&lt;FONT color="#0000FF"&gt;$post_string&lt;/FONT&gt; = "&lt;FONT color="#999999"&gt;&amp;lt;xml /&amp;gt;&lt;/FONT&gt;"; &lt;FONT color="#008000"&gt;//This should be your properly structured XML request&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier" size="1"&gt;&lt;FONT color="#0000FF"&gt;$post_url&lt;/FONT&gt; = "&lt;FONT color="#999999"&gt;&lt;A href="https://apitest.authorize.net/xml/v1/request.api" target="_blank"&gt;&lt;FONT color="#999999"&gt;https://apitest.authorize.net/xml/v1/request.api&lt;/FONT&gt;&lt;/A&gt;&lt;/FONT&gt;"; &lt;FONT color="#008000"&gt;//switch 'apitest' to 'api' for production&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier" size="1"&gt;&lt;FONT color="#0000FF"&gt;$curl_request&lt;/FONT&gt; = curl_init(&lt;FONT color="#0000FF"&gt;$post_url&lt;/FONT&gt;);&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier" size="1"&gt;curl_setopt(&lt;FONT color="#0000FF"&gt;$curl_request&lt;/FONT&gt;, CURLOPT_POSTFIELDS, &lt;FONT color="#0000FF"&gt;$post_string&lt;/FONT&gt;);&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier" size="1"&gt;curl_setopt(&lt;FONT color="#0000FF"&gt;$curl_request&lt;/FONT&gt;, CURLOPT_HEADER, &lt;FONT color="#FF9900"&gt;0&lt;/FONT&gt;);&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier" size="1"&gt;curl_setopt(&lt;FONT color="#0000FF"&gt;$curl_request&lt;/FONT&gt;, CURLOPT_TIMEOUT, &lt;FONT color="#FF9900"&gt;45&lt;/FONT&gt;);&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier" size="1"&gt;curl_setopt(&lt;FONT color="#0000FF"&gt;$curl_request&lt;/FONT&gt;, CURLOPT_RETURNTRANSFER, &lt;FONT color="#FF9900"&gt;1&lt;/FONT&gt;);&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier" size="1"&gt;curl_setopt(&lt;FONT color="#0000FF"&gt;$curl_request&lt;/FONT&gt;, CURLOPT_SSL_VERIFYHOST, &lt;FONT color="#FF9900"&gt;2&lt;/FONT&gt;);&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier" size="1"&gt;curl_setopt(&lt;FONT color="#0000FF"&gt;$curl_request&lt;/FONT&gt;, CURLOPT_CAINFO, dirname(dirname(&lt;FONT color="#0000FF"&gt;&lt;STRONG&gt;__FILE__&lt;/STRONG&gt;&lt;/FONT&gt;)) . '&lt;FONT color="#999999"&gt;/ssl/cert.pem&lt;/FONT&gt;'); &lt;FONT color="#008000"&gt;//must be correct path to cert.pem from the SDK&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier" size="1"&gt;curl_setopt(&lt;FONT color="#0000FF"&gt;$curl_request&lt;/FONT&gt;, CURLOPT_HTTPHEADER, &lt;STRONG&gt;Array&lt;/STRONG&gt;("&lt;FONT color="#999999"&gt;Content-Type: text/xml&lt;/FONT&gt;"));&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier" size="1"&gt;&lt;FONT color="#0000FF"&gt;$response&lt;/FONT&gt; = curl_exec(&lt;FONT color="#0000FF"&gt;$curl_request&lt;/FONT&gt;); &lt;FONT color="#008000"&gt;//XML Response is stored here&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier" size="1"&gt;curl_close(&lt;FONT color="#0000FF"&gt;$curl_request&lt;/FONT&gt;);&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jun 2011 21:14:44 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Transaction-APIs/m-p/13670#M8136</guid>
      <dc:creator>Trevor</dc:creator>
      <dc:date>2011-06-13T21:14:44Z</dc:date>
    </item>
    <item>
      <title>Re: Transaction APIs</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Transaction-APIs/m-p/13746#M8174</link>
      <description>&lt;P&gt;&amp;lt;?php&lt;BR /&gt;$post_string=&amp;nbsp; '&amp;lt;?xml version="1.0" encoding="utf-8"?&amp;gt;&lt;BR /&gt;&amp;lt;getTransactionDetailsRequest xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd"&amp;gt;&lt;BR /&gt;&amp;lt;merchantAuthentication&amp;gt;&lt;BR /&gt;&amp;lt;name&amp;gt;XXXXXX&amp;lt;/name&amp;gt;&lt;BR /&gt;&amp;lt;transactionKey&amp;gt;XXXXXXXXXXXXXXXXXXXXXXXXX&amp;lt;/transactionKey&amp;gt;&lt;BR /&gt;&amp;lt;/merchantAuthentication&amp;gt;&lt;BR /&gt;&amp;lt;transId&amp;gt;3679480912&amp;lt;/transId&amp;gt;&lt;BR /&gt;&amp;lt;/getTransactionDetailsRequest&amp;gt;';&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;//This should be your properly structured XML request&lt;BR /&gt;&lt;BR /&gt;$post_url = "&lt;A target="_blank" href="https://api.authorize.net/xml/v1/request.api"&gt;https://api.authorize.net/xml/v1/request.api&lt;/A&gt;"; //switch 'apitest' to 'api' for production&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;$curl_request = curl_init($post_url);&lt;BR /&gt;&lt;BR /&gt;curl_setopt($curl_request, CURLOPT_POSTFIELDS, $post_string);&lt;BR /&gt;&lt;BR /&gt;curl_setopt($curl_request, CURLOPT_HEADER, 0);&lt;BR /&gt;&lt;BR /&gt;curl_setopt($curl_request, CURLOPT_TIMEOUT, 45);&lt;BR /&gt;&lt;BR /&gt;curl_setopt($curl_request, CURLOPT_RETURNTRANSFER, 1);&lt;BR /&gt;&lt;BR /&gt;curl_setopt($curl_request, CURLOPT_SSL_VERIFYHOST, FALSE);&lt;BR /&gt;&lt;BR /&gt;curl_setopt($curl_request, CURLOPT_CAINFO, dirname(dirname("./anet_php_sdk/lib/ssl/cert.pem"))); //must be correct path to cert.pem from the SDK&lt;BR /&gt;&lt;BR /&gt;curl_setopt($curl_request, CURLOPT_HTTPHEADER, Array("Content-Type: text/xml"));&lt;BR /&gt;&lt;BR /&gt;$response = curl_exec($curl_request); //XML Response is stored here&lt;BR /&gt;&amp;nbsp; if($response ==true) {&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; echo "The test passed &amp;lt;br/&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if($response == false) {&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;&amp;nbsp;&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;&amp;nbsp; echo "no";&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;&amp;nbsp; }&lt;BR /&gt;&lt;BR /&gt;curl_close($curl_request);&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;$xmlData = new SimpleXMLElement($response);//it is used for accessing dom XML element&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;print_r($xmlData); //just for testing&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;foreach($xmlData-&amp;gt;Response as $response) {&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;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; echo "$response-&amp;gt;messages-&amp;gt;resultCode";&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;&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;BR /&gt;?&amp;gt;﻿&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have 'XXX'ed the sensitive data . I have used the transaction id from the merchant interface under reports.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Output:no&lt;BR /&gt;&lt;STRONG&gt;Fatal error&lt;/STRONG&gt;: Uncaught exception 'Exception' with message 'String could not be parsed as XML' in C:\wamp\www\test1\index.php:46 Stack trace: #0 C:\wamp\www\test1\index.php(46): SimpleXMLElement-&amp;gt;__construct('') #1 {main} thrown in &lt;STRONG&gt;C:\wamp\www\test1\index.php&lt;/STRONG&gt; on line &lt;STRONG&gt;46&lt;/STRONG&gt;﻿&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;which means there is no response generated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Where do I get batchId from.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jun 2011 19:45:00 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Transaction-APIs/m-p/13746#M8174</guid>
      <dc:creator>Swetta</dc:creator>
      <dc:date>2011-06-15T19:45:00Z</dc:date>
    </item>
  </channel>
</rss>

