<?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: Not Getting response from authorize after payment popup comesup in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Not-Getting-response-from-authorize-after-payment-popup-comesup/m-p/84785#M53385</link>
    <description>&lt;P data-unlink="true"&gt;Good information that have&amp;nbsp;you share with us&lt;/P&gt;</description>
    <pubDate>Sun, 06 Nov 2022 15:57:39 GMT</pubDate>
    <dc:creator>woodencut12</dc:creator>
    <dc:date>2022-11-06T15:57:39Z</dc:date>
    <item>
      <title>Not Getting response from authorize after payment popup comesup</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Not-Getting-response-from-authorize-after-payment-popup-comesup/m-p/72815#M45009</link>
      <description>&lt;P&gt;I am using Iframes for my application.&lt;BR /&gt;When the payment poup comes up, I donot recieve any response from authorize none of the following:&lt;/P&gt;&lt;P&gt;successfulSave,&amp;nbsp;cancel,&amp;nbsp;transactResponse,&amp;nbsp;resizeWindow&lt;BR /&gt;&lt;BR /&gt;this function never gets invoked:&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;AuthorizeNetPopup.onReceiveCommunication = function (querystr) {
                var params = parseQueryString(querystr);
                alert(params);
	            switch (params["action"]) {
		            case "successfulSave":
			            AuthorizeNetPopup.closePopup();
			            break;
		            case "cancel":
			            AuthorizeNetPopup.closePopup();
			            break;
                    case "transactResponse":
                        debugger;
			            var response = params["response"];
                        //document.getElementById("token").value = response;
                        alert(response);
                        persistAgentTransaction(response);
			            AuthorizeNetPopup.closePopup();
			            break;
		            case "resizeWindow":
			            var w = parseInt(params["width"]);
			            var h = parseInt(params["height"]);
			            var ifrm = document.getElementById("iframeAuthorizeNet");
			            ifrm.style.width = w.toString() + "px";
			            ifrm.style.height = h.toString() + "px";
			            centerPopup();
			            break;
	}
            };&lt;/PRE&gt;&lt;P&gt;check the screenshot of my payment screen here:&amp;nbsp;&lt;A href="https://ibb.co/mcx2Qdj" target="_blank"&gt;https://ibb.co/mcx2Qdj&lt;/A&gt;&lt;/P&gt;&lt;P&gt;it keeps on saying processing, Nothing happens after that&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Aug 2020 10:15:12 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Not-Getting-response-from-authorize-after-payment-popup-comesup/m-p/72815#M45009</guid>
      <dc:creator>M3QDev2020</dc:creator>
      <dc:date>2020-08-11T10:15:12Z</dc:date>
    </item>
    <item>
      <title>Re: Not Getting response from authorize after payment popup comesup</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Not-Getting-response-from-authorize-after-payment-popup-comesup/m-p/84785#M53385</link>
      <description>&lt;P data-unlink="true"&gt;Good information that have&amp;nbsp;you share with us&lt;/P&gt;</description>
      <pubDate>Sun, 06 Nov 2022 15:57:39 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Not-Getting-response-from-authorize-after-payment-popup-comesup/m-p/84785#M53385</guid>
      <dc:creator>woodencut12</dc:creator>
      <dc:date>2022-11-06T15:57:39Z</dc:date>
    </item>
  </channel>
</rss>

