#Digtop-promo
1 messages · Page 1 of 1 (latest)
Hey, yes basically you can configure your coupons in the dashboard
Are you using Checkout?
yes i am generating checkout link via my API
my question is do i nedd change something in my method so that the coupon applies?
you just need to add the discounts when creating a Checkout Session https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-discounts
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
So it's not automatic, it needs some integration
Thanks for your time