#Mallain23-coupons-first-invoice
1 messages · Page 1 of 1 (latest)
I think there are a couple of ways you could do that, but let me think a moment on which would be the simplest. I'll circle back in a few minutes
Sounds good
So, if you have a relatively small number of products overall, it might be easiest to just make a coupon that gets applied to the first invoice for a specific amount off (e.g. Product A for $10 has Coupon A for $9 off, then Product B for $25 has Coupon B for $24 off)
If you have a large number of different products and prices, then you might want to look into using Subscription Schedules to create a Phase that lasts the first month and costs only $1: https://stripe.com/docs/billing/subscriptions/subscription-schedules/use-cases#upgrading-subscriptions
How would the phases work? You would need to add a product that cost $1 and then in phase two change to the new product?
Exactly
You would create the initial phase with iteration=1 , then set the second phase to whatever the product/price should default to
Ok -- are those the two best options? Are there any others?
There are others, but I can't really say I'd recommend them as they're complex and prone to breaking