<?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: how to make the Iframe communicator page redirect to our custom receipt page in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/how-to-make-the-Iframe-communicator-page-redirect-to-our-custom/m-p/62700#M36962</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/19733"&gt;@tapseries&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have you checkout this&amp;nbsp;&lt;A href="https://github.com/AuthorizeNet/accept-sample-app/blob/master/README-AcceptHosted.md" target="_blank"&gt;https://github.com/AuthorizeNet/accept-sample-app/blob/master/README-AcceptHosted.md&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope it helps !!!&lt;/P&gt;</description>
    <pubDate>Wed, 18 Apr 2018 20:25:37 GMT</pubDate>
    <dc:creator>Anurag</dc:creator>
    <dc:date>2018-04-18T20:25:37Z</dc:date>
    <item>
      <title>how to make the Iframe communicator page redirect to our custom receipt page</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/how-to-make-the-Iframe-communicator-page-redirect-to-our-custom/m-p/62476#M36793</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are almost towards the completion of the authorize.net integration with our own application. We have been receiving the response parameters through IframeCommunicator page. As of now we have set the "showReceipt" parameter in the "hostedPaymentReturnOptions" accept hosted page setting to "false" because if its set to "true" it redirects to our custom receipt page without returning any response parameters. we would like t know if there is a way to redirect to our page from the iframe communicator while getting the transaction response parameters along.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Apr 2018 20:34:25 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/how-to-make-the-Iframe-communicator-page-redirect-to-our-custom/m-p/62476#M36793</guid>
      <dc:creator>Mohammed</dc:creator>
      <dc:date>2018-04-03T20:34:25Z</dc:date>
    </item>
    <item>
      <title>Re: how to make the Iframe communicator page redirect to our custom receipt page</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/how-to-make-the-Iframe-communicator-page-redirect-to-our-custom/m-p/62496#M36803</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/23172"&gt;@Mohammed&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When you embed our hosted form in an IFrame on your page, our hosted form can in turn embed your IFrameCommunicator page within it inside an invisible IFrame. This enables a channel of communication that allows us to send messages to your IFrameCommunicator page. Then, as long as your IFrameCommunicator page is hosted on the same domain as your main page, it can communicate back to your main page.&lt;/P&gt;
&lt;P&gt;This channel of communication is used to pass a few basic messages back to a listener script running on your main page (the page that calls the form):&lt;/P&gt;
&lt;UL class="itemizedList"&gt;
&lt;LI&gt;Ideal height and width of the window - enables you to resize the frame and avoid any scrollbars from appearing.&lt;/LI&gt;
&lt;LI&gt;Request Succeeded - returned when the transaction is completed at Authorize.Net. You can use this notification to know when to look for those changes through the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://developer.authorize.net/api/reference/#transaction-reporting" target="_blank"&gt;Transaction Reporting API&lt;/A&gt;. Transaction response parameters (such as transaction ID) are returned with this notification.&lt;/LI&gt;
&lt;LI&gt;Request Cancelled - returned when the customer cancels the hosted form.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For an example of an IFrameCommunicator page and more information about the messages passed, see our sample&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://github.com/AuthorizeNet/accept-sample-app/blob/master/IFrameCommunicator.html" target="_blank"&gt;IFrameCommunicator.html&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;in our&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://github.com/AuthorizeNet/accept-sample-app" target="_blank"&gt;sample application on GitHub&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Apr 2018 07:45:14 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/how-to-make-the-Iframe-communicator-page-redirect-to-our-custom/m-p/62496#M36803</guid>
      <dc:creator>Anurag</dc:creator>
      <dc:date>2018-04-04T07:45:14Z</dc:date>
    </item>
    <item>
      <title>Re: how to make the Iframe communicator page redirect to our custom receipt page</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/how-to-make-the-Iframe-communicator-page-redirect-to-our-custom/m-p/62699#M36961</link>
      <description>&lt;P&gt;Can someone please post a php example of how to handle Request Succeeded?&amp;nbsp; I don't see any examples of this.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Apr 2018 20:18:01 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/how-to-make-the-Iframe-communicator-page-redirect-to-our-custom/m-p/62699#M36961</guid>
      <dc:creator>tapseries</dc:creator>
      <dc:date>2018-04-18T20:18:01Z</dc:date>
    </item>
    <item>
      <title>Re: how to make the Iframe communicator page redirect to our custom receipt page</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/how-to-make-the-Iframe-communicator-page-redirect-to-our-custom/m-p/62700#M36962</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/19733"&gt;@tapseries&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have you checkout this&amp;nbsp;&lt;A href="https://github.com/AuthorizeNet/accept-sample-app/blob/master/README-AcceptHosted.md" target="_blank"&gt;https://github.com/AuthorizeNet/accept-sample-app/blob/master/README-AcceptHosted.md&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope it helps !!!&lt;/P&gt;</description>
      <pubDate>Wed, 18 Apr 2018 20:25:37 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/how-to-make-the-Iframe-communicator-page-redirect-to-our-custom/m-p/62700#M36962</guid>
      <dc:creator>Anurag</dc:creator>
      <dc:date>2018-04-18T20:25:37Z</dc:date>
    </item>
    <item>
      <title>Re: how to make the Iframe communicator page redirect to our custom receipt page</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/how-to-make-the-Iframe-communicator-page-redirect-to-our-custom/m-p/62701#M36963</link>
      <description>&lt;P&gt;Thanks.&amp;nbsp; I am trying to redirect to a receipt page that already exists.&amp;nbsp; I tried the code below, but it still shows the auth.net receipt.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&amp;lt;script type="text/javascript"&amp;gt;
 function callParentFunction(str) {
   if (str &amp;amp;&amp;amp; str.length &amp;gt; 0 &amp;amp;&amp;amp; window.parent &amp;amp;&amp;amp; window.parent.parent 
     &amp;amp;&amp;amp; window.parent.parent.CommunicationHandler &amp;amp;&amp;amp; window.parent.parent.CommunicationHandler.onReceiveCommunication)
   {
     window.parent.parent.CommunicationHandler.onReceiveCommunication = function (argument) {
        params = parseQueryString(argument.qstr)
        parentFrame = argument.parent.split('/')[4];
        switch (params['action']) {
           case "transactResponse": 	
   			$('#HostedPayment').attr('src','&amp;lt;receipt url&amp;gt;');
              
        }

    }
 
	  
   }
 }&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Apr 2018 20:54:56 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/how-to-make-the-Iframe-communicator-page-redirect-to-our-custom/m-p/62701#M36963</guid>
      <dc:creator>tapseries</dc:creator>
      <dc:date>2018-04-18T20:54:56Z</dc:date>
    </item>
    <item>
      <title>Re: how to make the Iframe communicator page redirect to our custom receipt page</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/how-to-make-the-Iframe-communicator-page-redirect-to-our-custom/m-p/62703#M36965</link>
      <description>&lt;P&gt;I just tried the custom receipt code in the readme file and I still get an auth. net receipt page.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Apr 2018 21:23:30 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/how-to-make-the-Iframe-communicator-page-redirect-to-our-custom/m-p/62703#M36965</guid>
      <dc:creator>tapseries</dc:creator>
      <dc:date>2018-04-18T21:23:30Z</dc:date>
    </item>
    <item>
      <title>Re: how to make the Iframe communicator page redirect to our custom receipt page</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/how-to-make-the-Iframe-communicator-page-redirect-to-our-custom/m-p/62711#M36973</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/19733"&gt;@tapseries&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you&amp;nbsp;please&amp;nbsp; post the request you passing for&amp;nbsp;&lt;EM&gt;getHostedPaymentPage API ?&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 19 Apr 2018 05:48:12 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/how-to-make-the-Iframe-communicator-page-redirect-to-our-custom/m-p/62711#M36973</guid>
      <dc:creator>Anurag</dc:creator>
      <dc:date>2018-04-19T05:48:12Z</dc:date>
    </item>
  </channel>
</rss>

