#greggles-price-update
1 messages · Page 1 of 1 (latest)
greggles-price-update
You can not change an existing Price's unit_amount. You can add new currencies in currency_options, yes. You can not change an existing currency_options for a spcific currency that already exists though
So you can createa. $100 USD Price but can't change it to $120 USD. You can update that price to add a currency_options for 100€. After that you can't change that 100€ to 105€ for example but you can add a new version for $150 CAD, etc.
Does that make sense? You can test all of this in Test mode using the https://docs.stripe.com/api/prices/update API
That all makes perfect sense. Thank you for the explanation.