#blinkdaffer
1 messages · Page 1 of 1 (latest)
Hi there, sorry for the delay!
Your approach to canceling a subscription will heavily depend on what you'd like the customer experience to look like.
If you want to cancel a subscription at the end of a billing cycle, you want to make a subscription update instead: https://stripe.com/docs/api/subscriptions/update#update_subscription-cancel_at_period_end
If you want to cancel a subscription immediately, you can decide how to handle any prorations: https://stripe.com/docs/api/subscriptions/cancel