#mamadouly
1 messages · Page 1 of 1 (latest)
It is not possible to update a Price that has already been used.
Instead you can create a new Price associated with your existing Product.
https://stripe.com/docs/api/prices/create
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Hello,
Currently we are creating a new product and put new prices (which changes depending on the customers and subscription duration). How can we automate the price change without modifying the file of each customer (we have about 400 customers).
Can you elaborate on what you're referring to when you reference the "file of each customer"?
If you're referring to changing the Price that is currently being used by active Subscriptions, then that is not something that can be done automatically. You will need to make an update request for each Subscription where you want to change the price.
I meant customer card.
Currently we have 3 subscriptions (with monthly, annual, and discounted prices).
From April 1, 2023, we will increase our pricing but we don't know how to automate this change on April 1, 2023 without updating each customer record.