#blank0000
1 messages · Page 1 of 1 (latest)
it seems the Expiry for a promotion code only restricts when the code can be applied, not for how long it stays "active" on a customer? Is this correct?
Yes
Is there any method within Stripe to remove a discount after a certain period, or is it necessary for us to explicitly schedule a task to remove it later?
Your system should use Subscription Schedule to remove the discount in this case.
Does that require adding the discount to the subscription, not the customer?
Yup! The discount should be added to the subscription itself
Okay awesome, thank you!