<?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 Not receiving a response back on sandbox in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Not-receiving-a-response-back-on-sandbox/m-p/87775#M55284</link>
    <description>&lt;P&gt;Our development site stopped receiving a response back from our authorize.net sandbox. The Curl code has been functioning correctly for sometime and we have no evidence of anything changing in our repo. I tested the API request on the API documentation Authorize.net page and it worked correctly. Our production site seems to be functioning appropriately.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is an example of our PHP Curl&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="php"&gt;        // CURL to endpoint
        $ch = curl_init();
        curl_setopt($ch, CURLOPT_POST, 1);
        curl_setopt($ch, CURLOPT_POSTFIELDS, $obj);
        curl_setopt($ch, CURLOPT_URL, 'https://apitest.authorize.net/xml/v1/request.api');
        curl_setopt($ch, CURLOPT_HTTPHEADER, array('Content-Type: application/json'));
        curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
        $response = curl_exec($ch);
        $status_code = curl_getinfo($ch, CURLINFO_HTTP_CODE);
        $curl_errors = curl_error($ch);
        curl_close($ch);&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;response returns blank, status_code returns 0, curl_errors returns blank.&lt;/P&gt;</description>
    <pubDate>Wed, 11 Oct 2023 18:51:49 GMT</pubDate>
    <dc:creator>PMDeveloper</dc:creator>
    <dc:date>2023-10-11T18:51:49Z</dc:date>
    <item>
      <title>Not receiving a response back on sandbox</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Not-receiving-a-response-back-on-sandbox/m-p/87775#M55284</link>
      <description>&lt;P&gt;Our development site stopped receiving a response back from our authorize.net sandbox. The Curl code has been functioning correctly for sometime and we have no evidence of anything changing in our repo. I tested the API request on the API documentation Authorize.net page and it worked correctly. Our production site seems to be functioning appropriately.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is an example of our PHP Curl&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="php"&gt;        // CURL to endpoint
        $ch = curl_init();
        curl_setopt($ch, CURLOPT_POST, 1);
        curl_setopt($ch, CURLOPT_POSTFIELDS, $obj);
        curl_setopt($ch, CURLOPT_URL, 'https://apitest.authorize.net/xml/v1/request.api');
        curl_setopt($ch, CURLOPT_HTTPHEADER, array('Content-Type: application/json'));
        curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
        $response = curl_exec($ch);
        $status_code = curl_getinfo($ch, CURLINFO_HTTP_CODE);
        $curl_errors = curl_error($ch);
        curl_close($ch);&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;response returns blank, status_code returns 0, curl_errors returns blank.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Oct 2023 18:51:49 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Not-receiving-a-response-back-on-sandbox/m-p/87775#M55284</guid>
      <dc:creator>PMDeveloper</dc:creator>
      <dc:date>2023-10-11T18:51:49Z</dc:date>
    </item>
  </channel>
</rss>

