#RON WAFFLE
1 messages · Page 1 of 1 (latest)
In other words what's the best way to manage ad-hod prices on a subscription product, rather than creating new prices over and over again
Hi, there is not a way to do this. You'd need to pass in the either the price id or the price_data: https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-line_items-price_data which creates a new price id under the hood
So a new price id would be created every time a customer checks out?
If I do it dynamically
That is correct