#johnw_code
1 messages ¡ Page 1 of 1 (latest)
đ 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/1407639503073710083
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
hi there!
can you share the request ID (req_xxx) witht his issue? you can find it here https://dashboard.stripe.com/test/logs
I'm running sandboxes at the moment. The calls I've made don't seem to appear in the logs, but I've been making them for the lasy hour or so. Is https://dashboard.stripe.com/test/workbench/logs the correct place to look?
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
this seem to be a GET request, so make sure to enable GET here:
Just found them and the calls show:
{
"created": {
"gte":
"1751292000",
"lt":
"1753970400",
},
"limit":
"4",
"starting_after":
"cus_SdIgn0QybPbtvx"
,
}
can you share the request ID (req_xxx)?
well you did set limit: "4" correctly. and we returned 3 customers (because only 3 matched your query).
so everything worked as expected. what's the issue?