#davidbowman-free-subscriptions
1 messages ยท Page 1 of 1 (latest)
Hey there! Just trying to test something out quick.
You can't apply discounts that drop the price below the minimum charge, but i can't recall if this covers $0 prices.
https://stripe.com/docs/payments/checkout/discounts
For those you might want to just skip checkout, though, since you don't need a payment method
Unless you wanted to collect a payment method for later, in which case you could use setup mode.
but as i said, testing this ๐
Works fine for $0 prices ๐
@slow socket Hey there, thanks for helping me out! The use case here is we have international users who want to create an account but don't have a valid credit card. Can we create "free" plans that don't require credit card entry?
We've considered free trials but the downside is that those have an expiration date.
We're a non profit so our use case is a bit unique.
Sure! You can just create subscriptions for those plans directly, without Checkout, too.
Using Checkout will require a credit card, even though no payment is taken
But you can skip the payment method collection for a subscription with a free plan
If you create it directly via the API, rather than using Checkout
Ok, so checkout requires a credit card entry in all situations?
or some payment method, yes (not necessarily a card)