#Karan28-sub-next-pay-date
1 messages · Page 1 of 1 (latest)
You'd get that from the related Subscription object: https://stripe.com/docs/api/subscriptions/object#subscription_object-billing_cycle_anchor
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Karan28-sub-next-pay-date
But on successfull invoice.paid, billing_cycle_anchor didn't changed
Can you please tell me how will that change and when ?
Can you share the evt_xxx ID of a customer.subscription.updated event that fired after the Invoice was paid?
evt_1LfJQHSDKDxgNBOJE3538H4Z
last event where status becomes ACTIVE
No event was fired after, it was was fired before that
And changed attribute is ONLY STATUS
Sorry, current_period_end
That's the timestamp of the end of the current period, and billing will follow just after that (~1 hour or so)
okay