#amanda87-promocode-checkout
1 messages ยท Page 1 of 1 (latest)
Hello ๐
I am assuming that you're trying to do this using the API
You can use allow_promotion_codes property while creating a checkout session
https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-allow_promotion_codes
๐ฌ This looks like coding which I'm not too familiar with. Is there a way to toggle a switch somewhere or will I need to add code manually?
And if I need to add code, where exactly do I do that?
ah apologies
Which product are you currently using for the checkout?
Which of my products? Wonder & Doubt Mentorship Program
Sorry ๐ Which stripe product are you using to enable payments on your website?
I'm not sure. How could I find that out? I have it connected to my Squarespace site.
Ah I see. Unfortunately, I'm not sure what kind of integration squarespace has with Stripe.
I'd recommend reaching out to squarespace support to get more info
Sorry actually I realized that's not correct. I actually have customers click a button that then takes them to a Stripe link for checkout.
Oh got it. seems like you're using Payment links
Let me take a quick look
Thanks!
So you'll need to edit your payment link to enable the promo codes
On the dashboard, you can click on Payments > Payment Links > locate the product/link you want to enable promo codes for and click on ... button > edit > Under options you'll see Allow promotion codes
Awesome! That's what I needed. Thank you!