#lior5959

1 messages · Page 1 of 1 (latest)

fresh ridgeBOT
solemn lava
#
  1. It would be no other than looping Customer and Update them with the coupon, AFAIK
  2. You can ensure the coupon only applies once max_redemptions = 1
  3. As above!
odd loom
#
  1. I don't know the number of customers that will redeem the coupon in advanced as during the period new customers will join our app
solemn lava
#

How will they be charged? Via a Checkout Session?

odd loom
#

Yes (and we don't want to use the promotion code feature)

solemn lava
odd loom
#

Correct. But I want to show the user that he already has a discount before the session.

Orakaro - So from my understanding, the basic why is to run over all our customers and apply the coupon and then by the end of the period to run again over all customers and remove the coupon.

There is no some generic configuration of set coupon for all current and new customers

solemn lava
#

I am a bit confused. You can show your customer that he already has a discount, then on the steps of creating Checkout Session, you can specify the Coupon Id there, corresponding to what you have told them

#

What's not working with this approach?

odd loom
#

Before a checkout session is initiated, we show the user a pricing table in several steps in his user journey. The prices of the pricing table are affected by a discount of a coupon in case the user has one. We assume that presenting the price with a discount to the user before the checkout session will increase the chances to buy a plan

solemn lava
#

Yes sure, then after showing the pricing table, you can create a coupon and set it in the Checkout Session

odd loom
#

Got you. Many thanks!