#varovas

1 messages · Page 1 of 1 (latest)

topaz rockBOT
worn dove
#

Hi there

#

Yep this is possible

#

Are you using Stripe Checkout?

#

Or creating Subscriptions via the API directly?

peak rover
#

We are using Laravel Cashier, so it loks like we are creating subscription with API

worn dove
#

Gotcha, you'll need to look into exactly how Cashier sets this but you basically just want to create a Subscription with either a trial period or a $0 Price

#

Then the Subscription will be created without a PaymentMethod being necessary

peak rover
#

If I will create subscription with 0 price, that subscription will last forever until user cancels it or updates it?

worn dove
#

Yes

peak rover
#

Ok, thank you