#riprock_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/1386856037117853868
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- riprock_code, 37 minutes ago, 25 messages
req_BnlGFRT8qQExw5
that looks like it's a call to POST /v1/invoices/in_1RcurWHIgYnqm5gCMj2aX5Vs/finalize and isn't expanding on anything, are you sure that's the right request? this was also initiated from the dashboard
that looks like the same request ID
req_Xm8urbCauuMofC
Hi! I am stepping in for my colleague. Give me a moment to catch up!
All good Sam!
Thanks for waiting! We don't have a parameter charges which is why you are not getting any charges. You will need to use latest_charge (https://docs.stripe.com/api/payment_intents/object#payment_intent_object-latest_charge).
Can I check why you would like to retrieve all the charges since they were not successful?
My client wants that
Sorry for the delay @misty vapor. My client wants to see the information about past charges that failed
I do see charges object in this json data from the inspector. Thats why I thought I could expand on it
I'm checking if there is a way to retrieve those charges and expand them. Give me a moment!
Not a problem! Would it be wrong to assume that everything I see in the inspector can be accessed?
You will need to refer to the API docs to see which specific parameters can be expanded. Regarding listing all the charges, unfortunately that is not possible.
So only the most recent carge is able to be listed?
Yeap...
Understood