Hi. I am using the Stripe plugin for Bubble.io. I currently have it setup so I can issue users a 100% discount code/coupon for them to use when signing up. However, I noticed that even with this coupon code added, the checkout still asks for their credit card information. Is there a way to make it so that if they do not own any money on the checkout, to not collect their credit card information? Thanks!
Just don’t process the payment workflow.
This would only be for a handfull of users, not everyone. So, most users would be paying, but there are a few that I would like to offer the free code to use.
Yea so if input free code a’s value = blowout or something update user data to receive the free thingy and terminate workflow
if due total = 0
Proceed to checkout success.
if due total > 0
Call stripe.