#Maxime Beaudry
1 messages · Page 1 of 1 (latest)
Hello! First I want to mention our documentation for backdating Subscriptions here as it's tailored to your situation: https://stripe.com/docs/billing/subscriptions/backdating
For the question about the pricing, it sounds like you would want to create a $25 Price alongside the $20 Price under the same Product in Stripe, and use the appropriate Price for a given Subscription.
Thanks. I already had a look at that backdating documentation and it is quite useful.
In my example, I may have oversimplified. I said that my old price was $25 but in fact it was more chaotic than that. We probably have something like 50 different price points in our old billing system 🤦♂️ . So creating new price objects in advance may be hard to do but I will have a look at that option.
Do you see any other option?
You can also apply a discount to the Subscription if that's easier or makes more sense for your use case.
So I would need to create coupons dynamically and assign these coupons to the Stripe subscriptions?
Yep.
And what do you think about the option of creating unique prices using this?
https://stripe.com/docs/api/subscriptions/create#create_subscription-items-price_data
I think creating unique Prices is best if it reflects reality. What I mean is, if you have 50 different prices you're charging, create 50 different Price objects to represent them.