#jacob-coupon-elements
1 messages · Page 1 of 1 (latest)
Hi, you can pass a coupon code, https://stripe.com/docs/api/subscriptions/create#create_subscription-coupon or a promotion code, https://stripe.com/docs/api/subscriptions/create#create_subscription-promotion_code when you create the Subscription on the server side. If you're looking to implement this on your client side, you'd need to handle that on your end.
gotcha ok, thank you!
Sure!