#vishnu_12597
1 messages · Page 1 of 1 (latest)
Hi! Let me help you with this.
By "end" you mean renew, or ones that are being cancelled?
i mean renew
I don't think it's possible, unfortunately: https://stripe.com/docs/search#query-fields-for-subscriptions
is it automatically renew subscription on end date?
Yes, it looks like you can list subscriptions and filter by the current_period_end which is when the subscriptions will cycle or cancel https://stripe.com/docs/api/subscriptions/list#list_subscriptions-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 you can list subscriptions with a current_period_end set to today