#__rob1986__
1 messages · Page 1 of 1 (latest)
Can you share what you mean by default to a subscription product? Can you share an example price ID (price_xxx)?
so in products, when i edit one, i can add additional prices, and i can also make one a default price, what i want to be able to do is ... when the site owner decides to incease the price on a product, i want it to fire a webhook event to my site that tells it what the new default price is, and update all subscriptions in my site to that new price, which will in turn make a stripe api call and update all subscriptions in stripe to that new price, hope that made sense
basically im trying to find an near automated way to increase the price of subscriptions
If you're referring to default_price on product being updated (https://stripe.com/docs/api/products/object#product_object-default_price), then product.updated event will be sent
thats the one... thanks!
on a side note, do you know how i can easily find all past conversations in discord?
You probably can click the thread icon > search your discord user name (as the thread names are created by your user name)
ah, ok thanks