#Knippy

1 messages · Page 1 of 1 (latest)

next basinBOT
spark anchor
#

Also, please provide the event id so I can confirm what the issue might be.

wispy musk
#

Okay let me get the event id. I did try creating a coupon code under the promotion and it still is rejecting it

spark anchor
#

the summary is that Promotion Codes are for end customers to redeem, coupon is when you can pass a discount on the checkout creation from your end.

wispy musk
#

req_UVYKoAcOibH8Xs is the event id for the session creation

spark anchor
#

Great! I'll wait for the event id to further investigate.

#

Taking a look

wispy musk
#

promo_1McbxCAtJ1lsjLhdi9bo0cWq is the promo object im trying to use FAMDEV2023

spark anchor
#

I can confirm that your Checkout session creation is correct, allow_promotion_codes: "true" and it allows your customers to enter a promotion code. Now, looking at the promotion code.

wispy musk
#

Hmm. Okay, I have to figure out how to handle this situation then. My client has received a donation to sponsor 50 people admission to our event, so the idea was to create a 100% coupon code and give that code to the people that need the sponsorship

#

our current flow is have people select any many the tickets they want, and then that creates a checkout session based off the prices configured in the database for each admission class (adult, youth, etc).

#

okay i talked to my client, he's happy with applying a 75% off discount for sponsored families

#

thanks for the pointers

spark anchor
wispy musk
#

aren't there any plans/feature requests in your internal tracker for $0.00 checkout sessions? I know it seems like an edgecase, but there are situations where we want to process an order that way. Just to funnel it through the same settlement process with the webhooks, etc.

#

It obviously won't go through the credit card interchange; Stripe's backend would just immediately process it as a successful order

spark anchor
#

I'll share this feedback for future product reiterations, thank you.

wispy musk
#

Thank you! have a great day

spark anchor
#

You as well!

wispy musk
#

Are you aware of any way to generate a report or see a stat about a promo code on how the total $$$ savings it has rendered? So we can track when the sponsorship is fully used and we can disable to the code

#

i see we can see in the individual orders if the promocode was used, but i'm wondering if there's a single performance report or something like that so we can see like its usage in the aggregate

spark anchor