#alexspenny-coupon-%off
1 messages · Page 1 of 1 (latest)
I believe you can create a custom coupon for % off and apply it to that specific subscription OR customer object
https://stripe.com/docs/billing/subscriptions/coupons#create-a-coupon
https://stripe.com/docs/billing/subscriptions/coupons#discount-subscriptions
https://stripe.com/docs/billing/subscriptions/coupons#discount-customers
You'd need to verify the membership number and email on your application end, that's not something stripe would be able to do
alexspenny-coupon-%off
Thanks 🙂 And then I guess if we're to verify whether the membership number and email is active in our partners database, we would need an api call to their database to verify
Correct
Thanks Hanzo!