<?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: Best way to call transaction details API for real-time updates in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Best-way-to-call-transaction-details-API-for-real-time-updates/m-p/52076#M27372</link>
    <description>&lt;P&gt;In auth.net, once a transaction is settled can it be updated or does every update issue a new transaction ID and reference ID the old transaction?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 08 Sep 2015 22:49:59 GMT</pubDate>
    <dc:creator>authnetapi2015</dc:creator>
    <dc:date>2015-09-08T22:49:59Z</dc:date>
    <item>
      <title>Best way to call transaction details API for real-time updates</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Best-way-to-call-transaction-details-API-for-real-time-updates/m-p/52056#M27353</link>
      <description>&lt;P&gt;I recently started using the transaction details API and have been able to succesfully pull the data ... the issue I am running into now is the load speed to run a script to check for updates on old transactions and to pull unsettled + newest batch information.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What is the best way to automate this process, on my website, to receive automatic updates on updates / new transactions / etc...in real time?&lt;/P&gt;</description>
      <pubDate>Tue, 08 Sep 2015 05:43:19 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Best-way-to-call-transaction-details-API-for-real-time-updates/m-p/52056#M27353</guid>
      <dc:creator>authnetapi2015</dc:creator>
      <dc:date>2015-09-08T05:43:19Z</dc:date>
    </item>
    <item>
      <title>Re: Best way to call transaction details API for real-time updates</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Best-way-to-call-transaction-details-API-for-real-time-updates/m-p/52065#M27362</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/18876"&gt;@authnetapi2015﻿&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Are you reading and storing details from the transaction response in your system? &amp;nbsp;For example, using the Transaction ID, you can query for the transaction details direclty without having to parse through settled/unsettled transactions from your database.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Richard&lt;/P&gt;</description>
      <pubDate>Tue, 08 Sep 2015 15:37:07 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Best-way-to-call-transaction-details-API-for-real-time-updates/m-p/52065#M27362</guid>
      <dc:creator>RichardH</dc:creator>
      <dc:date>2015-09-08T15:37:07Z</dc:date>
    </item>
    <item>
      <title>Re: Best way to call transaction details API for real-time updates</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Best-way-to-call-transaction-details-API-for-real-time-updates/m-p/52076#M27372</link>
      <description>&lt;P&gt;In auth.net, once a transaction is settled can it be updated or does every update issue a new transaction ID and reference ID the old transaction?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Sep 2015 22:49:59 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Best-way-to-call-transaction-details-API-for-real-time-updates/m-p/52076#M27372</guid>
      <dc:creator>authnetapi2015</dc:creator>
      <dc:date>2015-09-08T22:49:59Z</dc:date>
    </item>
    <item>
      <title>Re: Best way to call transaction details API for real-time updates</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Best-way-to-call-transaction-details-API-for-real-time-updates/m-p/52078#M27374</link>
      <description>&lt;P&gt;You can NOT update an settled transaction.&lt;/P&gt;&lt;P&gt;Let backup a little, what are you trying to update?&lt;/P&gt;</description>
      <pubDate>Tue, 08 Sep 2015 23:20:52 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Best-way-to-call-transaction-details-API-for-real-time-updates/m-p/52078#M27374</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2015-09-08T23:20:52Z</dc:date>
    </item>
    <item>
      <title>Re: Best way to call transaction details API for real-time updates</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Best-way-to-call-transaction-details-API-for-real-time-updates/m-p/52079#M27375</link>
      <description>&lt;P&gt;THe system connected to the api is not trying to update, it is looking for updates to the transactions&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;script 1 =&amp;gt; update to unsettled transactions&lt;/P&gt;&lt;P&gt;script 2 =&amp;gt; updates to batch list (for new batch outs)&lt;/P&gt;&lt;P&gt;script 3 =&amp;gt; updates to existing orders (settled transactions).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i wasnt sure about script 3, as it seems off to me that a transaction would be "updated" but then though, can customer data be updated? &amp;nbsp;I know that if a specific transaction is refunded or canceled, it would generate a new transaction...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;so brings me back to, for script 3, is it even necessary? &amp;nbsp;or is just script 1 + 2 enough?&lt;/P&gt;</description>
      <pubDate>Wed, 09 Sep 2015 00:23:09 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Best-way-to-call-transaction-details-API-for-real-time-updates/m-p/52079#M27375</guid>
      <dc:creator>authnetapi2015</dc:creator>
      <dc:date>2015-09-09T00:23:09Z</dc:date>
    </item>
  </channel>
</rss>

