I'm working with a client that wants to create 100% off a subscription coupon codes. They don't want users to have to enter a credit card if they have one of these coupon codes. Is this possible in Stripe?
I'm using Laravel Spark and it appears that Stripe responds saying payment details are missing when a user tries to enter a coupon without CC information.
I know I can create a workaround e.g create non stripe coupons and bypass Stripe and sign a user up to a plan.
If I can get away without having to get an additional budget to build a second coupon code system that would be great!
Cheers