#Ömer Bayram
1 messages · Page 1 of 1 (latest)
👋 happy to help
you can look at the current_period_end https://stripe.com/docs/api/subscriptions/object#subscription_object-current_period_end on the subscription object which is the next cycle's period_start
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
I meant to ask about payment dates further into the future, such as a payment schedule that provides a list of each payment, including the date and amount.
if it's a monthly price, it's always going to start on the same day of the month every month and would have the same price
And if it is quarterly?
it would be the same day each 3 months