#Devi
1 messages · Page 1 of 1 (latest)
What do you want to update specifically? Is it amount of the price?
yes, i need to change the subscription price
If you're referring to Price object (price_xxx), updating the amount on the Price is not allowed. You could only create a new Price with new amount.
If you're referring to updating the Price on the Subscription (sub_xxx), it can be done with Subscription API: https://stripe.com/docs/billing/subscriptions/upgrade-downgrade#changing
this price need to update
You can go to the top right corner of the subscription page and click Actions button to Update the subscription
After that, you can click on the three dots (...) to Remove product and click Add product to choose the new price
You can't amend the amount directly. You'd need to create a new price amount on a product, then choose it accordingly