#ZoiaND
1 messages ยท Page 1 of 1 (latest)
Quick clarification - when you say "during the scheduled phases" are you talking about a subscription schedule that has been created but the subscription has not yet started?
no, I start subscription and simulate scheduled phase with test clock. So during the scheduled phase I take a look to the customer portal and see no "cancel" button there
Can you share an example Subscription/Schedule ID that doesn't show the cancel button so I can take a closer look?
sub_1N5sWzFzLRjxCVbj525TTYVW
๐ give me a few minutes to take a look
Ah I missed this earlier - looks like the cancellation of Subscription Schedules is currently not possible through the customer portal at all (https://stripe.com/docs/customer-management#customer-portal-limitations)
I can flag it as feedback to the team to fix, but unfortunately there isn't really a way around that at the moment
but we could do it via api, right?
You could build a cancel button yourself in your own UI that cancels the subscription schedule, yes
or another possibility: our phase degrades subscription price to 0. If I pause subscription instead defining a schedule, can the customer cancel paused subscription in his portal?
When you say "paused" are you talking about setting pause_collection on the Subscription (https://stripe.com/docs/api/subscriptions/update#update_subscription-pause_collection)
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
yes, it was the first thought, that I could do that
Yeah those types of Subscription should still be able to be canceled through the Customer Portal