#stephensp_api
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/1417413077023981578
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hello! do give me some time to take a look at th
Thanks for waiting! Can you share with me the previously created meter price ID?
It should have the prefix price_xxx
Prices on legacy meter
price_1Q0OQ2F2jJbMDGEMC4z2GkHF
price_1Q0OOzF2jJbMDGEMKFmr8Fku
Price on newly created meter
price_1S3HkPF2jJbMDGEM4LNLrSZQ
hey! Teddy's colleague here
I'm just taking a look and getting caught up on this thread
Thanks!
looks like the first two Prices you shared are using the legacy version that doesn't have an associated meter object
to switch customers that are subscribed to these prices to the current version of usage-based billing, we recommend following this guide: https://docs.stripe.com/billing/subscriptions/usage-based-legacy/migration-guide
are you able to share a screenshot of the message you're getting in the dashboard?
So if im reading that guide correctly, there is no way to update the exisiting products usage meter, a duplicate product has to be created and customers migrated to it?
yes that's correct, a new Price needs to be created which uses the current version of meters
is it possible to migrate users from the dashboard from the current price to the new price? or does it have to be done programatically?
you could do this through the dashboard one-by-one by updating each customer's subscription, but the only way to do this in bulk is to write a script to do so programmatically