#lucasnguyen1707
1 messages · Page 1 of 1 (latest)
Yes
Well you can either set cancel_at to a timestamp that equates to n billing cycles, or use a schedule: https://stripe.com/docs/billing/subscriptions/subscription-schedules/use-cases#installment-plans
Thanks, lemme check it
Hi! I'm taking over this thread. Let me know if you have other questions.
Hi , for Installment plans
the end_behavior mean will end the subscription at the end of period or once the last charge success it will end the subscription?
Are you talking about this parameter? https://stripe.com/docs/api/subscriptions/object#subscription_object-trial_settings-end_behavior
I asking this param:
https://stripe.com/docs/api/subscription_schedules/create#create_subscription_schedule-end_behavior
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Not sure, give me a few minutes to run some tests.
Sorry for the delay, but Discord is too busy
I guess what will happen is: a new Invoice will be created and at the same time the Subscription cancelled.
But the best way to make sure would be to actually tests this in test mode, but I don't have the time.
You could do this yourself with Test Clocks: https://stripe.com/docs/billing/testing/test-clocks
Thanks for helping, I will check it by own flow for sure