#jarrett_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/1344308513148637248
๐ 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.
- jarrett_api, 6 days ago, 41 messages
- jarrett_api, 6 days ago, 27 messages
Hi there ๐ the warning_* status values relate to inquires, a preliminary stage that some Disputes start in before they become a formal dispute:
https://docs.stripe.com/disputes/how-disputes-work?dashboard-or-api=api#inquiries
got it. do disputes automatically submit still if you don't submit them manually once the time is up?
Can you elaborate on what you mean by "submit" there? Are you talking about responding to a dispute by submitting evidence against it?
our integration adds evidence onto the dispute
in the past I know eventually stripe would auto submit the dispute at the end of the time period
we leave it open for our team to review manually or just let it submit at the end. i wanted to confirm this is still the case
that waiting till the dispute is required is fine
Is this still talking about inquiries?
If so, this callout in the guide that I linked to initially seems like a good reason to not just let the Dispute sit and wait:
Unwinnable chargebacks
Failing to respond to an inquiry can signal to the issuer your implicit acceptance of the claim, resulting in an escalation to a formal, and likely unwinnable, chargeback. Unless you intend to accept financial liability, always respond to inquiries immediately, making every effort to amicably resolve issues with your customer during this stage.
https://docs.stripe.com/disputes/how-disputes-work?dashboard-or-api=api#inquiries:~:text=to a chargeback.-,Unwinnable chargebacks,effort to amicably resolve issues with your customer during this stage.,-Dashboard
Or this line:
If left unanswered, some disputes might escalate to unwinnable chargebacks.
https://docs.stripe.com/disputes/how-disputes-work?dashboard-or-api=api#inquiries:~:text=If left unanswered%2C some disputes might escalate to unwinnable chargebacks
i wasn't referring to either, but it sounds like we should simply respond ASAP.