#kelly_charges-list-request

1 messages · Page 1 of 1 (latest)

waxen thornBOT
#

👋 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.

gusty axle
#

Hi,

slim moat
#

Hi there

#

can you give me the output of that GET request?

gusty axle
#

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?

slim moat
#

The output of the GET request. Can you ask your developer for that?

gusty axle
#

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?

slim moat
#

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

gusty axle
#

That makes sense. So even if I provide you the request ID, you would still need GET request?

slim moat
#

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

gusty axle
#

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

slim moat
#

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

waxen thornBOT
manic karma
#

HI 👋

I'm stepping in as my colleague needs to go

#

I took a look at the requests you provided and I can see in our logs that we returned 10 charge objects each time

#

Can you clarify exactly what you are seeing when you say these requests are only returning the latest charge?