<?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: Put a hold on an Automated Recurring Billing Subscription in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Put-a-hold-on-an-Automated-Recurring-Billing-Subscription/m-p/63029#M37235</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/23813"&gt;@mvb89b&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can create a subscription with customer profile as below&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://developer.authorize.net/api/reference/index.html#recurring-billing-create-a-subscription-from-customer-profile" target="_blank"&gt;https://developer.authorize.net/api/reference/index.html#recurring-billing-create-a-subscription-from-customer-profile&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When you create a new subscription with&amp;nbsp; card/ACH , a payment profileID is returned in response .&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For your scenario , you will need to cancel the current subscription and use the same paymentProfile to create a new subscription with a future startDate .&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can also sumit the&amp;nbsp; feature idea for holding subscriptions in our Ideas&amp;nbsp; forum &lt;A href="https://community.developer.authorize.net/t5/Ideas/idb-p/ideas" target="_blank"&gt;https://community.developer.authorize.net/t5/Ideas/idb-p/ideas&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Fri, 11 May 2018 07:15:26 GMT</pubDate>
    <dc:creator>Anurag</dc:creator>
    <dc:date>2018-05-11T07:15:26Z</dc:date>
    <item>
      <title>Put a hold on an Automated Recurring Billing Subscription</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Put-a-hold-on-an-Automated-Recurring-Billing-Subscription/m-p/63018#M37225</link>
      <description>&lt;P&gt;Is it just me or is it crazy that you cannot put a hold on an active subscription.&amp;nbsp; So here is the hypothetical...Say I run a gym and a user from the website wants to put a hold on their subscription for 6 months.&amp;nbsp; Currently in the PHP-SDK I am not able to modify the start date of a subscription if there have been any completed payments so it looks like my only option (which is a UI/UX nightmare) is to ask for their card information again and then cancel the current subscription and create a new one with the new start or on hold date that the customer wants.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is this really the only way to do it?&amp;nbsp; How come I cannot simply:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A: Change the status of the subscription to on hold or one that does not charge the card and then change it's status on the start date that the user entered&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;B: Just allow me to update the start date or another field so that I do not have to go through the whole process of creating a new subscription and cancelling the old one and making the user enter in their payment information yet again for a subscription and customer profile where it already resides????&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Am I crazy or just missing something obvious as this should be a simple feature as putting a membership or subscription on hold is something that tons of businesses do whether brick and mortar or on the web.&amp;nbsp; I also see that I cannot create a subscription with just the customer payment profile ID either and it was in "development" 2 years ago according to another post.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please someone shed some light on this or tell me how to do it without creating a ton more development work.&lt;/P&gt;</description>
      <pubDate>Wed, 09 May 2018 20:28:13 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Put-a-hold-on-an-Automated-Recurring-Billing-Subscription/m-p/63018#M37225</guid>
      <dc:creator>mvb89b</dc:creator>
      <dc:date>2018-05-09T20:28:13Z</dc:date>
    </item>
    <item>
      <title>Re: Put a hold on an Automated Recurring Billing Subscription</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Put-a-hold-on-an-Automated-Recurring-Billing-Subscription/m-p/63029#M37235</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/23813"&gt;@mvb89b&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can create a subscription with customer profile as below&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://developer.authorize.net/api/reference/index.html#recurring-billing-create-a-subscription-from-customer-profile" target="_blank"&gt;https://developer.authorize.net/api/reference/index.html#recurring-billing-create-a-subscription-from-customer-profile&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When you create a new subscription with&amp;nbsp; card/ACH , a payment profileID is returned in response .&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For your scenario , you will need to cancel the current subscription and use the same paymentProfile to create a new subscription with a future startDate .&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can also sumit the&amp;nbsp; feature idea for holding subscriptions in our Ideas&amp;nbsp; forum &lt;A href="https://community.developer.authorize.net/t5/Ideas/idb-p/ideas" target="_blank"&gt;https://community.developer.authorize.net/t5/Ideas/idb-p/ideas&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 11 May 2018 07:15:26 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Put-a-hold-on-an-Automated-Recurring-Billing-Subscription/m-p/63029#M37235</guid>
      <dc:creator>Anurag</dc:creator>
      <dc:date>2018-05-11T07:15:26Z</dc:date>
    </item>
  </channel>
</rss>

