#Tudor

1 messages · Page 1 of 1 (latest)

ruby bladeBOT
rocky bronze
#

Yep, that's the correct process to follow. Price objects are immutable so you'll need a new Price object, and to update the associated Subscription(s) as above

lofty jacinth
#

Thanks, so this means that as a process, we would have to manage it ourselves entirely, from the customer notifications, to customer approval, to upgrade on acceptance, right?

rocky bronze
#

As these customer requested upgrades, or business related?

lofty jacinth
#

Business related, actually we are just planning and investigating how to upgrade/downgrade prices. We are actually preparing to make sure we can adjust our pricing strategy as easy and simple as possible

ruby bladeBOT
rocky bronze
#

Then yes, you'd need to handle the process yourselves. If they were customer initiated upgrades, you could implement the customer portal

lofty jacinth
#

You mean if the customer wants to upgrade to a different paid tier, or maybe to change the billing period, and there is this link generator that we can embed in the customer account and redirect to it so that the customer can change as he pleases..right?

sudden peak
#

👋 taking over for my colleague. Let me catch up.

lofty jacinth
#

Thanks. Sure. Also one thing just to run by you

#

So, I'm using ChatGPT to get me some quicker answers, but as far as I can tell, it is fabulating

#

Here is a snipet

#

Unpreserving prices can be useful if you want to make changes to your pricing structure and allow existing subscribers to move to the new pricing structure over time. However, it's important to communicate any price changes to your subscribers in advance, so that they are aware of the upcoming changes and can adjust their budgets or cancel their subscriptions if necessary.

To unpreserve prices for subscribers in Stripe, you can go to the product details page for the relevant product, click on the "Prices" tab, and then click the "Unpreserve" button for the relevant price.

#

You don't have such functionality..right?

sudden peak
#

unfortunately ChatGPT v3 doesn't really work well with questions related to Stripe

lofty jacinth
#

I have the Pro V4..but still

#

There is un Unpreserve concept in Stripe..right?

sudden peak
#

no

sudden peak
#

I'm not sure

#

in all cases today ChatGPT didn't prove to be effective for answering Stripe-related questions

lofty jacinth
#

Su8re..no worries

ruby bladeBOT