#eirik-subscription-cancel
1 messages · Page 1 of 1 (latest)
@fallen bronze users (which we call Customers in this case) can
grrr damn keyboard
users (which we call Customers in this case) can't cancel Subscriptions on their own no. You have to either enable the CustomerPortal and link them to it or write code to offer canceling a Subscription
And the proration behaviour is up to you, see https://stripe.com/docs/api/subscriptions/cancel#cancel_subscription-prorate for example
But we usually recommend keeping the Subscription active until the end of the current period
Great--thank you!