#cw

1 messages ยท Page 1 of 1 (latest)

silver oarBOT
umbral oracle
amber violet
#

ohh

#

so i can email all existing customers with a coupon code

#

and if a random dude finds the code

#

it won't work for his email?

#

also i'm not using prebuilt checkout, i'm using payment intent and elements

umbral oracle
#

To be exact, only merchant can use coupon, for customers it's promo code

amber violet
#

yes

#

lol

#

๐Ÿ˜‚

umbral oracle
#

PaymentElement doesn't accept promo code I'm afraid.

amber violet
#

๐Ÿ˜ฎ

#

it's payment intent to be exact

umbral oracle
#

OK. So you want to apply an discount on existing subscriptions am I right?

amber violet
#

yes - and old users who were subscribed but cancelled.

#

so

#

his email is still in stripe customer list

#

i want when jack to decide to come back, he has 20% off by default

#

if his email is still in the stripe customer list, the customer-specific coupon thing is still possible?

umbral oracle
#

OK. here's my suggesion

#

For old customers, you can just create a coupon for 20% and apply the discount programmatically through API.

amber violet
#

thank you.