#nerdybob432_api
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1341657942583410700
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
https://docs.stripe.com/api/subscription_schedules/create?lang=node#create_subscription_schedule-from_subscription You can use this param to create a subscription schedule from an existing subscription.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Hi jack i did this already but if i take 3 iterations with end_behavior release the customer can still cancel the subscription in the customer portal
within the 3 months
my question is if I can lock the cancellation process somehow
https://docs.stripe.com/api/customer_portal/configurations/create?lang=node#create_portal_configuration-features-subscription_cancel Did you enable features.subscription_cancel in your portal configuration?
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 I did. Is it the only way to make the subscription uncancelable? Because after 3 iterations its fine if the user wans to cancel
If your primary objective is to prevent your customers from cancelling subscriptions via Billing portal, you shouldn't enable features.subscription_cancel
okay thats the only way to manage it?
Yes you are right