#somebloke99-21269_api

1 messages ยท Page 1 of 1 (latest)

icy oarBOT
#

๐Ÿ‘‹ Welcome to your new thread!

โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

๐Ÿ”— This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1268520768929533989

๐Ÿ“ Have more to share? Add more details, code, screenshots, videos, etc. below.

drifting cave
#

hi! well editing the subscription to move between products is https://docs.stripe.com/billing/subscriptions/upgrade-downgrade . Depending on how you do the update and what prices are involved, there might be proration, and there might be payment for those prorations involved, which would be invoices that need to be paid using the customer's saved payment method.
I'd suggest setting up some scenarios in test mode to test things out

icy oarBOT
dusty oar
#

But there isn't anything in principle wrong with moving people between products and charging them a different amount, just so long as they're warned and are given the option of not renewing on those terms?

drifting cave
#

sure, you have complete control over how the subscription acts and what it charges and when

dusty oar
#

Also that endpoint says "Learn how to upgrade and downgrade subscriptions by changing the price." but we actually want to change the product also

drifting cave
#

Subscriptions don't subscribe to Products, they subscribe to Prices(and a Price is connected to a Product) so it doesn't really matter

#

it's the same thing

dusty oar
#

Ah I see that's done in the price_data object also. Understand. Thanks for your help

#

(please correct me if I'm wrong ๐Ÿ™‚ )

#

Brilliant. Thanks for your help, appreciate it.

humble hare
#

Happy to help.