#Rupinder
1 messages · Page 1 of 1 (latest)
I have created recurring products in stripe
for that product want to update amount and billing interval
I am using curl apis
You can't directly update a price. However you can create a new price, and then update the Subscription with the new price.
This is covered here: https://stripe.com/docs/billing/subscriptions/upgrade-downgrade
but that will generate new price id
Exactly
That's the only option to update a Subscription price is to create a new price ID
Yes I already explained to you. You can't edit an existing price, you have to create a new one.