#mrcoles
1 messages · Page 1 of 1 (latest)
That route could work. There may be some more nuanced differences to creating Subscription Schedules that require you to deviate a bit from the docs you listed (e.g., this guide https://stripe.com/docs/billing/subscriptions/build-subscriptions?ui=elements) but creating a Subscription Schedule does indeed also create a Subscription, so that part should be okay
@grim agate thx! Can you share any more on what nuances I should expect or any other standard ways to think about SubscriptionSchedules? Is the main thing that the first subscription on this schedule may not have a latest_invoice.payment_intent yet, and I need to also check for a pending_setup_intent?