#oliviabpc-coupon
1 messages · Page 1 of 1 (latest)
On Stripe there is a customer promo code coupon or one that is not
I am assuming that when you dont click customer facing it is merchant side
My question is when it is not a customer facing one.
or is there a way to code the duration of the coupon dependent on successful payment for another product?
Promotion Codes can be entered manually by the customer straight in Checkout.
Coupons are things you control as the merchant and add yourself for example by passing https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-discounts-coupon for a given session
Okay I will look into this
Did you get this working like you need?