<?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 How can I capture multiple transactions at once using AIM? in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-can-I-capture-multiple-transactions-at-once-using-AIM/m-p/13356#M8003</link>
    <description>&lt;P&gt;How can I capture multiple transactions at once?&amp;nbsp; Not with the merchant interface, but in code.&amp;nbsp; I can capture them one at a time with the following HTML:&lt;BR /&gt;&lt;BR /&gt;&amp;lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"&lt;BR /&gt;"&lt;A href="http://www.w3.org/TR/html4/loose.dtd" target="_blank" rel="nofollow"&gt;http://www.w3.org/TR/html4/loose.dtd&lt;/A&gt;"&amp;gt;&lt;BR /&gt;&amp;lt;html lang="en"&amp;gt;&lt;BR /&gt;&amp;lt;head&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;title&amp;gt;Capture Prior Transaction&amp;lt;/title&amp;gt;&lt;BR /&gt;&amp;lt;/head&amp;gt;&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;&amp;lt;body onload="document.PostPayment.submit()"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;form name="PostPayment" method="post" action="&lt;A href="https://test.authorize.net/gateway/transact.dll" target="_blank" rel="nofollow"&gt;https://test.authorize.net/gateway/transact.dll&lt;/A&gt;" &amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;input type="hidden" name="x_login" value="MyAPILogin" /&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;input type="hidden" name="x_tran_key" value="MyTransKey" /&amp;gt;&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;input type="hidden" name="x_delim_data" value="TRUE" /&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;input type="hidden" name="x_delim_char" value="~" /&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;input type="hidden" name="x_relay_response" value="FALSE" /&amp;gt;&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;input type="hidden" name="x_type" value="PRIOR_AUTH_CAPTURE" /&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;input type="hidden" name="x_trans_id" value="2160297358" /&amp;gt;&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;p&amp;gt;Please wait ....&amp;lt;/p&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;p&amp;gt;&amp;lt;/p&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/form&amp;gt;&lt;BR /&gt;&amp;lt;/body&amp;gt;&lt;BR /&gt;&amp;lt;/html&amp;gt;&lt;BR /&gt;&lt;BR /&gt;How do I send a whole list of TransactionIDs?&amp;nbsp; Which lines do I repeat?&amp;nbsp; My trial-and-error attempts result in only the last TranID being processed.&lt;BR /&gt;&lt;BR /&gt;We don't want to capture until we ship the product. At the end of the day our custom software has a list of what needs to be captured.&amp;nbsp; My software is mostly Delphi code.&amp;nbsp; I have Delphi code creating HTML, and it is working fine.&amp;nbsp; I just need sample HTML for multiple captures.&amp;nbsp; At the end of the day I need to be able to capture all but 5-6 out of a list of 200-300.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 04 Jun 2011 06:43:09 GMT</pubDate>
    <dc:creator>Debby</dc:creator>
    <dc:date>2011-06-04T06:43:09Z</dc:date>
    <item>
      <title>How can I capture multiple transactions at once using AIM?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-can-I-capture-multiple-transactions-at-once-using-AIM/m-p/13356#M8003</link>
      <description>&lt;P&gt;How can I capture multiple transactions at once?&amp;nbsp; Not with the merchant interface, but in code.&amp;nbsp; I can capture them one at a time with the following HTML:&lt;BR /&gt;&lt;BR /&gt;&amp;lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"&lt;BR /&gt;"&lt;A href="http://www.w3.org/TR/html4/loose.dtd" target="_blank" rel="nofollow"&gt;http://www.w3.org/TR/html4/loose.dtd&lt;/A&gt;"&amp;gt;&lt;BR /&gt;&amp;lt;html lang="en"&amp;gt;&lt;BR /&gt;&amp;lt;head&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;title&amp;gt;Capture Prior Transaction&amp;lt;/title&amp;gt;&lt;BR /&gt;&amp;lt;/head&amp;gt;&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;&amp;lt;body onload="document.PostPayment.submit()"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;form name="PostPayment" method="post" action="&lt;A href="https://test.authorize.net/gateway/transact.dll" target="_blank" rel="nofollow"&gt;https://test.authorize.net/gateway/transact.dll&lt;/A&gt;" &amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;input type="hidden" name="x_login" value="MyAPILogin" /&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;input type="hidden" name="x_tran_key" value="MyTransKey" /&amp;gt;&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;input type="hidden" name="x_delim_data" value="TRUE" /&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;input type="hidden" name="x_delim_char" value="~" /&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;input type="hidden" name="x_relay_response" value="FALSE" /&amp;gt;&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;input type="hidden" name="x_type" value="PRIOR_AUTH_CAPTURE" /&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;input type="hidden" name="x_trans_id" value="2160297358" /&amp;gt;&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;p&amp;gt;Please wait ....&amp;lt;/p&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;p&amp;gt;&amp;lt;/p&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/form&amp;gt;&lt;BR /&gt;&amp;lt;/body&amp;gt;&lt;BR /&gt;&amp;lt;/html&amp;gt;&lt;BR /&gt;&lt;BR /&gt;How do I send a whole list of TransactionIDs?&amp;nbsp; Which lines do I repeat?&amp;nbsp; My trial-and-error attempts result in only the last TranID being processed.&lt;BR /&gt;&lt;BR /&gt;We don't want to capture until we ship the product. At the end of the day our custom software has a list of what needs to be captured.&amp;nbsp; My software is mostly Delphi code.&amp;nbsp; I have Delphi code creating HTML, and it is working fine.&amp;nbsp; I just need sample HTML for multiple captures.&amp;nbsp; At the end of the day I need to be able to capture all but 5-6 out of a list of 200-300.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 04 Jun 2011 06:43:09 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-can-I-capture-multiple-transactions-at-once-using-AIM/m-p/13356#M8003</guid>
      <dc:creator>Debby</dc:creator>
      <dc:date>2011-06-04T06:43:09Z</dc:date>
    </item>
    <item>
      <title>Re: How can I capture multiple transactions at once using AIM?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-can-I-capture-multiple-transactions-at-once-using-AIM/m-p/13408#M8025</link>
      <description>&lt;P&gt;Hi Debby, &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There currently is no way to submit multiple transactions through the API. The only way to do that is to use the batch upload feature of the Merchant Interface. If you're using the API, you need to submit all the required fields for each transaction you need to submit. &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>Mon, 06 Jun 2011 22:02:19 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-can-I-capture-multiple-transactions-at-once-using-AIM/m-p/13408#M8025</guid>
      <dc:creator>Michelle</dc:creator>
      <dc:date>2011-06-06T22:02:19Z</dc:date>
    </item>
    <item>
      <title>Re: How can I capture multiple transactions at once using AIM?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-can-I-capture-multiple-transactions-at-once-using-AIM/m-p/13418#M8027</link>
      <description>&lt;P&gt;Thank you for the reply.&amp;nbsp; By "batch upload feature" do you mean manually opening the Merchant Interface and using the Check All button?&amp;nbsp; Or is there some way I can upload a file:?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to be able to capture all except 5 or 6 transactions out of a few hundred.&amp;nbsp; Not easy to find those few, eyeballing a list on a web screen.&amp;nbsp; Neither is it practical to submit 300 separate AIM requests.&amp;nbsp; Takes too much time to wait for each response before sending next request.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Am I trying to go about this the wrong way?&amp;nbsp; The accountants absolutely refuse to let us capture charges until we have completed the order.&amp;nbsp; Do other companies really do this manually?&amp;nbsp; Or am I missing something about the Merchant Interface "batch upload"?&amp;nbsp; Is there some way I can create an upload file?&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jun 2011 06:58:40 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-can-I-capture-multiple-transactions-at-once-using-AIM/m-p/13418#M8027</guid>
      <dc:creator>Debby</dc:creator>
      <dc:date>2011-06-07T06:58:40Z</dc:date>
    </item>
    <item>
      <title>Re: How can I capture multiple transactions at once using AIM?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-can-I-capture-multiple-transactions-at-once-using-AIM/m-p/13424#M8030</link>
      <description>&lt;P&gt;The Upload Transactions Files in under Tools on the Merchant Interface. Then just follow the instruction.&lt;A href="https://sandbox.authorize.net/UI/themes/sandbox/batchupload.aspx" target="_blank" rel="nofollow"&gt;&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jun 2011 13:28:16 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-can-I-capture-multiple-transactions-at-once-using-AIM/m-p/13424#M8030</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2011-06-07T13:28:16Z</dc:date>
    </item>
    <item>
      <title>Re: How can I capture multiple transactions at once using AIM?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-can-I-capture-multiple-transactions-at-once-using-AIM/m-p/13466#M8045</link>
      <description>&lt;P&gt;Ah, this helps.&amp;nbsp; I was looking at a different section of the Merchant Interface.&amp;nbsp;&amp;nbsp; This is almost what I want.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The final piece is that I have been trying to keep my users out of the Merchant Interface. It looks like they still have to log in to upload this file.&amp;nbsp; This will be the only non-automatic part of my entire system.&amp;nbsp; 5 gateways, total transactions of $1million a month, and this is the only manual piece.&amp;nbsp; 5 different departments each have to do this manually at the end of their business day.&amp;nbsp; It seems as though this would easily lend itself to becoming part of the AIM or API system.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there any hope that it might be added?&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jun 2011 06:18:03 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-can-I-capture-multiple-transactions-at-once-using-AIM/m-p/13466#M8045</guid>
      <dc:creator>Debby</dc:creator>
      <dc:date>2011-06-08T06:18:03Z</dc:date>
    </item>
    <item>
      <title>Re: How can I capture multiple transactions at once using AIM?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-can-I-capture-multiple-transactions-at-once-using-AIM/m-p/13488#M8053</link>
      <description>&lt;P&gt;Hey Debby, &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;An automated batch upload is definitely on the list of development teams' feature requests as it's a fairly common request that we hear. I don't, however, have any kind of timeframe to give on when that could possibly be implemented. But when and if it ever is, we'll announce it here on the community first 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, 08 Jun 2011 19:44:33 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-can-I-capture-multiple-transactions-at-once-using-AIM/m-p/13488#M8053</guid>
      <dc:creator>Michelle</dc:creator>
      <dc:date>2011-06-08T19:44:33Z</dc:date>
    </item>
    <item>
      <title>Re: How can I capture multiple transactions at once using AIM?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-can-I-capture-multiple-transactions-at-once-using-AIM/m-p/13530#M8071</link>
      <description>&lt;P&gt;Ok.&amp;nbsp; Thank you both for your help.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jun 2011 07:39:29 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-can-I-capture-multiple-transactions-at-once-using-AIM/m-p/13530#M8071</guid>
      <dc:creator>Debby</dc:creator>
      <dc:date>2011-06-09T07:39:29Z</dc:date>
    </item>
    <item>
      <title>Re: How can I capture multiple transactions at once using AIM?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-can-I-capture-multiple-transactions-at-once-using-AIM/m-p/18142#M10088</link>
      <description>&lt;P&gt;I'd also really like to see this feature!&lt;/P&gt;</description>
      <pubDate>Thu, 20 Oct 2011 22:35:39 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-can-I-capture-multiple-transactions-at-once-using-AIM/m-p/18142#M10088</guid>
      <dc:creator>dsbudiac</dc:creator>
      <dc:date>2011-10-20T22:35:39Z</dc:date>
    </item>
    <item>
      <title>Re: How can I capture multiple transactions at once using AIM?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-can-I-capture-multiple-transactions-at-once-using-AIM/m-p/18150#M10091</link>
      <description>&lt;P&gt;Your problem is that you're submitting the transactions serially - as in having to wait for each one to process before you can move on to the next one. There's no reason why you couldn't use forks or threading to process multiple transactions at a time in parallel. You could also have an automated process that just runs forever until it's done, which with only a few hundred transactions per day would probably take around an hour. Just have the automated process run at the end of the business day or in the middle of the night.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Batching really shouldn't be necessary unless you have thousands of transactions, and even then you might be able to work around it using the methods outlined above.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Oct 2011 22:41:49 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-can-I-capture-multiple-transactions-at-once-using-AIM/m-p/18150#M10091</guid>
      <dc:creator>TJPride</dc:creator>
      <dc:date>2011-10-20T22:41:49Z</dc:date>
    </item>
    <item>
      <title>Re: How can I capture multiple transactions at once using AIM?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-can-I-capture-multiple-transactions-at-once-using-AIM/m-p/18452#M10238</link>
      <description>&lt;P&gt;Yes, we could have a process that periodically runs to capture any authorized transactions w/ pending capture. However, as far as I can tell, each transaction will be in its own batch... there's no way to "group capture" like you can on the merchant interface.&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="http://www.authorize.net/support/CP/helpfiles/Search/Unsettled_Transactions/Capture_Unsettled_Transactions.htm"&gt;http://www.authorize.net/support/CP/helpfiles/Search/Unsettled_Transactions/Capture_Unsettled_Transactions.htm&lt;/A&gt;﻿&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We prefer to group capture, because we get charged for each batch close (and from each card vendor on top of that). We capture once a week to cut down on credit card fees.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Nov 2011 21:49:06 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-can-I-capture-multiple-transactions-at-once-using-AIM/m-p/18452#M10238</guid>
      <dc:creator>dsbudiac</dc:creator>
      <dc:date>2011-11-01T21:49:06Z</dc:date>
    </item>
    <item>
      <title>Re: How can I capture multiple transactions at once using AIM?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-can-I-capture-multiple-transactions-at-once-using-AIM/m-p/18460#M10242</link>
      <description>&lt;P&gt;Hmm, so every capture generates a batch fee? This text is in the control panel:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;&lt;SPAN&gt;The time listed below represents the time of day at which transactions will be picked up for settlement.&lt;BR /&gt;&lt;BR /&gt;Any transactions entered or successfully authorized after the time indicated below will not be sent to the processor for settlement until this time the following day.&lt;BR /&gt;&lt;BR /&gt;It is recommended that the merchant batch cut off time be kept the same on both Authorize.Net and on the Concord processing platform. If the times are NOT kept in sync, there may be batch reconciliation issues.&lt;BR /&gt;&lt;BR /&gt;Setting the batch cut off time only guarantees that the transaction will be picked up for settlement at the cut off time specified, it does NOT guarantee that a transaction will be funded by the processor or acquiring bank at that time. &lt;/SPAN&gt;&lt;/EM&gt;&lt;/STRONG&gt;﻿&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I always thought from reading this that batching was just done once per day if there are any transactions, not once every time you authorize. So I would hope that if you authorize a huge number of transactions automatically, they'd all show up in that day's batch. Can a dev chime in here and verify this one way or another?&lt;/P&gt;</description>
      <pubDate>Wed, 02 Nov 2011 02:01:54 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-can-I-capture-multiple-transactions-at-once-using-AIM/m-p/18460#M10242</guid>
      <dc:creator>TJPride</dc:creator>
      <dc:date>2011-11-02T02:01:54Z</dc:date>
    </item>
    <item>
      <title>Re: How can I capture multiple transactions at once using AIM?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-can-I-capture-multiple-transactions-at-once-using-AIM/m-p/18470#M10246</link>
      <description>&lt;P&gt;The method of capture definitely has no effect on how the transactions are batched.&amp;nbsp; Authorize.Net automatically batches your transactions just once every 24 hours.&amp;nbsp; A second batch will only be created if your total number of transactions exceeds the maximum batch size for your processor.&amp;nbsp; The processor that we connect to with the smallest batch size is 800 transactions and most of them allow 2000 per batch or more.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So regardless of the method you use for capturing your transactions, you will only see multiple batches in a day if you have run more than 800 transactions in that day.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Nov 2011 19:12:38 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-can-I-capture-multiple-transactions-at-once-using-AIM/m-p/18470#M10246</guid>
      <dc:creator>Trevor</dc:creator>
      <dc:date>2011-11-02T19:12:38Z</dc:date>
    </item>
    <item>
      <title>Re: How can I capture multiple transactions at once using AIM?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-can-I-capture-multiple-transactions-at-once-using-AIM/m-p/18476#M10249</link>
      <description>&lt;P&gt;Thanks! So it should then be theoretically possible to have an automated process running for hours, or threaded several dozen times, or whatever, that generates thousands of transactions, with the batch fee only being charged maybe a handful of times.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Nov 2011 19:56:48 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-can-I-capture-multiple-transactions-at-once-using-AIM/m-p/18476#M10249</guid>
      <dc:creator>TJPride</dc:creator>
      <dc:date>2011-11-02T19:56:48Z</dc:date>
    </item>
  </channel>
</rss>

