#taylan
1 messages · Page 1 of 1 (latest)
How soon after the customer creation are you doing the search? It is currently expected that new objects take some time (less than a minute) to become searchable
So if you are doing the search immediately after, this may be expected behavior. If these customers never show up, can you give me an example of a search you are doing and a Customer that you expect to show up?
You can do that without the search API actually. The list call lets you filter by email https://stripe.com/docs/api/customers/list#list_customers-email
And the customer will become available immediately on that call
We get that having to wait isn't the best and are always working to improve, but "less than a minute" is the best we can do at the moment for the search API.