#AlexElba
1 messages · Page 1 of 1 (latest)
So they have Coaching Service, with promotion set your own price
they are looking about 1000 people to join
so I can create a Product Lets Say Class 2023
when create subscription I need to set a price
Now Product Has over 400 different prices
what will be better way to do
this
I understand. You can use items.price_data to create dynamic prices on the fly: https://stripe.com/docs/api/subscriptions/create#create_subscription-items-price_data
But if you want customers to set their own price you can also look here: https://stripe.com/docs/payments/checkout/pay-what-you-want
if I do so, will it be the same, One product with 100s of prices?
I don't think that these Price objects are saved, but please check.
FWIW this doesn't support recurring payments currently