#sai_rez
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
Is that a property on the subscription or customer object?
The test clock property? Both customer and subscription objects have a property for it
Oh sorry I meant where can I find the renewal date?
For e.g. if I have added a monthly subscription to my test clock customer, when I fast forward to the same day next month nothing happens
That will be on the subscription. Specifically current_period_end 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.
So If I fast forward past this timestamp an invoice would be generated?
Yes
Awesome thanks, it worked!