#kelly_charges-list-request
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/1384571078604754957
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi,
Unfortunately, I don’t have one myself, as I’m speaking on behalf of my developer who is experiencing a language barrier.
We’re trying to understand why this is happening, as we’re able to retrieve all other information without any issues but this specific request is the only one returning incomplete results.
To help identify the potential issue, could you let me know what specific information you need from me?
The output of the GET request. Can you ask your developer for that?
I’ll be able to check on that in a couple of hours. Would it be okay if I get back to you once I have the information?
Yes. Likely we'll close the thread for inactivity but you can open a new one and we will have access to a transcript of the first chat.
The issue is that Stripe does not store api responses to successful GET requests, so I can't inspect what exactly we did we return to this request to list charges for a particular customer. It may be helpful to know what we sent in response to this request
That makes sense. So even if I provide you the request ID, you would still need GET request?
We'd like to see the response to the get request. The request you shared with me asks Stripe to give you all the Charge objects associated with a particular Customer object. What I'm asking is to see exactly what Stripe sent you in return
I do see numerous succesful charges for this Customer, however, and I would expect that these would be included in a request to list Charges for the Customer. Here are some examples:
ch_3Rb2RSIhAzWk46f71VsNtGHU
ch_3RZKEsIhAzWk46f71g5quofN
ch_3RYCZwIhAzWk46f728VMfFpS
ch_3RX8VTIhAzWk46f70aUMAC2P
I see that it looks like your developer re-ran the request here:
https://dashboard.stripe.com/logs/req_HDoW9Ln8XwdZoz
It would be great to confirm if the results of that request are the same as the previous example, req_Zpw7AvS6T5JZmf
so does it mean that we need to request all successful lists of charges?
when we are trying to request it, do we need to add all these four lists withint the request body?
ch_3Rb2RSIhAzWk46f71VsNtGHU
ch_3RZKEsIhAzWk46f71g5quofN
ch_3RYCZwIhAzWk46f728VMfFpS
ch_3RX8VTIhAzWk46f70aUMAC2P
Those aren't lists, those are Charge objects that belong to cus_SLbpPK1UtjMZLO. I was confirming that there are existing Charges for the Customer. The request you shared should retrieve all Charges that belong to cus_SLbpPK1UtjMZLO