#mmmmjjjj-search
1 messages · Page 1 of 1 (latest)
Hi 👋 I don't think is related to the API version, but rather is caused by the user of a version of our client library that didn't have support for this endpoint included yet. Can you confirm what version of our library you're currently using?
it's stripe = "==2.55.0"
Gotcha, you'll need to update your client library then. Support for the Search API was added to our Python library in version 2.69.0:
https://github.com/stripe/stripe-python/releases/tag/v2.69.0
Thank you so much
Happy to help!
Sorry Toby, I have 1 more question.
@jagged crown Can I do some search like a query in stripe.Subscription.list()
No, only the Search endpoints will accept a query.
Do you have any recommendation if I would ilke to query some subscriptions which active status and automatic tax enabled
Using the Subscription Search endpoint seems like the right approach for that. This doc talks more about writing queries.
https://stripe.com/docs/search#search-query-language
I can't do anything eaiser by 2.55.0 version. Is it correct?