#JoaoVitor
1 messages · Page 1 of 1 (latest)
@wet ginkgo I've created a thread for you two to converse in until I'm able to wrap up the threads I'm handling currently.
Ok thanks!
So again in the thread:
I guess you could list all customers (https://stripe.com/docs/api/customers/list) and filter it as you wish.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Thank you @wet ginkgo for helping here!
As mentioned, you can retrieve a Customer by it's ID, you can list all of your Customers and then step through the results (using filters to reduce the number of results returned), or you can try using our newer Search API to perform a search for Customer records:
https://stripe.com/docs/api/customers/search
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.