#denisjlanza-invoicing
1 messages · Page 1 of 1 (latest)
Hi there! You would want to list customers in this case: https://stripe.com/docs/api/customers/list
Then you can filter your list by metadata
Will that be a slow process if there are a lot of Customers?
I was looking at the Search API but I couldn't get that to work
Yeah asking for access to the Search API would be my next recommendation. I can't really help troubleshoot that here since it is a private feature.
Otherwise, you can search directly in the Dashbaord, but that also isn't a great solution if you need to locate a lot of customers.
Oh I see. The docs on Search API aren't very good since it's not available in .NET. You have to manually call the REST APIs