#asdfgh-promocode

1 messages · Page 1 of 1 (latest)

craggy zodiac
#

hello, you mean use a PromoCode outside of Checkout?

radiant crescent
#

Yes

#

To give a broader context

#

I am creating payment intent in my app

#

And in my own checkout screen I have a input with possibility to pass promotion code

#

I am wondering if I even should use Stripe promotion codes

#

And add webhooks that will add / update promotionCode in my own database if I am adding it directly in the Stripe dashboard

#

Or should I implement my own promotion codes logic

#

If I am not using Stripe checkout

craggy zodiac
#

yeah you can't use PromoCodes with PaymentIntents

#

they only work with Checkout

radiant crescent
#

Yes I know that

craggy zodiac
#

really the answer is to implement your own "codes"
and ultimately just reduce the PaymentIntents amount

radiant crescent
#

Okay, sounds reasonable

#

Thanks!

#

By the way

#

nvm, thank you one more time !