#zeroth-subscription-portal
1 messages · Page 1 of 1 (latest)
As for the CustomerPortal we don't have any logic that can mean "this Subscription is like an installment plan and can not be canceled until the 12 renewals" if that makes sense. That's just not possible so you'll have to build part of this yourself, for example using the CustomerPortal Configuration API to disable Subscription cancellation in that specific case
zeroth-subscription-portal
thanks, so I tried the two options for end behaviour, and the cancellation works roughly as expected but i don't actually want to cancel.
the release option sounds like just what I want, but it doesn't appear to work as expected because the subscription does not show the phases that I created for the price; it only shows the trial period.
I guess it means that my use case isn't really supported, so I'll see if I can work around it by configuring the session as you suggest
end_behavior: 'release' is exactly what you want and the SubscriptionSchedule would have all the phase you need
but the CustomerPortal has no context on SubscriptionSchedules today unfortunately
this subscription was created with a subscription schedule with end behavior release.
phase 1 is a single iteration trial
phase 2 is a 12 iterations of the same price, but not in trial mode
phase 2 is not visible here
sub_1NDcLpJdX8lIDNiaz9doYuGD
I don't know much about Dashboard UI flows unfortunately. I'd recommend working directly with our support team for this instead: https://support.stripe.com/contact
ok thanks, fwiw I'm actually using the java api to create these, just using the dashboard to view the outcome