#Ben-Atlas - Coupons
1 messages ยท Page 1 of 1 (latest)
no , just the client. The server listens for the webhooks, but isn't involved in the rest of it
Okay, the docs I was/am going to link (just in case it helps) specify the coupon is applied on the server when the checkout session is created: https://stripe.com/docs/payments/checkout/discounts
Unfortuntely I'm not familiar with this plugin
OK, I've read that page. So there's no way to turn on the coupon entry field on the UI so that the user can just type in coupon code?
How the session is going to behave is configured on the server to prevent nefarious actors from tweaking it on the front-end
it's not a plugin, it was from the stripe docs about 2 years ago
I assume it's been deprecated. No problem I just wanted to check I wasn't missing anything obvious
I'm stepping away but @sleek wyvern will be around if you have further questions.
๐
thanks!
So the client only Checkout is what we call "Legacy Checkout" and unfortunately we don't support Coupon on it
I strongly recommend to switch over to our newer Checkout. Migration guide is here: https://stripe.com/docs/payments/checkout/migration
Nice, I was just about to ask about that. Thanks!
However because you are using a plugin, you could just abandon the plugin and implement a new integration
What plugin am I using? I don't remember putting a plugin in
Oh I mis-read that you use a WP plugin !?