#kidbombay-promocode

1 messages ยท Page 1 of 1 (latest)

eager mantle
#

hello ๐Ÿ‘‹ are you encountering this as a developer of the integration, or as a customer?

zealous fjord
#

developer

#

I've set allow_promotion_codes: true,

#

and I see the field

#

but no matter what code I enter it says invalid

eager mantle
#

Did you create the promo code?

zealous fjord
#

yes

#

is there any way to see events when this happens?

eager mantle
#

can you copy that promo_123 id here?

zealous fjord
#

promo_1JXWgWBk83rQG3stJLkeyadV

eager mantle
#

Ah

#

its becuase the promo is 100% off, meaning the payment is 0, which is below the minimum charge:

Checkout does not currently support discounting a purchase below the minimum charge amount for one-time payments.

zealous fjord
#

oh what?

eager mantle
#

in the callout box at the top of that checkout discounts page

zealous fjord
#

you can't do free coupons with checkout?

#

oh only with 1 time payments? It works for subscription?

eager mantle
#

you can't have a payment for less than the minimum charge, today. we're working on this!

#

if you want to give free access, just give free access without redirecting to checkout

zealous fjord
#

right ok

eager mantle
#

for subscriptions this would be better represented as a trial to start

zealous fjord
#

does that happen with subscriptions too?

#

yes but in order to give free access I then have to make a checkout like process which was my goal in not coding checkout myself

eager mantle
#

yea that's fair

zealous fjord
#

because it's not free access to everyone, only those with codes

#

any idea when that free stuff will be done?

eager mantle
#

I've added your support to the feature request ๐Ÿ™‚

#

but no, no specific timeline i can share here

zealous fjord
#

ok thanks

#

I got it working with a non zero coupon

#

Does stripe checkout support UIs where you can choose a price?

#

IE 1 month $99/3 months $79?

eager mantle
#

the free coupon is fine for subscriptions, it basically gets treated like a trial to save payment details without a payment

#

its only one time purchases that it doesnt support currently

zealous fjord
#

ok

eager mantle
#

Not today, you'd build that before redirecting, but you can change a sub using the customer portal like that:

zealous fjord
#

I see

#

thanks for your help

eager mantle
#

np!

zealous fjord
#

If you can give feedback to the team, while stripe checkout has saved me a lot of time, it seems like in some use cases, I have to build anyway.

#

So then I might not end up using stripe checkout, if I have to build on my own to save the costs