#igmontero - free subscriptions
1 messages ยท Page 1 of 1 (latest)
Hello! Just starting a thread for you -- I'll review and respond as soon as I can ๐
1/ Yep! You can have Prices with zero amounts to offer free subscriptions (without use a trial, which is another option)
2/ You should review our pricing models guide -- we have support for exactly this kind of tiered pricing driven automatically by the quantity you set:
https://stripe.com/docs/products-prices/pricing-models#tiered-pricing
Excellent @runic void . As far as 1; is it enough to just put the price as 0?
And for 2, I'll review the doc and let you know if I need anything
is it enough to just put the price as 0
Yes - assuming you mean creating a price or providing validprice_datawith theunit_amount=0
(you can't just send price=0)
Ahh okay, yeah I meant sending price=0
Wait, actually I'm setting the price like this. With "amount"
That's using the older Plans api, but works the same way.
Should be able to send zero there, yes
๐ thank you
NP!