#doowire
1 messages · Page 1 of 1 (latest)
hello! it's possible to edit the price only if the Price hasn't been used yet. I'd recommend just creating a new Price
hrm, it looks like it's not possible via the API. I can do it via the Dashboard if the Price hasn't been used before
I suggest just creating a new Price
A new product entirely?
or just creating a new price and assigning it to the existing product
you can create a new Price under an existing product
Is that with the default_price parameter?
you would ue this API to create a new Price : 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.
the Product is defined in https://stripe.com/docs/api/prices/create#create_price-product
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Got it