#m0uka_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/1345086437199974411
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi! Let me dig a bit! ๐
Hi, how did you fill out the required details? Did you update the disputes object? If so, can you share that id? Here's how you can find a request ID: https://support.stripe.com/questions/finding-the-id-for-an-api-request
From looking at the documentation, https://docs.stripe.com/disputes/api/visa-ce3#visa-qualifying-disputes it looks like we need Customer purchase IP, Customer device fingerprint or customer device ID is needed. If we compare that to your request I do not see Customer device fingerprint or customer device ID
Can you provide those and update the dispute?
the documentation states this:
The disputed transaction and both past undisputed transactions must match either:
Two main evidence elements (for example, Customer Purchase IP and Customer Device Fingerprint).
One main evidence element and one secondary evidence element (for example, Customer Device ID and Customer Account ID).
so according to that i can just do customer ip + customer account ID
I see what you mean and it asks the same for the undisputed transactions too:
The disputed transaction and both past undisputed transactions must match either:
Let me look a bit more
I'm asking another teammate as the document suggests that it should work. I do not know what I'm missing
I tried testing this using the card for Visa evidence: https://docs.stripe.com/testing?testing-method=card-numbers&payment-method=others#disputes but it won't let me update those
I get:
enhanced_eligibility: {
visa_compelling_evidence_3: {
required_actions: [],
status: "not_qualified",
},
},
None of my tests work, given that I was unable to reproduce this and it appears that you've passed all the required informaion you'd want to reach out to support to get this further looked at. Our support team will be able to assist you with next steps
Thank you for your patience