<?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>thread Re: Square Subscription Issues in Archived Discussions (Read Only)</title>
    <link>https://community.squareup.com/t5/Archived-Discussions-Read-Only/Square-Subscription-Issues/m-p/228494#M16452</link>
    <description>&lt;P&gt;Hey &lt;a href="https://community.squareup.com/t5/user/viewprofilepage/user-id/337528"&gt;@jamtech&lt;/a&gt;,&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Our API team said&amp;nbsp;this error means you’re not passing in the correct version, so it can’t update the subscription.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;You first should retrieve the subscription, which has the version, and then in&amp;nbsp;UpdateSubscription&amp;nbsp;supply the same version.&lt;/P&gt;</description>
    <pubDate>Fri, 18 Dec 2020 19:05:47 GMT</pubDate>
    <dc:creator>ashc</dc:creator>
    <dc:date>2020-12-18T19:05:47Z</dc:date>
    <item>
      <title>Square Subscription Issues</title>
      <link>https://community.squareup.com/t5/Archived-Discussions-Read-Only/Square-Subscription-Issues/m-p/227524#M16449</link>
      <description>&lt;P&gt;I need to connect my e-commerce website to Square up for the subscription. So I used some API like create customers and create subscriptions over there and face some issues like-&lt;BR /&gt;&lt;BR /&gt;1) If I sent the same customer id and other details for the create subscription, each time it will create the subscription with a new ID. There is no validation for the already existing subscription.&lt;BR /&gt;&lt;BR /&gt;2) Should I sent some extra data to the Create Subscription API so that I will manage it by my side.&lt;BR /&gt;&lt;BR /&gt;3) How should I update the subscription and reactivate the canceled subscription if needed.&lt;BR /&gt;&lt;BR /&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Dec 2020 13:18:57 GMT</pubDate>
      <guid>https://community.squareup.com/t5/Archived-Discussions-Read-Only/Square-Subscription-Issues/m-p/227524#M16449</guid>
      <dc:creator>jamtech</dc:creator>
      <dc:date>2020-12-15T13:18:57Z</dc:date>
    </item>
    <item>
      <title>Re: Square Subscription Issues</title>
      <link>https://community.squareup.com/t5/Archived-Discussions-Read-Only/Square-Subscription-Issues/m-p/228275#M16450</link>
      <description>&lt;P&gt;Hi there &lt;a href="https://community.squareup.com/t5/user/viewprofilepage/user-id/337528"&gt;@jamtech&lt;/a&gt;&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":waving_hand:"&gt;👋&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;I was able to run your questions by an API specialist, and here's what they had to say:&lt;BR /&gt;
&amp;nbsp;&lt;/P&gt;

&lt;OL&gt;
 &lt;LI&gt;Sounds true - I highly doubt we validate that a subscription already exists for the customer, because you have the ability to create &lt;EM&gt;multiple&lt;/EM&gt; subscriptions for a single&amp;nbsp;customer.&lt;BR /&gt;
 &amp;nbsp;&lt;/LI&gt;
 &lt;LI&gt;What extra data do you have in mind? The full body of a Subscription can be seen &lt;A href="https://developer.squareup.com/reference/square/subscriptions-api/create-subscription" target="_blank"&gt;here&lt;/A&gt;, and&amp;nbsp;you cannot send anything beyond the fields listed here.&lt;BR /&gt;
 &amp;nbsp;&lt;/LI&gt;
 &lt;LI&gt;You can update a subscription by using the&amp;nbsp;&lt;A href="https://developer.squareup.com/reference/square/subscriptions-api/update-subscription" target="_blank"&gt;UpdateSubscription&lt;/A&gt;&amp;nbsp;endpoint.&lt;BR /&gt;
 &lt;BR /&gt;
 As for reactivating a canceled subscription, you can pass&amp;nbsp;null&amp;nbsp;to the&lt;STRONG&gt;&amp;nbsp;canceled_date&lt;/STRONG&gt;&amp;nbsp;field in the above &lt;STRONG&gt;UpdateSubscription&lt;/STRONG&gt; endpoint to clear the cancellation.&amp;nbsp;The customer should then be sent an invoice as usual at the end of the subscription. However -&amp;nbsp;if it’s already been canceled (in a&amp;nbsp;&lt;EM&gt;CANCELED&lt;/EM&gt;&amp;nbsp;state), then it can’t be updated, so you would need to create a new subscription.&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;If you haven't already stumbled upon our resources for developers, I put together a post where I outlined all of the best ways to get help with API related questions over &lt;A href="https://www.sellercommunity.com/t5/E-Commerce-API/Where-can-I-find-my-Application-ID-and-Access-Token/m-p/177989#M787" target="_blank"&gt;here&lt;/A&gt; - check it out!&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":sparkles:"&gt;✨&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Dec 2020 21:22:28 GMT</pubDate>
      <guid>https://community.squareup.com/t5/Archived-Discussions-Read-Only/Square-Subscription-Issues/m-p/228275#M16450</guid>
      <dc:creator>Valentina</dc:creator>
      <dc:date>2020-12-17T21:22:28Z</dc:date>
    </item>
    <item>
      <title>Re: Square Subscription Issues</title>
      <link>https://community.squareup.com/t5/Archived-Discussions-Read-Only/Square-Subscription-Issues/m-p/228350#M16451</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;BR /&gt;I tried to update subscription by the UpdateSubscription endpoint but it returns the error&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;PRE class="code-block code--json" tabindex="0" data-test-code-block-content=""&gt;&lt;CODE&gt;&lt;SPAN class="hljs-attr hljs-attr--hoverable"&gt;"errors"&lt;/SPAN&gt;: [
    {
      &lt;SPAN class="hljs-attr hljs-attr--hoverable"&gt;"code"&lt;/SPAN&gt;: &lt;SPAN class="hljs-string"&gt;"CONFLICT"&lt;/SPAN&gt;,
      &lt;SPAN class="hljs-attr hljs-attr--hoverable"&gt;"detail"&lt;/SPAN&gt;: &lt;SPAN class="hljs-string"&gt;"Provided version 0 does not match actual subscription version 160[Redacted]."&lt;/SPAN&gt;,
      &lt;SPAN class="hljs-attr hljs-attr--hoverable"&gt;"category"&lt;/SPAN&gt;: &lt;SPAN class="hljs-string"&gt;"INVALID_REQUEST_ERROR"&lt;/SPAN&gt;
    }&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Please help me out to solve it.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Dec 2020 05:19:01 GMT</pubDate>
      <guid>https://community.squareup.com/t5/Archived-Discussions-Read-Only/Square-Subscription-Issues/m-p/228350#M16451</guid>
      <dc:creator>jamtech</dc:creator>
      <dc:date>2020-12-18T05:19:01Z</dc:date>
    </item>
    <item>
      <title>Re: Square Subscription Issues</title>
      <link>https://community.squareup.com/t5/Archived-Discussions-Read-Only/Square-Subscription-Issues/m-p/228494#M16452</link>
      <description>&lt;P&gt;Hey &lt;a href="https://community.squareup.com/t5/user/viewprofilepage/user-id/337528"&gt;@jamtech&lt;/a&gt;,&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Our API team said&amp;nbsp;this error means you’re not passing in the correct version, so it can’t update the subscription.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;You first should retrieve the subscription, which has the version, and then in&amp;nbsp;UpdateSubscription&amp;nbsp;supply the same version.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Dec 2020 19:05:47 GMT</pubDate>
      <guid>https://community.squareup.com/t5/Archived-Discussions-Read-Only/Square-Subscription-Issues/m-p/228494#M16452</guid>
      <dc:creator>ashc</dc:creator>
      <dc:date>2020-12-18T19:05:47Z</dc:date>
    </item>
    <item>
      <title>Re: Square Subscription Issues</title>
      <link>https://community.squareup.com/t5/Archived-Discussions-Read-Only/Square-Subscription-Issues/m-p/228966#M16453</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;BR /&gt;1) I need to add or update the subscription plan&amp;nbsp;frequency as per month or quarterly. How can I do that?&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;2) Should I pause the subscription and resume it?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Please explain these points.&lt;BR /&gt;Thank you.&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Dec 2020 07:24:36 GMT</pubDate>
      <guid>https://community.squareup.com/t5/Archived-Discussions-Read-Only/Square-Subscription-Issues/m-p/228966#M16453</guid>
      <dc:creator>jamtech</dc:creator>
      <dc:date>2020-12-21T07:24:36Z</dc:date>
    </item>
    <item>
      <title>Re: Square Subscription Issues</title>
      <link>https://community.squareup.com/t5/Archived-Discussions-Read-Only/Square-Subscription-Issues/m-p/229226#M16454</link>
      <description>&lt;P&gt;&lt;a href="https://community.squareup.com/t5/user/viewprofilepage/user-id/337528"&gt;@jamtech&lt;/a&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;The cadence can’t be changed after a subscription is created, so you&amp;nbsp;would need to create a new subscription plan.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;I'm getting these answers from our API team btw as I am not trained in API or web development so I can't assist much further than this.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;I'd recommend checking out the &lt;A href="https://squ.re/33Zqhqb" target="_blank"&gt;Developer portal&lt;/A&gt; for more information.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Dec 2020 12:23:05 GMT</pubDate>
      <guid>https://community.squareup.com/t5/Archived-Discussions-Read-Only/Square-Subscription-Issues/m-p/229226#M16454</guid>
      <dc:creator>ashc</dc:creator>
      <dc:date>2020-12-22T12:23:05Z</dc:date>
    </item>
  </channel>
</rss>

