<?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: CIM getHostedProfilePageController Error in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-getHostedProfilePageController-Error/m-p/58959#M33564</link>
    <description>&lt;P&gt;Hello &lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/22067"&gt;@paulshoot360&lt;/a&gt;&lt;BR /&gt;&lt;BR /&gt;It's been a while since this was first posted. I would recommend subscribing to this topic so that you'll be alerted via email if anyone from the community is able to respond with any comments. To subscribe, click Topic Options at the top of this thread and then select Subscribe. You'll then receive an email once anyone replies.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Richard&lt;/P&gt;</description>
    <pubDate>Mon, 24 Jul 2017 21:39:19 GMT</pubDate>
    <dc:creator>RichardH</dc:creator>
    <dc:date>2017-07-24T21:39:19Z</dc:date>
    <item>
      <title>CIM getHostedProfilePageController Error</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-getHostedProfilePageController-Error/m-p/58942#M33550</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When calling this function to get a token to display the hosted form, if I pass a url for the&amp;nbsp;hostedPaymentIFrameCommunicatorUrl setting, I get a Error: E00013&amp;nbsp;&amp;nbsp;Setting Name 'hostedPaymentIFrameCommunicatorUrl' is invalid for this method. error. If I don't send this setting, the hosted page displays and works correctly but I can't get any button clicks from the page and the page doesn't close after the payment profile has been created.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does anyone know why this isn't working? Has anyone used the hosted form in Angular and can provide an example for the iframecommunicator?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Paul.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jul 2017 19:28:15 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-getHostedProfilePageController-Error/m-p/58942#M33550</guid>
      <dc:creator>paulshoot360</dc:creator>
      <dc:date>2017-07-21T19:28:15Z</dc:date>
    </item>
    <item>
      <title>Re: CIM getHostedProfilePageController Error</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-getHostedProfilePageController-Error/m-p/58959#M33564</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/22067"&gt;@paulshoot360&lt;/a&gt;&lt;BR /&gt;&lt;BR /&gt;It's been a while since this was first posted. I would recommend subscribing to this topic so that you'll be alerted via email if anyone from the community is able to respond with any comments. To subscribe, click Topic Options at the top of this thread and then select Subscribe. You'll then receive an email once anyone replies.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Richard&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jul 2017 21:39:19 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-getHostedProfilePageController-Error/m-p/58959#M33564</guid>
      <dc:creator>RichardH</dc:creator>
      <dc:date>2017-07-24T21:39:19Z</dc:date>
    </item>
    <item>
      <title>Re: CIM getHostedProfilePageController Error</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-getHostedProfilePageController-Error/m-p/58960#M33565</link>
      <description>&lt;P&gt;What is the format of the settingValue for your hostedPaymentIFrameCommunicatorUrl setting?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It should be in the following format:&lt;/P&gt;&lt;PRE&gt;&amp;lt;settingValue&amp;gt;{"url":"https://yourstore.com/iCommunicator.html"}&amp;lt;/settingValue&amp;gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jul 2017 22:31:50 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-getHostedProfilePageController-Error/m-p/58960#M33565</guid>
      <dc:creator>NexusSoftware</dc:creator>
      <dc:date>2017-07-24T22:31:50Z</dc:date>
    </item>
    <item>
      <title>Re: CIM getHostedProfilePageController Error</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-getHostedProfilePageController-Error/m-p/59087#M33688</link>
      <description>&lt;P&gt;I changed the format as suggested but still getting this error:&lt;/P&gt;&lt;P&gt;Setting Name 'hostedPaymentIFrameCommunicatorUrl' is invalid for this method.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is the setting I'm sending:&amp;nbsp;{"url":"https://localhost:4201/iCommunicator.html"}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And, here is the controller I'm calling:&amp;nbsp;&lt;/P&gt;&lt;P&gt;var controller = new getHostedProfilePageController(request);&lt;BR /&gt;controller.Execute();&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Paul.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Aug 2017 16:20:58 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-getHostedProfilePageController-Error/m-p/59087#M33688</guid>
      <dc:creator>paulshoot360</dc:creator>
      <dc:date>2017-08-01T16:20:58Z</dc:date>
    </item>
    <item>
      <title>Re: CIM getHostedProfilePageController Error</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-getHostedProfilePageController-Error/m-p/59090#M33691</link>
      <description>&lt;P&gt;&lt;SPAN&gt;localhost is unique to everyone, the API cannot comunicate with your localhost.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Aug 2017 17:22:56 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-getHostedProfilePageController-Error/m-p/59090#M33691</guid>
      <dc:creator>NexusSoftware</dc:creator>
      <dc:date>2017-08-01T17:22:56Z</dc:date>
    </item>
    <item>
      <title>Re: CIM getHostedProfilePageController Error</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-getHostedProfilePageController-Error/m-p/59091#M33692</link>
      <description>&lt;P&gt;Thanks for the quick reply!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I created a communication page and placed it on a site I have in Azure and created the setting using the new url. I get the same error has before.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here's the process I'm following to display the hosted page:&lt;/P&gt;&lt;P&gt;1. Call&amp;nbsp;getHostedProfilePageRequest and pass in the communcation url and set the&amp;nbsp;hostedProfilePageBorderVisible to false. The process breaks with the error at the start of this thread.&lt;/P&gt;&lt;P&gt;2. If I don't send the communication url. A token is returned from the call and I'm able to display the hosted form by posting to &lt;A href="https://test.authorize.net/customer/addPayment" target="_blank"&gt;https://test.authorize.net/customer/addPayment&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;3. I'm able to enter a new payment profile and I've verified that it is saved in the sandbox.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is as far as I've gotten by reading the samples and writing it in Angular 2.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Paul.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Tue, 01 Aug 2017 17:52:03 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-getHostedProfilePageController-Error/m-p/59091#M33692</guid>
      <dc:creator>paulshoot360</dc:creator>
      <dc:date>2017-08-01T17:52:03Z</dc:date>
    </item>
    <item>
      <title>Re: CIM getHostedProfilePageController Error</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-getHostedProfilePageController-Error/m-p/59098#M33699</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/22067"&gt;@paulshoot360&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;One other problem: If you're calling hosted profile pages, the setting is "&lt;SPAN&gt;hostedProfileIFrameCommunicatorUrl", instead of "hostedPaymentIFrameCommunicatorUrl".&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Aug 2017 18:22:54 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-getHostedProfilePageController-Error/m-p/59098#M33699</guid>
      <dc:creator>Aaron</dc:creator>
      <dc:date>2017-08-01T18:22:54Z</dc:date>
    </item>
    <item>
      <title>Re: CIM getHostedProfilePageController Error</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-getHostedProfilePageController-Error/m-p/59100#M33701</link>
      <description>&lt;P&gt;Thanks Aaron! That was the fix.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For others who might need it:&lt;/P&gt;&lt;P&gt;Use&amp;nbsp;hostedProfileIFrameCommunicatorUrl for the setting and don't wrap the url in {"url":. It must start with http or https or you will get an error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Paul.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Aug 2017 18:34:55 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-getHostedProfilePageController-Error/m-p/59100#M33701</guid>
      <dc:creator>paulshoot360</dc:creator>
      <dc:date>2017-08-01T18:34:55Z</dc:date>
    </item>
  </channel>
</rss>

