<?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 Active Hosted redirect URL in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/accept-hosted-for-Non-Logged-in-User/m-p/77532#M48599</link>
    <description>&lt;P&gt;Dear Team,&lt;BR /&gt;We are currently using Active JS where we get CC info on our website, which is encrypted and sent via API to Authorize.net (AN).&lt;BR /&gt;We are switching to Actvive Hosted so that customer can be directed to AN to feed the CC details. in the Active Hosted Document of AN (link below), which is a 5 pointer document - it does not give following details:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. I can't see what values how to post the form redirection&lt;BR /&gt;2. What is the url to post&lt;BR /&gt;3. What are the mandatory values to posted&lt;/P&gt;&lt;P&gt;&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;Reply from any of you will be of great help.&lt;/P&gt;&lt;P&gt;My email samin@blueskytelecom.com&lt;/P&gt;</description>
    <pubDate>Fri, 23 Jul 2021 13:15:59 GMT</pubDate>
    <dc:creator>samin00</dc:creator>
    <dc:date>2021-07-23T13:15:59Z</dc:date>
    <item>
      <title>accept hosted for Non-Logged in User</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/accept-hosted-for-Non-Logged-in-User/m-p/58661#M33279</link>
      <description>&lt;P&gt;I attempted to use the accept Hosted form, but I get the invalid token error because I do not have an active user. &amp;nbsp;The site that I am putting on this form, does not&amp;nbsp;store any user data, so I do not have Customer Profile IDs. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I know I can create a new customer ID for each transaction, but if the user's e-mail exists in the account, that will return an error. &amp;nbsp;Is there an API call that can send in an e-mail address and return the Customer ID. &amp;nbsp;Or if that is not available, is there an easy way (besides text parsing) to get the Customer ID from the error message when the user already exists.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Since we really don't need to store customer information and just want a PCI Compliant solution, what is the best/easiest way to go? &amp;nbsp;I've tried accept.js but can't get that to work, I always get an ecryption error (I opened another thread for that). &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for any help/suggestions.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jul 2017 05:51:20 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/accept-hosted-for-Non-Logged-in-User/m-p/58661#M33279</guid>
      <dc:creator>microweb</dc:creator>
      <dc:date>2017-07-04T05:51:20Z</dc:date>
    </item>
    <item>
      <title>Re: accept hosted for Non-Logged in User</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/accept-hosted-for-Non-Logged-in-User/m-p/58715#M33330</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/3452"&gt;@microweb&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You say "&lt;SPAN&gt;we really don't need to store customer information".&amp;nbsp;&lt;/SPAN&gt;If you have no need to store customer information on your side or on ours, you don't need to do anything with customer profiles at all. Just use the &lt;A href="http://developer.authorize.net/api/reference/features/accept_hosted.html" target="_self"&gt;Accept Hosted&lt;/A&gt; payment form without anything relating to customer profiles.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you what you meant was that you don't want to store information on your side, but you&amp;nbsp;&lt;EM&gt;do&lt;/EM&gt; still want us to store it in a profile on our side, you can always check if the profile exists first. The &lt;A href="https://developer.authorize.net/api/reference/#customer-profiles-get-customer-profile" target="_self"&gt;getCustomerProfileRequest &lt;/A&gt;allows you to send a customer profile ID OR a merchant's customer ID OR an email address to get the information of the associated customer profile.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jul 2017 21:27:45 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/accept-hosted-for-Non-Logged-in-User/m-p/58715#M33330</guid>
      <dc:creator>Aaron</dc:creator>
      <dc:date>2017-07-06T21:27:45Z</dc:date>
    </item>
    <item>
      <title>Active Hosted redirect URL</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/accept-hosted-for-Non-Logged-in-User/m-p/77532#M48599</link>
      <description>&lt;P&gt;Dear Team,&lt;BR /&gt;We are currently using Active JS where we get CC info on our website, which is encrypted and sent via API to Authorize.net (AN).&lt;BR /&gt;We are switching to Actvive Hosted so that customer can be directed to AN to feed the CC details. in the Active Hosted Document of AN (link below), which is a 5 pointer document - it does not give following details:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. I can't see what values how to post the form redirection&lt;BR /&gt;2. What is the url to post&lt;BR /&gt;3. What are the mandatory values to posted&lt;/P&gt;&lt;P&gt;&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;Reply from any of you will be of great help.&lt;/P&gt;&lt;P&gt;My email samin@blueskytelecom.com&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jul 2021 13:15:59 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/accept-hosted-for-Non-Logged-in-User/m-p/77532#M48599</guid>
      <dc:creator>samin00</dc:creator>
      <dc:date>2021-07-23T13:15:59Z</dc:date>
    </item>
  </channel>
</rss>

