#lafafm
1 messages · Page 1 of 1 (latest)
👋 Not sure as I haven't tested this myself really.
You could technically listen for the webhook event where the schedule moves on to the next phase and then call the API to release the subscription manually
https://stripe.com/docs/billing/subscriptions/subscription-schedules/use-cases#releasing-subscription
I don't know if there's a way to do this using phases though.
Have you attempted to test this already? If not, I'd recommend doing that
Testing it at the moment
Have in mind a possibility of doing it via webhook, but thinking of some better way
Theoretically have in mind another thing to test - by setting end_date of phase to +1 second of the phase start
So it would be released immediately
But though you may give something more appropriate
Theoretically have in mind another thing to test - by setting end_date of phase to +1 second of the phase start
This could work but would recommend testing it out to be 100% certain