#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/1295650362664947723
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hmm, the request that you shared is about setupIntent confirmation, and I don't see how it relates to disputes
I could not use the right related Request ID, we are big company and the logs get flooded with other stuff
I can also execute my cloud function right now again and then get the request Ids, as those are multiple if you want so, it is just the disputes endpoint
Sure, share the request ID here when it's ready
Okay, req_fUVOPkpz58roEE,
req_tGJuIDqEumRAuG,req_o1HIhWl6WVLYM8,req_jLksU8ODoqodIP these are just a few of them, they basically are all similar they just use different page ids for the disputes endpoint, as I need all disputes for one month
Do you have dispute ID that I can take a look at?
And also tell me what information that you want to get but you didn't find in the API response.
For sure: du_1Q4lLkBedPgr0Zv2cPIdH1W4 - I need these: charge created utc, charge amount, charge currency, charge id, card fingerprint, card funding, has evidence, amount refunded, visa compelling evidence 3 status
https://docs.stripe.com/api/disputes/object?lang=curl#dispute_object-charge you can get the charge ID from the dispute object, and use it to retrieve the charge object
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
The information that you are looking for is in the charge object
https://docs.stripe.com/api/disputes/object?lang=curl#dispute_object-evidence_details and here is where you can get the evidence details
Okay, thanks i will try to include it.