#boggerrss
1 messages · Page 1 of 1 (latest)
You may refer to the alternative discount method for Subscription here: https://stripe.com/docs/billing/subscriptions/coupons#alternative
For payment intent integration, it doesn't require price to be set. You can set the final amount in amount field directly: https://stripe.com/docs/api/payment_intents/create#create_payment_intent-amount
Great thank you, the second one should have been obvious to me 😄
Just one more question, can I apply multiple coupons to a subscription.
For example a one time discount for the initial payment and then say 10% off the recurring after that
Only one coupon can be set at a time.
For example a one time discount for the initial payment and then say 10% off the recurring after that
It can be done! For example, when you create the subscription, apply one-time coupon. From second months and onwards, then apply 10% off coupon
So update the coupon applied after the initial payment has gone through essentially ?
Yes, you're right!
Perfect thanks !