#nishantsiva
1 messages · Page 1 of 1 (latest)
You are making this search query on PaymentIntent ?
Yes, thats correct
Can you share the ID (req_xxx) of the failing API request?
https://support.stripe.com/questions/finding-the-id-for-an-api-request
According to the query you are passing, Parentheses are unsupported with the search API query
Here is the request ID: req_FCRTWg3Bvn0bhY
thanks for sharing that requestId, you can't combine queries with parentheses
you can use only AND and OR
What you are trying to achieve with this query is not supported in the search API:
https://stripe.com/docs/search
Got it. Then, how should we modify the query if parentheses are unsupported?
You achieve that logic, you need to use queries without parentheses
you can make multiple search queries instead of combining AND queries with OR
Alright, thanks for the support😀