#Morio
1 messages ยท Page 1 of 1 (latest)
Hello! Yes, you can create a Subscription that does not require an initial payment for a Customer that does not have a Payment Method on file.
But this would mean we would have to create the subscription our selves with the api right?
We can't just use the checkout session creation process for this and use the stripe checkout flow ?
You can do this with Checkout: https://stripe.com/docs/payments/checkout/free-trials
What we would like to achieve is that we just use the stripe checkout session with our subscription type and if there is a 100% coupon applied the user can continue without entering card details.
If the user does not have a coupon he has to enter the CC details
I'm not sure if Checkout supports the coupon use case, but it will work with a trial period.