<?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 need help with sending multiple transactions/batch to authorize.net using integration code in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/need-help-with-sending-multiple-transactions-batch-to-authorize/m-p/50732#M26147</link>
    <description>&lt;P&gt;Company builds invoices using its sodftware program and currently the user selects each invoice with credit card and sends request for that invoice to Authorize.net for processing. Currently using AUTH_CAPTURE for the individual transaction. Since the volume of invoices with credit card payments has increased, the company wants to send all the invoices at once to Authorize.net for processing. Does Authorize.net support a batch of invoices in a single transaction? If yes, where should I find the sample code.&lt;/P&gt;</description>
    <pubDate>Wed, 20 May 2015 15:16:25 GMT</pubDate>
    <dc:creator>ssdeveloper</dc:creator>
    <dc:date>2015-05-20T15:16:25Z</dc:date>
    <item>
      <title>need help with sending multiple transactions/batch to authorize.net using integration code</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/need-help-with-sending-multiple-transactions-batch-to-authorize/m-p/50732#M26147</link>
      <description>&lt;P&gt;Company builds invoices using its sodftware program and currently the user selects each invoice with credit card and sends request for that invoice to Authorize.net for processing. Currently using AUTH_CAPTURE for the individual transaction. Since the volume of invoices with credit card payments has increased, the company wants to send all the invoices at once to Authorize.net for processing. Does Authorize.net support a batch of invoices in a single transaction? If yes, where should I find the sample code.&lt;/P&gt;</description>
      <pubDate>Wed, 20 May 2015 15:16:25 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/need-help-with-sending-multiple-transactions-batch-to-authorize/m-p/50732#M26147</guid>
      <dc:creator>ssdeveloper</dc:creator>
      <dc:date>2015-05-20T15:16:25Z</dc:date>
    </item>
    <item>
      <title>Re: need help with sending multiple transactions/batch to authorize.net using integration code</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/need-help-with-sending-multiple-transactions-batch-to-authorize/m-p/50737#M26152</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/18370"&gt;@ssdeveloper&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We do not currently offer a batch capabilities for submitting transactions through the API. &amp;nbsp;Instead you will need to send each transaction individually.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Richard&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 May 2015 16:22:14 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/need-help-with-sending-multiple-transactions-batch-to-authorize/m-p/50737#M26152</guid>
      <dc:creator>RichardH</dc:creator>
      <dc:date>2015-05-20T16:22:14Z</dc:date>
    </item>
    <item>
      <title>Re: need help with sending multiple transactions/batch to authorize.net using integration code</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/need-help-with-sending-multiple-transactions-batch-to-authorize/m-p/50741#M26156</link>
      <description>&lt;P&gt;Thank you for the reply&lt;/P&gt;</description>
      <pubDate>Wed, 20 May 2015 17:24:26 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/need-help-with-sending-multiple-transactions-batch-to-authorize/m-p/50741#M26156</guid>
      <dc:creator>ssdeveloper</dc:creator>
      <dc:date>2015-05-20T17:24:26Z</dc:date>
    </item>
    <item>
      <title>Re: need help with sending multiple transactions/batch to authorize.net using integration code</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/need-help-with-sending-multiple-transactions-batch-to-authorize/m-p/61730#M36141</link>
      <description>&lt;P&gt;It has been three years since this question was answered.&amp;nbsp; Has there been any change since then, in terms of&amp;nbsp;offering an option for batches of transactions to be uploaded for processing as a group?&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2018 19:50:41 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/need-help-with-sending-multiple-transactions-batch-to-authorize/m-p/61730#M36141</guid>
      <dc:creator>dsandberg</dc:creator>
      <dc:date>2018-02-15T19:50:41Z</dc:date>
    </item>
    <item>
      <title>Re: need help with sending multiple transactions/batch to authorize.net using integration code</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/need-help-with-sending-multiple-transactions-batch-to-authorize/m-p/61736#M36147</link>
      <description>&lt;P&gt;The API may not provide the ability to submit batch transactions, but your application could easily replicate the functionality of sending batch transactions. In this case, you would need to ensure your server is fully PCI compliant, because the data would need to be stored prior to processing.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2018 21:10:34 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/need-help-with-sending-multiple-transactions-batch-to-authorize/m-p/61736#M36147</guid>
      <dc:creator>NexusSoftware</dc:creator>
      <dc:date>2018-02-15T21:10:34Z</dc:date>
    </item>
    <item>
      <title>Re: need help with sending multiple transactions/batch to authorize.net using integration code</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/need-help-with-sending-multiple-transactions-batch-to-authorize/m-p/90677#M57000</link>
      <description>&lt;P&gt;Does anything has changed on your side, I see it is possible to&amp;nbsp;&lt;SPAN&gt;upload multiple transactions at once. Which API can do this?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://support.authorize.net/knowledgebase/Knowledgearticle/?code=KA-04445" target="_blank"&gt;https://support.authorize.net/knowledgebase/Knowledgearticle/?code=KA-04445&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Nov 2024 22:50:58 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/need-help-with-sending-multiple-transactions-batch-to-authorize/m-p/90677#M57000</guid>
      <dc:creator>mstempowski</dc:creator>
      <dc:date>2024-11-05T22:50:58Z</dc:date>
    </item>
  </channel>
</rss>

