#Suren
1 messages · Page 1 of 1 (latest)
Hi 👋 yes, event types like customer.subscription.updated will contain the associated Subscription object, allowing you to reference the Subscription's status parameter.
However, proration_behavior is not a persistent configuration for a Subscription. Instead it is a parameter that controls the proration behavior for the specific update request that is being made.
So if you make a request to update a Subscription and the only parameter that is provided is proration_behavior: 'none', then nothing will happen.
No there are have multiple parameter ! and after update subscription stripe webhook is requested subscription.update
I used proration_behavior: 'none' because me need updated new subscription after end current subscription period
but when I received subscription.update webhook there is not information about next subscription period
I'm sorry, I'm not sure I'm understanding the concern.
Subscription objects only contain information about their current billing period, they do not have or show any details about future billing periods.
How can I get this info?
What information about the next billing period are you looking for? As toby noted, that isn't present on the subscription itself, but you may be able to get some of this info otherwise
Yes currently I have product with 2 price the first is monthly subscription and the second is yearly and I'd like to know about next subscription billing period
Ah is this with a subscription schedule?