#varovas
1 messages · Page 1 of 1 (latest)
Hi there
Yep this is possible
Are you using Stripe Checkout?
Or creating Subscriptions via the API directly?
We are using Laravel Cashier, so it loks like we are creating subscription with API
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
If I will create subscription with 0 price, that subscription will last forever until user cancels it or updates it?
Yes
Ok, thank you