<?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: Accept Hosted Recurring Billing? in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-Hosted-Recurring-Billing/m-p/64314#M38233</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/25919"&gt;@bonifaceviii&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please check the section&amp;nbsp;&amp;nbsp;PRESENTING STORED CREDIT CARDS FOR PAYMENT and the below setting&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;TABLE class="table table-condensed"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD&gt;&lt;CODE&gt;hostedPaymentCustomerOptions&lt;/CODE&gt;&lt;/TD&gt;
&lt;TD&gt;&lt;CODE&gt;{"showEmail": false, "requiredEmail": false, "addPaymentProfile": true}&lt;/CODE&gt;&lt;/TD&gt;
&lt;TD&gt;
&lt;P&gt;&lt;CODE&gt;showEmail&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;and&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;requiredEmail&lt;/CODE&gt;determine whether the input field for the customer's email address will be shown and/or required on the form. Both parameters are false by default.&lt;/P&gt;
&lt;P&gt;&lt;CODE&gt;addPaymentProfile&lt;/CODE&gt;specifies whether to allow the customer to use the payment form to add a new form of payment to their customer profile. Applies when a&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;customerProfileId&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;has been sent with the token request. The default is true.&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&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;</description>
    <pubDate>Tue, 28 Aug 2018 06:37:51 GMT</pubDate>
    <dc:creator>Anurag</dc:creator>
    <dc:date>2018-08-28T06:37:51Z</dc:date>
    <item>
      <title>Accept Hosted Recurring Billing?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-Hosted-Recurring-Billing/m-p/57679#M32377</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am working on developing a new website that has a subscription based model and a one time setup fee. &amp;nbsp;We'd like to use Accept Hosted in order to only have to deal with PCI Compliance SAQ-A, but I'm having trouble finding documentation related to recurring billing within Accept Hosted.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I did review setting up Customer Profiles (&lt;A href="http://developer.authorize.net/api/reference/features/customer_profiles.html" target="_blank"&gt;http://developer.authorize.net/api/reference/features/customer_profiles.html&lt;/A&gt;), which mentions recurring billing but doesn't elaborate further from what I can tell. This method appears to only give a pathway to retain the profile id&amp;nbsp;and then submit one time transactions as opposed to using the built-in Authorize.net recurring billing&lt;BR /&gt;&lt;BR /&gt;Is the intent here to have our system retain this information then submit one time transactions in an automatic fashion periodically? &amp;nbsp;Does retaining this profile id change anything about PCI compliance (i.e., from A to A-EP).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your patience, I'm new to both Authorize.net and PCI Compliance, so learning as I go.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Apr 2017 21:40:25 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-Hosted-Recurring-Billing/m-p/57679#M32377</guid>
      <dc:creator>ryanshaug</dc:creator>
      <dc:date>2017-04-12T21:40:25Z</dc:date>
    </item>
    <item>
      <title>Re: Accept Hosted Recurring Billing?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-Hosted-Recurring-Billing/m-p/57680#M32378</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/21545"&gt;@ryanshaug&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Accept Hosted does not directly support creating subscriptions, but you can meet your objectives using&amp;nbsp;the following steps:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Use &lt;A href="http://developer.authorize.net/api/reference/features/accept_hosted.html" target="_self"&gt;Accept Hosted&lt;/A&gt; to collect the initial payment&lt;/LI&gt;
&lt;LI&gt;If successful, use &lt;A href="https://developer.authorize.net/api/reference/#customer-profiles-create-a-customer-profile-from-a-transaction" target="_self"&gt;Create Customer Profile from Transaction&lt;/A&gt; to get a customer profile id&lt;/LI&gt;
&lt;LI&gt;Use &lt;A href="https://developer.authorize.net/api/reference/#recurring-billing-create-a-subscription-from-customer-profile" target="_self"&gt;Create A Subscription Using a Customer Profile&lt;/A&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;Richard&lt;/P&gt;</description>
      <pubDate>Wed, 12 Apr 2017 21:50:03 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-Hosted-Recurring-Billing/m-p/57680#M32378</guid>
      <dc:creator>RichardH</dc:creator>
      <dc:date>2017-04-12T21:50:03Z</dc:date>
    </item>
    <item>
      <title>Re: Accept Hosted Recurring Billing?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-Hosted-Recurring-Billing/m-p/57684#M32383</link>
      <description>&lt;P&gt;Richard, thank you very much for your response! &amp;nbsp;I will give that a go. &amp;nbsp;I appreciate your prompt reply&amp;nbsp;:)&lt;BR /&gt;&lt;BR /&gt;Ryan&lt;/P&gt;</description>
      <pubDate>Thu, 13 Apr 2017 02:37:28 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-Hosted-Recurring-Billing/m-p/57684#M32383</guid>
      <dc:creator>ryanshaug</dc:creator>
      <dc:date>2017-04-13T02:37:28Z</dc:date>
    </item>
    <item>
      <title>Re: Accept Hosted Recurring Billing?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-Hosted-Recurring-Billing/m-p/57708#M32403</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/21545"&gt;@ryanshaug&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I just want to elaborate on what Richard said a little bit. After you go through the steps that he suggested to get the subscription started, you might start wondering what to do when the customer wants to change their card they use or when the card expires.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you haven't already noticed on the &lt;A href="http://developer.authorize.net/api/reference/features/customer_profiles.html" target="_self"&gt;Customer Profiles documentation&lt;/A&gt;, there's a set of "Accept Customer" forms that work similarly to the Accept Hosted form, but to manage customer profiles and customer payment profiles. Using those forms, you can update the information of a payment profile associated with a subscription without ever seeing the card number itself.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Apr 2017 16:31:47 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-Hosted-Recurring-Billing/m-p/57708#M32403</guid>
      <dc:creator>Aaron</dc:creator>
      <dc:date>2017-04-14T16:31:47Z</dc:date>
    </item>
    <item>
      <title>Re: Accept Hosted Recurring Billing?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-Hosted-Recurring-Billing/m-p/60795#M35306</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Will it be possible for you how to set the value of "&lt;SPAN&gt;recurringBilling" during hostedPayment&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;settings[x] = new settingType();&lt;BR /&gt;settings[x].settingName = settingNameEnum.recurringBilling.ToString();&lt;BR /&gt;settings[x].settingValue = "????";&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>Fri, 08 Dec 2017 11:03:31 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-Hosted-Recurring-Billing/m-p/60795#M35306</guid>
      <dc:creator>Incedouser1</dc:creator>
      <dc:date>2017-12-08T11:03:31Z</dc:date>
    </item>
    <item>
      <title>Re: Accept Hosted Recurring Billing?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-Hosted-Recurring-Billing/m-p/64310#M38229</link>
      <description>&lt;P&gt;&amp;nbsp;You state:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Use&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://developer.authorize.net/api/reference/#recurring-billing-create-a-subscription-from-customer-profile" target="_self" rel="nofollow noopener noreferrer"&gt;Create A Subscription Using a Customer Profile&lt;/A&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;However, this method requires a customer payment profile. I can't find a way to create a customer payment profile from using the hosted form for a first-time client. Is there's something I'm missing?&lt;/P&gt;</description>
      <pubDate>Mon, 27 Aug 2018 19:00:18 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-Hosted-Recurring-Billing/m-p/64310#M38229</guid>
      <dc:creator>bonifaceviii</dc:creator>
      <dc:date>2018-08-27T19:00:18Z</dc:date>
    </item>
    <item>
      <title>Re: Accept Hosted Recurring Billing?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-Hosted-Recurring-Billing/m-p/64314#M38233</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/25919"&gt;@bonifaceviii&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please check the section&amp;nbsp;&amp;nbsp;PRESENTING STORED CREDIT CARDS FOR PAYMENT and the below setting&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;TABLE class="table table-condensed"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD&gt;&lt;CODE&gt;hostedPaymentCustomerOptions&lt;/CODE&gt;&lt;/TD&gt;
&lt;TD&gt;&lt;CODE&gt;{"showEmail": false, "requiredEmail": false, "addPaymentProfile": true}&lt;/CODE&gt;&lt;/TD&gt;
&lt;TD&gt;
&lt;P&gt;&lt;CODE&gt;showEmail&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;and&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;requiredEmail&lt;/CODE&gt;determine whether the input field for the customer's email address will be shown and/or required on the form. Both parameters are false by default.&lt;/P&gt;
&lt;P&gt;&lt;CODE&gt;addPaymentProfile&lt;/CODE&gt;specifies whether to allow the customer to use the payment form to add a new form of payment to their customer profile. Applies when a&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;customerProfileId&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;has been sent with the token request. The default is true.&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&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;</description>
      <pubDate>Tue, 28 Aug 2018 06:37:51 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-Hosted-Recurring-Billing/m-p/64314#M38233</guid>
      <dc:creator>Anurag</dc:creator>
      <dc:date>2018-08-28T06:37:51Z</dc:date>
    </item>
    <item>
      <title>Re: Accept Hosted Recurring Billing?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-Hosted-Recurring-Billing/m-p/65624#M39255</link>
      <description>&lt;P&gt;Hi All,&lt;BR /&gt;&lt;BR /&gt;I see all the API created for Authorize.net are for PHP version 7.1 above.&lt;BR /&gt;I wanted API for PHP version 5.6 below.&lt;BR /&gt;Please give me the link.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 07 Jan 2019 11:21:52 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-Hosted-Recurring-Billing/m-p/65624#M39255</guid>
      <dc:creator>jobinpulse</dc:creator>
      <dc:date>2019-01-07T11:21:52Z</dc:date>
    </item>
    <item>
      <title>Re: Accept Hosted Recurring Billing?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-Hosted-Recurring-Billing/m-p/65692#M39317</link>
      <description>&lt;P&gt;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/7546"&gt;@RichardH&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/21382"&gt;@Anurag&lt;/a&gt; So we'd have the hosted popup, make the payment, then when it completes and returns to the user's site, we then have to make a call and actually create the recurring profile? I've integrated SIM and was able to do it all at once using the API's, but we'd like to switch to a hosted solution to avoid any credit card processing on our own servers. Is there a solution with Authorize.NET that allows us to have recurring fields on the payment form hosted with Auth.NET?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- Marco&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jan 2019 20:53:45 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-Hosted-Recurring-Billing/m-p/65692#M39317</guid>
      <dc:creator>marco_envision</dc:creator>
      <dc:date>2019-01-11T20:53:45Z</dc:date>
    </item>
    <item>
      <title>Re: Accept Hosted Recurring Billing?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-Hosted-Recurring-Billing/m-p/65693#M39318</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/27538"&gt;@marco_envision&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We do not currently offer creating subscriptions using the hosted form, but you can accomplish this transparently for your users.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Present the hosted form for initial payment&lt;/LI&gt;
&lt;LI&gt;If payment is successful, use &lt;A href="https://developer.authorize.net/api/reference/#customer-profiles-create-a-customer-profile-from-a-transaction" target="_self"&gt;Create Customer Profile From aTransaction&lt;/A&gt; to create a customer profile&lt;/LI&gt;
&lt;LI&gt;Use just created&amp;nbsp;&lt;A href="https://developer.authorize.net/api/reference/#recurring-billing-create-a-subscription-from-customer-profile" target="_self"&gt;customer profile to create a new subscription&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please note: you may need to add a sligh delay between your initial payment and creating a profile and creating a subscription to allow data to replicate.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Richard&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jan 2019 21:00:35 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-Hosted-Recurring-Billing/m-p/65693#M39318</guid>
      <dc:creator>RichardH</dc:creator>
      <dc:date>2019-01-11T21:00:35Z</dc:date>
    </item>
    <item>
      <title>Re: Accept Hosted Recurring Billing?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-Hosted-Recurring-Billing/m-p/70710#M43448</link>
      <description>&lt;P&gt;Add a slight delay?&amp;nbsp; How long?&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This doesn't seem very transparent to the User.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Feb 2020 17:30:03 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-Hosted-Recurring-Billing/m-p/70710#M43448</guid>
      <dc:creator>mancusor1929</dc:creator>
      <dc:date>2020-02-19T17:30:03Z</dc:date>
    </item>
    <item>
      <title>Re: Accept Hosted Recurring Billing?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-Hosted-Recurring-Billing/m-p/70711#M43449</link>
      <description>&lt;P&gt;How long is this delay?&amp;nbsp; It doesn't seem very transparent for the User.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Feb 2020 17:32:27 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-Hosted-Recurring-Billing/m-p/70711#M43449</guid>
      <dc:creator>mancusor1929</dc:creator>
      <dc:date>2020-02-19T17:32:27Z</dc:date>
    </item>
    <item>
      <title>Re: Accept Hosted Recurring Billing?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-Hosted-Recurring-Billing/m-p/75001#M46700</link>
      <description>&lt;P&gt;Hello Richard,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am assuming that we would need to void the initial transaction in this situation, right? Otherwise the first payment of the recurring gift would be double-counted. Or am I missing something here?&lt;/P&gt;</description>
      <pubDate>Thu, 11 Feb 2021 19:31:32 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-Hosted-Recurring-Billing/m-p/75001#M46700</guid>
      <dc:creator>EarlGray47</dc:creator>
      <dc:date>2021-02-11T19:31:32Z</dc:date>
    </item>
  </channel>
</rss>

