#msevestre
1 messages · Page 1 of 1 (latest)
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?
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
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?
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
AH, okay. So that's unfortunately not possible with Checkout. You'd still have to collect payment details for $0 payments in this case