#nachofranco14-schedules
1 messages · Page 1 of 1 (latest)
hey, I think I find it!
should i retrieve the subscription_schedule and then get the subscription id from the instance?
@warm saddle it should be available in https://stripe.com/docs/api/subscription_schedules/object#subscription_schedule_object-subscription , yes
you could listen for the https://stripe.com/docs/api/events/types#event_types-subscription_schedule.updated webhook event to see when that field gets set(the subscription getting created)
coooool