<?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: Slow Response Times for ALL Transactions in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Slow-Response-Times-for-ALL-Transactions/m-p/88113#M55509</link>
    <description>&lt;P&gt;When retrieving a credit card from the CIM, it returns a response in under a second. VOIDing a charge takes over 21 seconds. Adding a credit card to CIM takes over 21 seconds. Charging a credit card takes over 21 seconds.&lt;/P&gt;</description>
    <pubDate>Wed, 22 Nov 2023 22:09:30 GMT</pubDate>
    <dc:creator>pmarangoni</dc:creator>
    <dc:date>2023-11-22T22:09:30Z</dc:date>
    <item>
      <title>Slow Response Times for ALL Transactions</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Slow-Response-Times-for-ALL-Transactions/m-p/88051#M55456</link>
      <description>&lt;P&gt;For a few months now, all transactions are taking approximately 22 seconds. Whether charging a credit card, or adding a credit card to the CIM, etc.&lt;/P&gt;&lt;P&gt;We are running on ASP.NET and .NET Framework 4.8, using the Authorize.NET .NET SDK.&lt;/P&gt;&lt;P&gt;This is unacceptable. We tried phoning support but got nowhere. If we can't get this resolved soon, we will be forced to work with a new processing service.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Nov 2023 22:13:27 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Slow-Response-Times-for-ALL-Transactions/m-p/88051#M55456</guid>
      <dc:creator>pmarangoni</dc:creator>
      <dc:date>2023-11-14T22:13:27Z</dc:date>
    </item>
    <item>
      <title>Re: Slow Response Times for ALL Transactions</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Slow-Response-Times-for-ALL-Transactions/m-p/88062#M55467</link>
      <description>&lt;P&gt;It seems you may be helped by using a network tool that shows the time between hops so you can verify where the delay is...&lt;/P&gt;</description>
      <pubDate>Wed, 15 Nov 2023 15:51:39 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Slow-Response-Times-for-ALL-Transactions/m-p/88062#M55467</guid>
      <dc:creator>marine2026</dc:creator>
      <dc:date>2023-11-15T15:51:39Z</dc:date>
    </item>
    <item>
      <title>Re: Slow Response Times for ALL Transactions</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Slow-Response-Times-for-ALL-Transactions/m-p/88063#M55468</link>
      <description>&lt;P&gt;Checking how long each statement in the code takes, I've narrowed down the bottleneck to this statement:&lt;/P&gt;&lt;P&gt;controller.Execute();&lt;/P&gt;&lt;P&gt;That call is after this:&lt;/P&gt;&lt;P&gt;var controller = new createTransactionController(request);&lt;/P&gt;</description>
      <pubDate>Wed, 15 Nov 2023 17:54:37 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Slow-Response-Times-for-ALL-Transactions/m-p/88063#M55468</guid>
      <dc:creator>pmarangoni</dc:creator>
      <dc:date>2023-11-15T17:54:37Z</dc:date>
    </item>
    <item>
      <title>Re: Slow Response Times for ALL Transactions</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Slow-Response-Times-for-ALL-Transactions/m-p/88113#M55509</link>
      <description>&lt;P&gt;When retrieving a credit card from the CIM, it returns a response in under a second. VOIDing a charge takes over 21 seconds. Adding a credit card to CIM takes over 21 seconds. Charging a credit card takes over 21 seconds.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Nov 2023 22:09:30 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Slow-Response-Times-for-ALL-Transactions/m-p/88113#M55509</guid>
      <dc:creator>pmarangoni</dc:creator>
      <dc:date>2023-11-22T22:09:30Z</dc:date>
    </item>
    <item>
      <title>Re: Slow Response Times for ALL Transactions</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Slow-Response-Times-for-ALL-Transactions/m-p/91766#M57602</link>
      <description>&lt;P&gt;Since originally posting this issue, we have migrated to ASP.NET Core 9 and we are still having issues with response times.&lt;/P&gt;&lt;P&gt;This call always takes about 22 seconds:&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;response = await _httpClient.PostAsJsonAsync&amp;lt;CreditCardTransactionRequest&amp;gt;(_httpClient.BaseAddress!.ToString(), codeRequest, jsonOptions);&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 03 Jun 2025 15:46:52 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Slow-Response-Times-for-ALL-Transactions/m-p/91766#M57602</guid>
      <dc:creator>pmarangoni</dc:creator>
      <dc:date>2025-06-03T15:46:52Z</dc:date>
    </item>
  </channel>
</rss>

