#Debanjan-pi-search
1 messages · Page 1 of 1 (latest)
Hey! Are you based in India? Search API is not currently available there: https://stripe.com/docs/search#regional-availability
What parameters are you able to use to find the data you need? Just metadata?
No I will be searching by customer id
Like there is an user having their customer id , If they want to check their payment intents , In my backend I want to send the response of all payment intents related to that particular customer id
You can pass the customer parameter to the list endpoint: https://stripe.com/docs/api/payment_intents/list#list_payment_intents-customer
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
No need for the Search API
Thank you for the response , I am checking it and getting back to you
omg , F to me. I had tried this but I just totally ignored the customer field is there in parameters , I was always looking more parameters
Thank you ❤️
yea its working perfectly
Excellent!
Yep! That's required by Stripe.js when confirming client-side