#jarcher0679_api

1 messages · Page 1 of 1 (latest)

cinder garnetBOT
#

👋 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/1285396393212776499

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

tacit marten
#

Really I just want to know how I can update the price of a subscription (that's set to $0) while maintaining the billing cycle of the subscription.

Example:
Subscription purchased for $0 on Sept 15, next billing cycle October 15
On sept 16, update price of subscription to be $10/mo
On October 15, billed $10

void mulch
#

I'm checking where the billing cycle anchor got changed

tacit marten
void mulch
#

This behavior is expected.

https://docs.stripe.com/billing/subscriptions/upgrade-downgrade#handling-zero-amount-prices-and-quantities

f you’ve subscribed a customer to a zero-amount price (for example, as a trial), changing the price to a non-zero amount generates an invoice and resets the billing period to the date of the change.

When updating the price from $0 to non-$0, the billing cycle will be reset

Learn how to upgrade and downgrade subscriptions by changing the price.

tacit marten
#

thanks @void mulch

What do you think I shoud do to build the behavior I expect?

#

old price $0, new price $150, same billing cycle anchor