<?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: Limit on API calls per hour/minute? in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Limit-on-API-calls-per-hour-minute/m-p/65490#M39155</link>
    <description>Yes that definitely helps. Here is a potentially dumb question. I cannot find the button to mark this as the solution. Is there a reason for this or am I just blind?</description>
    <pubDate>Thu, 27 Dec 2018 00:27:27 GMT</pubDate>
    <dc:creator>Renaissance</dc:creator>
    <dc:date>2018-12-27T00:27:27Z</dc:date>
    <item>
      <title>Limit on API calls per hour/minute?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Limit-on-API-calls-per-hour-minute/m-p/65432#M39103</link>
      <description>I’m redesigning the backend on my clients website. I have a database that has a list of all the transactions and some of the transaction details.&lt;BR /&gt;&lt;BR /&gt;I think the easiest way may be to loop through the transaction numbers and do a getTransactionDetails method call for each. The orders page would do this on each page load. As our transactions list gets long, this may end up requiring 100 or more API calls within the space of a few seconds or less.&lt;BR /&gt;&lt;BR /&gt;Does anyone know if there is a limit to the # of API calls you can make in any given timeframe before you trigger some flag or limit that will cause you to be denied?&lt;BR /&gt;&lt;BR /&gt;There is an older question about this on the thread below-&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://community.developer.authorize.net/t5/Integration-and-Testing/Transaction-Details-API-service-call-limit/m-p/36301#M20199" target="_blank"&gt;https://community.developer.authorize.net/t5/Integration-and-Testing/Transaction-Details-API-service-call-limit/m-p/36301#M20199&lt;/A&gt;</description>
      <pubDate>Fri, 21 Dec 2018 16:59:25 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Limit-on-API-calls-per-hour-minute/m-p/65432#M39103</guid>
      <dc:creator>Renaissance</dc:creator>
      <dc:date>2018-12-21T16:59:25Z</dc:date>
    </item>
    <item>
      <title>Re: Limit on API calls per hour/minute?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Limit-on-API-calls-per-hour-minute/m-p/65444#M39113</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN class="login-bold"&gt;&lt;A id="link_1" class="lia-link-navigation lia-page-link lia-user-name-link" href="https://community.developer.authorize.net/t5/user/viewprofilepage/user-id/26959" target="_self"&gt;Renaissance&lt;/A&gt;,&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="login-bold"&gt;There is no limit to the number of calls that are allowed, however some things should be taken into consideration.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="login-bold"&gt;The time between when the transaction processes and when it will be returned with a getTransactionDetailsRequest can vary based on current processing volume and replication of the data across all of the datacenters. Meaning, if the transaction has processed and then you request the transaction details via API immediately, depending on which datacenter you hit it may or may not have replicated yet.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="login-bold"&gt;I would recommend&amp;nbsp;putting a delay between the createTransactionRequest and&amp;nbsp;the getTransactionDetailsRequest of 10-15 seconds. This is longer than is needed really, but will prevent any errors from returning when/if the replication is taking longer due to higher system/network load than usual.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="login-bold"&gt;Additionally, if malformed/erroneous data is submitted, or you're running an automated script unmanaged, which is causing errors to occur you may begin to see timeouts or other errors and your requests can be blocked to protect network integrity.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="login-bold"&gt;I hope this information is helpful.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="login-bold"&gt;Thank you,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="login-bold"&gt;Elaine&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 22 Dec 2018 21:11:06 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Limit-on-API-calls-per-hour-minute/m-p/65444#M39113</guid>
      <dc:creator>ElaineM</dc:creator>
      <dc:date>2018-12-22T21:11:06Z</dc:date>
    </item>
    <item>
      <title>Re: Limit on API calls per hour/minute?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Limit-on-API-calls-per-hour-minute/m-p/65490#M39155</link>
      <description>Yes that definitely helps. Here is a potentially dumb question. I cannot find the button to mark this as the solution. Is there a reason for this or am I just blind?</description>
      <pubDate>Thu, 27 Dec 2018 00:27:27 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Limit-on-API-calls-per-hour-minute/m-p/65490#M39155</guid>
      <dc:creator>Renaissance</dc:creator>
      <dc:date>2018-12-27T00:27:27Z</dc:date>
    </item>
    <item>
      <title>Re: Limit on API calls per hour/minute?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Limit-on-API-calls-per-hour-minute/m-p/65491#M39156</link>
      <description>It just magically popped up</description>
      <pubDate>Thu, 27 Dec 2018 00:28:23 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Limit-on-API-calls-per-hour-minute/m-p/65491#M39156</guid>
      <dc:creator>Renaissance</dc:creator>
      <dc:date>2018-12-27T00:28:23Z</dc:date>
    </item>
  </channel>
</rss>

