#alexander314 - Price Updates
1 messages · Page 1 of 1 (latest)
Hello! What you're seeing is expected, you cannot update the amount of a Price after it's been created. You can see in the API reference there's no unit_amount property listed on the update Price endpoint: https://stripe.com/docs/api/prices/update
If you need to charge a different amount you should create a new Price and potentially archive this one by setting active to false if you no longer want to use this one.