#msevestre

1 messages · Page 1 of 1 (latest)

arctic ravineBOT
south ravine
#

I don't think you can create a Checkout Session without accepting details for a Payment Method. What would be the point of the Checkout Session in this case?

pearl flare
#

Well there is a coupon code. If the user does not enter anything, he pays the full price

#

but if the user happens to have a coupon code that gives him a 100% price reduction

#

then I just want the user to be able to click ok without entering CC

south ravine
#

Right, but what is the desired outcome in that case? Would you want them to click a button that just redirects them back to your applicaiton?

pearl flare
#

I want the checkout process to go as normal so that the webhook is being called

#

and I am notified of the payment. So basically all the same, only the user does not have to enter CC info because the price to pay is 0

#

We are dealing with a subscription based model where user are given token that can reduce their subscriptions. And for some users, the subscription will be free if they have the right token

south ravine
#

AH, okay. So that's unfortunately not possible with Checkout. You'd still have to collect payment details for $0 payments in this case