#jayy_subscription-price-change
1 messages ยท Page 1 of 1 (latest)
๐ 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/1379962140047446218
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi ๐
You can clone all the settings and configuration from your account to the Sandbox account but only on creation. We do not currently have a mechanism to clone data between the Sandbox Account and your production account
Yeah I saw the config and settings option, was just wondering if there's a way to copy the data too ๐ฅบ
One more question, right now I have a product that's annually charged. If I am to switch it to monthly, would the users retain the same expiration until the payment is due? Or will they be credited and such?
Are you referring to a Product: https://docs.stripe.com/api/products/object or a Price: https://docs.stripe.com/api/prices/object ?
Price to be more specific.
Gotcha so what you would do is define a new Price for a given product that has a monthly billing period.
Then you would update the Subscription that relates this Price to your Customer to use the new monthly Price
The behavior is up to you
Oh awesome, thanks snufkin
We have an integration guide here: https://docs.stripe.com/billing/subscriptions/change-price
This will help you understand the different API parameters and how they affect the behavior