#secretsquirrel
1 messages · Page 1 of 1 (latest)
Hello! Yes this is possible - are you using Checkout? Or are you using Subscriptions directly?
I think we're using the Payment Element actually. Is it possible to set up subscriptions with the element?
Yeah so if you're using PaymentElement that means you're creating the Subscriptions directly
And so you should be able to just create the Subscription w/ the free product without having any PaymentMethod
And you'd need code on your end to hide the PAymentElement since you don't need to collect payment details
Understood, thanks!
And if we switched to doing Checkout, would we use the "payment_method_collection" param with a value of "if_required"?
That is correct! It's documented here: https://stripe.com/docs/payments/checkout/free-trials
Thank you!