#shah_80546
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- shah_80546, 1 day ago, 16 messages
- shah_80546, 1 day ago, 55 messages
Hi 👋 I'm not quite sure I'm understanding, so please let me know if this answer seems off, but I think you're looking for the test_clock parameter that you have to provide when trying to list Customers that belong to a Test Clock.
https://stripe.com/docs/api/customers/list#list_customers-test_clock
Customers that are part of a Test Clock are omitted from list requests otherwise.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
can i include them in api response by any way ?
The Test Clock ID? and which API response?
list all customer api what i need to pass retrive customer api request to retrive test clock customer too
I do not understand what that means
Can you share the ID of requests that you tried that ran into errors? That might help me better understand what you're trying to accomplish and what problems you're running into.
i am invoking this stripe api await stripe.customers.list(); ...when i receive response i do not see customer for which i have run test simulation, so i see that customer in dashboard curretly is says "Current simulation time:
March 2, 2024" , now question how to i get that customer details in above api since after running this test clock i am not able to retreive this customer ?
that ok found a way out