#andrew-samir_code

1 messages ¡ Page 1 of 1 (latest)

tall fractalBOT
#

👋 Welcome to your new thread!

⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

🔗 This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1263086692299182134

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

earnest iron
slim iron
#

req_M4feZtD1ep3qdC

earnest iron
#

Provides a list of customers that are associated with the specified test clock. The response will not include customers with test clocks if this parameter is not set.

slim iron
#

so i should pass it to the current test clock ? like that
customers = stripe.Customer.list(email=email, test_clock=<current-test-clock>) ?

earnest iron
#

Yes, this is the ID: clock_1PdUvQHJtnzEu7FhDeuMnItl

slim iron
#

shall i pass the clock id or the timestamp

earnest iron
#

The clock_xxx ID

slim iron
#

its working now
Thank you very much