#やまだ えしら
1 messages · Page 1 of 1 (latest)
Hi there, it's explained in the API reference https://stripe.com/docs/api/subscription_schedules/update#update_subscription_schedule-phases-proration_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.
Thank you very much ☺️
So, if I want to make sure proration_behavior is none when updating SubscriptionSchedule, should I set none on both?
So you don't want proration even when transitioning to the phase?
Yes.
I am currently updating the SubscriptionSchedule with proration_behavior = none for phase only, but I am having trouble with proration being created sometimes.
So I was wondering if the proration_behavier of not only the phase but also the SubscriptionSchedule itself should be none.
OK, then you can set none to both schedule level and phases
Ok! Thank you 🙂