#sagarsoni-search-api
1 messages · Page 1 of 1 (latest)
Hey! Ideally you'd use the Search API: https://stripe.com/docs/search-api
Although currently in beta, but you can request access!
It says "We're no longer onboarding new beta users at this time". Can you please help with this?
I can't, but you could contact support: https://support.stripe.com/contact
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
Thanks, any other way to do this? Is there any API that returns all the subscription objects?
Sure, use the list endpoint and filter yourself: https://stripe.com/docs/api/subscriptions/list
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Thanks a lot