#nimiye
1 messages · Page 1 of 1 (latest)
Hey there
Hmm so you want to provide your Product for free and you are using Stripe Checkout, correct?
Yep - some customers have prepaid via a different method (think large group payments) and we need to give them access to the product
I'd just not redirect to Checkout at all then
And just provision them your Product
Is the issue that you want to collect certain info via Checkout?
Like email/name for instance?
Issue is that the use case doesn't come up a lot and we don't want to have to build out another user flow for these edge cases
Yeah you are going to need to have some sort of flow here or just charge the minimum amount. You could just use setup mode as well which will just collect a Payment Method and details but not charge at all
Otherwise I just wouldn't redirect to Checkout at all
If we used the setup mode and collected the payment method, would we need to do a trial or how would that work via checkout to not charge them
Nope you don't have to do anything
All it will do is create a Customer and attach a Payment Method to that Customer
You can test it pretty easily
Okay, thank you!