#johannes_api
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/1326155283696979968
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Can you share the ID (req_xxx) of the API request? https://support.stripe.com/questions/finding-the-id-for-an-api-request
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
hold on, i will share it
req_NglFkTQe74PEwI
interestingly:
req_pCA2xViNNZ9yrn - this is from my local script where the same method works so might this be a problem with the acacia 2024 api version?
hi! I'm taking over this thread.
I would need the request ID of the failed request to be able to compate
as I can tell the only thing that differs is the api version, this is thefirst req from my local script req_jUVHfZXKGBuBOz
req_NglFkTQe74PEwI
this is the one from the failed request
but this request suceeded, there's no error. or maybe you meant that the reponse didn't contain what you expected?
it fails to contain, what i receive with the different api version
it fails to contain
can you clarify what that means? I see that req_NglFkTQe74PEwI is a sucessful request that returned a 200 response
ah it also fails with setting the old api version in the google cloud function right here: req_0V2ilnyosfhCon
yeah but empty content
it has to do with the expansion of the objects or so
there should be many disputes while in fact none get returned - my local script as well as my gc function if they receive the first 100 they also get the next 100 etc till no more are left
really weird error in my opinion
i will check if i can reproduce this error locally, if so it is error in api i think
yeah but empty content
got it, but it's not an API error.
there should be many disputes while in fact none get returned
I don't think so. you set:
created: {
gte: "1754006400",
lte: "1756684799"
},
which means you are trying to retrieve Disputes created at the end of 2025.