<?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: Recurrent Payments without breaking PCI compliance? in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Recurrent-Payments-without-breaking-PCI-compliance/m-p/63002#M37209</link>
    <description>&lt;P&gt;More precisely: how do we retain customer CC data after processing a Hosted Payment and use it to set up&amp;nbsp;ARB?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;TY,&lt;/P&gt;&lt;P&gt;Alex&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 09 May 2018 12:29:20 GMT</pubDate>
    <dc:creator>boh</dc:creator>
    <dc:date>2018-05-09T12:29:20Z</dc:date>
    <item>
      <title>Recurrent Payments without breaking PCI compliance?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Recurrent-Payments-without-breaking-PCI-compliance/m-p/63000#M37207</link>
      <description>&lt;P&gt;Hi, we are currently integrating authorize.net and we would like to set up Recurrent&lt;/P&gt;&lt;P&gt;Billing without explicitly passing credit card data. How can we do this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We use Hosted Payment option for one off payments.&lt;/P&gt;</description>
      <pubDate>Wed, 09 May 2018 11:35:13 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Recurrent-Payments-without-breaking-PCI-compliance/m-p/63000#M37207</guid>
      <dc:creator>boh</dc:creator>
      <dc:date>2018-05-09T11:35:13Z</dc:date>
    </item>
    <item>
      <title>Re: Recurrent Payments without breaking PCI compliance?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Recurrent-Payments-without-breaking-PCI-compliance/m-p/63002#M37209</link>
      <description>&lt;P&gt;More precisely: how do we retain customer CC data after processing a Hosted Payment and use it to set up&amp;nbsp;ARB?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;TY,&lt;/P&gt;&lt;P&gt;Alex&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 May 2018 12:29:20 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Recurrent-Payments-without-breaking-PCI-compliance/m-p/63002#M37209</guid>
      <dc:creator>boh</dc:creator>
      <dc:date>2018-05-09T12:29:20Z</dc:date>
    </item>
    <item>
      <title>Re: Recurrent Payments without breaking PCI compliance?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Recurrent-Payments-without-breaking-PCI-compliance/m-p/63003#M37210</link>
      <description>&lt;P&gt;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/24314"&gt;@boh&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Use&amp;nbsp;&lt;A href="https://developer.authorize.net/api/reference/#customer-profiles-create-a-customer-profile-from-a-transaction" target="_self"&gt;create a customer profile&amp;nbsp;from a previous transaction&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Richard&lt;/P&gt;</description>
      <pubDate>Wed, 09 May 2018 13:13:58 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Recurrent-Payments-without-breaking-PCI-compliance/m-p/63003#M37210</guid>
      <dc:creator>RichardH</dc:creator>
      <dc:date>2018-05-09T13:13:58Z</dc:date>
    </item>
    <item>
      <title>Re: Recurrent Payments without breaking PCI compliance?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Recurrent-Payments-without-breaking-PCI-compliance/m-p/63031#M37237</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/24314"&gt;@boh&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can also enable the card on file feature in Accept Hosted as below&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To enable it the you&amp;nbsp; needs to be pass&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;lt;profile&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;customerProfileId&amp;gt;1502707328&amp;lt;/customerProfileId&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/profile&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;in the&amp;nbsp;&amp;nbsp;getHostedPaymentPageRequest&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Merchant can use the below setting if not want to show the save checkbox&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;lt;setting&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;settingName&amp;gt;hostedPaymentCustomerOptions&amp;lt;/settingName&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;settingValue&amp;gt;{"showEmail": false, "requiredEmail": false,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;"addPaymentProfile": true}&lt;/STRONG&gt;&amp;lt;/settingValue&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;/setting&amp;gt;&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>Fri, 11 May 2018 08:39:24 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Recurrent-Payments-without-breaking-PCI-compliance/m-p/63031#M37237</guid>
      <dc:creator>Anurag</dc:creator>
      <dc:date>2018-05-11T08:39:24Z</dc:date>
    </item>
  </channel>
</rss>

