<?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: iFrameCommunicator events in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/iFrameCommunicator-events/m-p/60987#M35494</link>
    <description>&lt;P&gt;hi Jay,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If there is error in payment processing, the error message is displayed right above the pay button and the button should be enabled for retry. There will not be event generated in this case. However, to avoid the delay, there is an option while generating the token. Right after the &amp;lt;amount&amp;gt; element, please pass the below transactionSettings element&amp;nbsp;where settingValue will determine the delay in minutes, 0 means no delay.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;lt;transactionSettings&amp;gt;&lt;BR /&gt;&amp;lt;setting&amp;gt;&lt;BR /&gt;&amp;lt;settingName&amp;gt;duplicateWindow&amp;lt;/settingName&amp;gt;&lt;BR /&gt;&amp;lt;settingValue&amp;gt;1&amp;lt;/settingValue&amp;gt;&lt;BR /&gt;&amp;lt;/setting&amp;gt;&lt;BR /&gt;&amp;lt;/transactionSettings&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Surya&lt;/P&gt;</description>
    <pubDate>Wed, 27 Dec 2017 01:11:32 GMT</pubDate>
    <dc:creator>sm622</dc:creator>
    <dc:date>2017-12-27T01:11:32Z</dc:date>
    <item>
      <title>iFrameCommunicator events</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/iFrameCommunicator-events/m-p/60861#M35371</link>
      <description>&lt;P&gt;I've got the Accept Hosted form in an iFrame and everything is working.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;One thing I've noticed is that I can't adjust the delay when a transaction is denied (incorrect address for example). It forces the user to wait 2 minutes before trying again.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What I'd like to do is capture that denied event and alert the user that they must wait 2 minutes before trying again.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried monitoring the &lt;STRONG&gt;params&lt;/STRONG&gt; variable but beyond resize, cancel, and the transaction response, I'm not seeing any other events.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is this possible, what am I missing?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Jay&lt;/P&gt;</description>
      <pubDate>Thu, 14 Dec 2017 19:53:52 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/iFrameCommunicator-events/m-p/60861#M35371</guid>
      <dc:creator>jayharland84</dc:creator>
      <dc:date>2017-12-14T19:53:52Z</dc:date>
    </item>
    <item>
      <title>Re: iFrameCommunicator events</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/iFrameCommunicator-events/m-p/60870#M35380</link>
      <description>&lt;P&gt;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/22909"&gt;@jayharland84&lt;/a&gt;&amp;nbsp;I have read through the article and looks like if we have allow = {right attribute name} google would still allow the iframe displayed. I am still figuring out the right value to pass from html page so that iframe can show the respective data for accept component.&lt;/P&gt;&lt;P&gt;Will get back to you tomorrow on this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-Bhavana&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;To continue to use permissions from iframes on your website...&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;This deprecation is expected to ship in Chrome M64 (&lt;/SPAN&gt;&lt;SPAN&gt;around January 2018). At that time, i&lt;/SPAN&gt;&lt;SPAN&gt;f a cross-origin iframe attempts to use permission without the feature being explicitly allowed, a console warning will be logged and the feature will fail in a similar way as it would if a user had denied a permission prompt.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;If you are a developer of a website which uses cross-origin iframes and you want those iframes to continue to be able to request/use one of the above features, the page that embeds the iframe will need to be changed. The simplest way to do that is to modify the &amp;lt;iframe&amp;gt; tag to include an allow attribute which specifies the name of the permission. For example, to enable geolocation and mic/camera for an iframe, the following would be specified:&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;lt;iframe&lt;/SPAN&gt; &lt;SPAN&gt;src&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;A href="https://example.com/" target="_blank"&gt;https://example.com&lt;/A&gt;"&lt;/SPAN&gt; &lt;SPAN&gt;allow&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;"geolocation; microphone; camera"&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&amp;lt;/iframe&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;P&gt;&lt;SPAN&gt;Valid values for allow include:&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV&gt;&lt;UL&gt;&lt;LI&gt;geolocation&lt;/LI&gt;&lt;LI&gt;microphone&lt;/LI&gt;&lt;LI&gt;camera&lt;/LI&gt;&lt;LI&gt;midi&lt;/LI&gt;&lt;LI&gt;encrypted-media&lt;/LI&gt;&lt;/UL&gt;&lt;DIV&gt;&lt;SPAN&gt;Note that if the iframe which is using the permission has the same origin as the top level page, then no changes have to be made.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 15 Dec 2017 01:46:28 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/iFrameCommunicator-events/m-p/60870#M35380</guid>
      <dc:creator>bhav</dc:creator>
      <dc:date>2017-12-15T01:46:28Z</dc:date>
    </item>
    <item>
      <title>Re: iFrameCommunicator events</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/iFrameCommunicator-events/m-p/60896#M35406</link>
      <description>&lt;P&gt;Thank you, any update?&lt;/P&gt;</description>
      <pubDate>Mon, 18 Dec 2017 19:20:42 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/iFrameCommunicator-events/m-p/60896#M35406</guid>
      <dc:creator>jayharland84</dc:creator>
      <dc:date>2017-12-18T19:20:42Z</dc:date>
    </item>
    <item>
      <title>Re: iFrameCommunicator events</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/iFrameCommunicator-events/m-p/60937#M35446</link>
      <description>&lt;P&gt;Still searching for a solution.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Dec 2017 21:49:54 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/iFrameCommunicator-events/m-p/60937#M35446</guid>
      <dc:creator>jayharland84</dc:creator>
      <dc:date>2017-12-20T21:49:54Z</dc:date>
    </item>
    <item>
      <title>Re: iFrameCommunicator events</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/iFrameCommunicator-events/m-p/60957#M35465</link>
      <description>&lt;P&gt;Still hoping to create something that can utilize a denied message.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Dec 2017 15:52:38 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/iFrameCommunicator-events/m-p/60957#M35465</guid>
      <dc:creator>jayharland84</dc:creator>
      <dc:date>2017-12-22T15:52:38Z</dc:date>
    </item>
    <item>
      <title>Re: iFrameCommunicator events</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/iFrameCommunicator-events/m-p/60985#M35492</link>
      <description>&lt;P&gt;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/22909"&gt;@jayharland84&lt;/a&gt;&amp;nbsp;I was out of office for around a week. So, delayed in responding this thread. I have tried the IFrame sceanrio in&amp;nbsp;Sandbox and found that the error message is displayed right away on the IFrame for any Processor Issue. I was talking to feature team dev-Surya about this and he is going to connect with you here.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Dec 2017 01:25:41 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/iFrameCommunicator-events/m-p/60985#M35492</guid>
      <dc:creator>bhav</dc:creator>
      <dc:date>2017-12-27T01:25:41Z</dc:date>
    </item>
    <item>
      <title>Re: iFrameCommunicator events</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/iFrameCommunicator-events/m-p/60987#M35494</link>
      <description>&lt;P&gt;hi Jay,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If there is error in payment processing, the error message is displayed right above the pay button and the button should be enabled for retry. There will not be event generated in this case. However, to avoid the delay, there is an option while generating the token. Right after the &amp;lt;amount&amp;gt; element, please pass the below transactionSettings element&amp;nbsp;where settingValue will determine the delay in minutes, 0 means no delay.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;lt;transactionSettings&amp;gt;&lt;BR /&gt;&amp;lt;setting&amp;gt;&lt;BR /&gt;&amp;lt;settingName&amp;gt;duplicateWindow&amp;lt;/settingName&amp;gt;&lt;BR /&gt;&amp;lt;settingValue&amp;gt;1&amp;lt;/settingValue&amp;gt;&lt;BR /&gt;&amp;lt;/setting&amp;gt;&lt;BR /&gt;&amp;lt;/transactionSettings&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Surya&lt;/P&gt;</description>
      <pubDate>Wed, 27 Dec 2017 01:11:32 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/iFrameCommunicator-events/m-p/60987#M35494</guid>
      <dc:creator>sm622</dc:creator>
      <dc:date>2017-12-27T01:11:32Z</dc:date>
    </item>
    <item>
      <title>Re: iFrameCommunicator events</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/iFrameCommunicator-events/m-p/75616#M47167</link>
      <description>&lt;P&gt;I actually have attempted the IFrame sceanrio in Sandbox and observed that the error message is displayed proper away at the IFrame for any Processor Issue on my &lt;A href="https://musicalhunter.com/best-microphone-for-discord/" target="_self"&gt;reviews&lt;/A&gt; page. I become speaking to function group dev-Surya about this and he goes to connect with you right here.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Apr 2021 01:51:38 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/iFrameCommunicator-events/m-p/75616#M47167</guid>
      <dc:creator>bareny35</dc:creator>
      <dc:date>2021-04-06T01:51:38Z</dc:date>
    </item>
  </channel>
</rss>

