#NikZB - P2P referrals
1 messages · Page 1 of 1 (latest)
Hi 👋
You basically have this correct.
You could create promotions codes that are specific to an individual Customer record
https://stripe.com/docs/api/promotion_codes/create#create_promotion_code-customer
Ok thanks.
I need the promotion code to be usable by anyone because the people using it will be brand new customers.
Yeah, that makes sense. In that case capturing it locally based on the webhook event is a good approach.