#bhavin.jagad
1 messages · Page 1 of 1 (latest)
Prices are largely immutable once created so you just need to create a new one
So How can I subscription amount ? Do I need to update product's price?
Will it reflected to all recurring subscribers?
You'd create a new Price and then update the Subscription(s) to use the new price_xxx ID: https://stripe.com/docs/billing/subscriptions/upgrade-downgrade
Do I need to update subscription pricing for all customers?
You'd do the above for all the active subscriptions you want to change the price on yes
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Do you have a question?
np!