#Atish
1 messages · Page 1 of 1 (latest)
Hi there
So coupons are the discount codes that you control as the merchant and apply to a customer's payment if you want to. Promo codes are the discount codes that you provide to your customer so that they can apply a discount to their payment.
You can control things about the coupon and the promo code when you create them, like how many redemptions can take place
And yes, a customer can apply promo codes to a Checkout Session if you set allow_promo_codes: true when creating the Session
So coupons can't be used by our customers, so I need to focus on promotion codes only
Mostly yes
Also, is there any way I can configure in a product or price, or may be promo codes that will give 100% off for first 100 users?
To create a promotion code, we must create a coupon?
Yep when you create a promo code you can set mas_redemptions - https://stripe.com/docs/api/promotion_codes/create#create_promotion_code-max_redemptions
yes
Promo codes are associated with coupons