#FyreXIV-Subscription
1 messages · Page 1 of 1 (latest)
Hello there, so you want to cancel the subscription after trial without charging the user?
yes
When do you exactly want to cancel it? right before the ending of trial?
yes
https://stripe.com/docs/billing/subscriptions/subscription-schedules#using-trials you can subscription schedule to do it. Basically set the value of trial_end to the same time as the end_date of the phase, and end_behavior to cancel.