#alphatings
1 messages · Page 1 of 1 (latest)
Hello! That should be possible using Subscription Schedules (https://stripe.com/docs/billing/subscriptions/subscription-schedules)
I'd recommend reading through that doc to get a general understanding of how they work, and for your use case you'd want somethign like this:
- first phase would be the 30 day trial
- second phase would be from trial end to the the first of the month
- and then after that the schedule can be released
Will read up on it, much appreciated!
Another quick question @burnt geode, do i have to create a payment intent or does the subscription handle that automatically? Plan on using React Stripe Elements on the front end to associate the card with the customer, do I need to do anything to facilitate the card to the subscription tho?