<?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: hosted pay on accept.js in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/hosted-pay-on-accept-js/m-p/56381#M31177</link>
    <description>&lt;P&gt;hi &lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/20947"&gt;@eisemann970&lt;/a&gt; I am trying to implemente the hosted cim, I am capable rigth now to save the credit card payment using the authorize hosted form but I am not capable to comunicate&amp;nbsp; with it using the iFrameCommunicator to get information, could you give me an example of the estructure of this file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks in advance&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 09 Dec 2016 18:21:02 GMT</pubDate>
    <dc:creator>jesusdavidrubio</dc:creator>
    <dc:date>2016-12-09T18:21:02Z</dc:date>
    <item>
      <title>hosted pay on accept.js</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/hosted-pay-on-accept-js/m-p/56350#M31149</link>
      <description>&lt;P&gt;in &lt;STRONG&gt;the accept.js example&lt;/STRONG&gt; that is posted on the authorize.net to download and test it, there are two ways of payment "pay" and "hosted pay" both use the accept.js library, on the&lt;STRONG&gt; hosted pay&lt;/STRONG&gt; there is a page called getHostedPaymentForm.php, I checked out the source code and there is an xml that is supposed to call the api method "getHostedPaymentPageRequest" which&amp;nbsp; pops up the payment page from authorize.net in there you are supposed to type your credit card, the thing is there is no documentation about it &lt;STRONG&gt;"getHostedPaymentPageRequest", &lt;/STRONG&gt;so there is no way I can implement this hosted accept.js payment method on my software.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Dec 2016 14:37:26 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/hosted-pay-on-accept-js/m-p/56350#M31149</guid>
      <dc:creator>jesusdavidrubio</dc:creator>
      <dc:date>2016-12-07T14:37:26Z</dc:date>
    </item>
    <item>
      <title>Re: hosted pay on accept.js</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/hosted-pay-on-accept-js/m-p/56352#M31151</link>
      <description>&lt;P&gt;Hi Jesus,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I just implemented the hosted pay option without accept.js (there is a discussion that gives an overview of the process here &lt;A href="https://community.developer.authorize.net/t5/Integration-and-Testing/Help-Migrating-from-SIM-to-CIM-Form-with-Recurring/td-p/56277/" target="_blank"&gt;https://community.developer.authorize.net/t5/Integration-and-Testing/Help-Migrating-from-SIM-to-CIM-Form-with-Recurring/td-p/56277/&lt;/A&gt;).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I haven't explored the accept.js route much but my general understanding is that you use accept.js to generate a nonce which can then be used with the API to charge a card, create and ARB, etc.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Dec 2016 18:48:26 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/hosted-pay-on-accept-js/m-p/56352#M31151</guid>
      <dc:creator>eisemann970</dc:creator>
      <dc:date>2016-12-07T18:48:26Z</dc:date>
    </item>
    <item>
      <title>Re: hosted pay on accept.js</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/hosted-pay-on-accept-js/m-p/56354#M31153</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/20968"&gt;@jesusdavidrubio&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/20947"&gt;@eisemann970&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;getHostedPaymentPageRequest&amp;nbsp;&lt;/STRONG&gt;is part of a new feature not yet widely available, but if you would like to explore it further, you can see the documentation at&amp;nbsp;&lt;A href="https://developer.authorize.net/api/reference/features/accept_hosted.html" target="_blank"&gt;https://developer.authorize.net/api/reference/features/accept_hosted.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Richard&lt;/P&gt;</description>
      <pubDate>Wed, 07 Dec 2016 19:49:43 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/hosted-pay-on-accept-js/m-p/56354#M31153</guid>
      <dc:creator>RichardH</dc:creator>
      <dc:date>2016-12-07T19:49:43Z</dc:date>
    </item>
    <item>
      <title>Re: hosted pay on accept.js</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/hosted-pay-on-accept-js/m-p/56359#M31158</link>
      <description>&lt;P&gt;Hello richard and &lt;A href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/20947" target="_blank"&gt;@eisemann970&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Your comments have been really helpfull thank you both so much.&lt;/P&gt;&lt;P&gt;I understand better the hosted form pay situation, but I still have questions about it&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;STRONG&gt;getHostedPaymentPageRequest&amp;nbsp;&lt;/STRONG&gt;is part of a new feature not yet widely available, so it means it is not available yet to use ? if not should I use the solution that &lt;A href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/20947" target="_blank"&gt;@eisemann970&lt;/A&gt; implemended, which is the use of the hosted form to create and update credit cards remotely and then using webhooks for adding the&amp;nbsp;the credit card tokens back to our local app to later pay using them. (&lt;A href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/20947" target="_blank"&gt;@eisemann970&lt;/A&gt; please correct me if I am wrong on what you did).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Based on this there is no way to pay directly using authorize.net hosted form unless we use the new feature "accept hosted using" right ?&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;&lt;P&gt;&amp;nbsp;&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>Wed, 07 Dec 2016 21:07:55 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/hosted-pay-on-accept-js/m-p/56359#M31158</guid>
      <dc:creator>jesusdavidrubio</dc:creator>
      <dc:date>2016-12-07T21:07:55Z</dc:date>
    </item>
    <item>
      <title>Re: hosted pay on accept.js</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/hosted-pay-on-accept-js/m-p/56361#M31160</link>
      <description>&lt;P&gt;To be clear, I'm not using webhooks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm using&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;the hosted add payment page in an iframe (in a lightbox) to create user profiles/user payment profiles and&lt;/LI&gt;&lt;LI&gt;the iFrameCommunicator to trigger updates via JavaScript. &amp;nbsp;&lt;/LI&gt;&lt;LI&gt;Then I use the API to charge the card.&lt;/LI&gt;&lt;/OL&gt;</description>
      <pubDate>Wed, 07 Dec 2016 21:19:24 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/hosted-pay-on-accept-js/m-p/56361#M31160</guid>
      <dc:creator>eisemann970</dc:creator>
      <dc:date>2016-12-07T21:19:24Z</dc:date>
    </item>
    <item>
      <title>Re: hosted pay on accept.js</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/hosted-pay-on-accept-js/m-p/56362#M31161</link>
      <description>&lt;P&gt;I believe the first part is called "Hosted CIM"&lt;/P&gt;</description>
      <pubDate>Wed, 07 Dec 2016 21:22:17 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/hosted-pay-on-accept-js/m-p/56362#M31161</guid>
      <dc:creator>eisemann970</dc:creator>
      <dc:date>2016-12-07T21:22:17Z</dc:date>
    </item>
    <item>
      <title>Re: hosted pay on accept.js</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/hosted-pay-on-accept-js/m-p/56381#M31177</link>
      <description>&lt;P&gt;hi &lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/20947"&gt;@eisemann970&lt;/a&gt; I am trying to implemente the hosted cim, I am capable rigth now to save the credit card payment using the authorize hosted form but I am not capable to comunicate&amp;nbsp; with it using the iFrameCommunicator to get information, could you give me an example of the estructure of this file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks in advance&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Dec 2016 18:21:02 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/hosted-pay-on-accept-js/m-p/56381#M31177</guid>
      <dc:creator>jesusdavidrubio</dc:creator>
      <dc:date>2016-12-09T18:21:02Z</dc:date>
    </item>
    <item>
      <title>Re: hosted pay on accept.js</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/hosted-pay-on-accept-js/m-p/56413#M31209</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/20968"&gt;@jesusdavidrubio&lt;/a&gt; wrote:&lt;BR /&gt;&lt;P&gt;hi &lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/20947"&gt;@eisemann970&lt;/a&gt; I am trying to implemente the hosted cim, I am capable rigth now to save the credit card payment using the authorize hosted form but I am not capable to comunicate&amp;nbsp; with it using the iFrameCommunicator to get information, could you give me an example of the estructure of this file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks in advance&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Hi Jesus,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I set up the call to&amp;nbsp;getHostedProfilePageRequest, I send in a setting named "hostedProfileIFrameCommunicatorUrl" with a value of "&lt;A href="https://www.MYDOMAIN.com/PATH_TO/iFrameCommunicator.html" target="_blank"&gt;https://www.MYDOMAIN.com/PATH_TO/iFrameCommunicator.html&lt;/A&gt;".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I thought I read somewhere that you have to use HTTPS. &amp;nbsp;I'm pretty sure I read that you have to use the entire domain name in the callback URL (not just the&amp;nbsp;&lt;SPAN&gt;PATH_TO/iFrameCommunicator.html).&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Dec 2016 16:22:38 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/hosted-pay-on-accept-js/m-p/56413#M31209</guid>
      <dc:creator>eisemann970</dc:creator>
      <dc:date>2016-12-12T16:22:38Z</dc:date>
    </item>
    <item>
      <title>Re: hosted pay on accept.js</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/hosted-pay-on-accept-js/m-p/56414#M31210</link>
      <description>&lt;P&gt;Also, in the view that contains the form that posts to &lt;A href="https://test.authorize.net/customer/addPayment" target="_blank"&gt;https://test.authorize.net/customer/addPayment&lt;/A&gt; (NOTE that this is the sandbox link) and targets the iFrame, I have the following JavaScript (that I lifted from the accept sample application):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;window.CommunicationHandler = {};&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;CommunicationHandler.onReceiveCommunication = function (argument) { ... }&lt;/P&gt;</description>
      <pubDate>Mon, 12 Dec 2016 16:26:42 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/hosted-pay-on-accept-js/m-p/56414#M31210</guid>
      <dc:creator>eisemann970</dc:creator>
      <dc:date>2016-12-12T16:26:42Z</dc:date>
    </item>
  </channel>
</rss>

