#theculturedone
1 messages ยท Page 1 of 1 (latest)
I mostly want to know the next invoice date
Hi ๐ I'm not quite sure I'm grasping the question, so please let me know if it seems I've misunderstood.
Subscription objects have current_period_end and current_period_start values that can be used to determine when the current billing period started and when it will end, is that what you're looking for?
https://stripe.com/docs/api/subscriptions/object#subscription_object-current_period_end
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
okay
and will this account of for example a subscription starting on the 31st
and months that have less than 30 days
Yes
You can use test clocks to quickly run Subscriptions through their lifecycle into the future, so you can test and ensure you're seeing what you expect
https://stripe.com/docs/billing/testing/test-clocks