#mastjoe_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/1332346853697650690
๐ 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.
- mastjoe_webhooks, 2 days ago, 4 messages
- mastjoe_api, 6 days ago, 8 messages
Hi, let me help you with this.
What do you mean by "successfully submitted" exactly?
a dispute can be saved or submitted, when it is updated, the submit flag is passed as true (https://docs.stripe.com/api/disputes/update#update_dispute-submit), if the submission with submit true flag is done. Is there a change on the dispute object that can tell me the dispute has been submitted?
Hey! Taking over for my colleague. Let me catch up.
Alright. Thanks @wanton root
Is there a change on the dispute object that can tell me the dispute has been submitted
I think one of these attributes is enough for you:
https://docs.stripe.com/api/disputes/object#dispute_object-evidence_details-has_evidence
https://docs.stripe.com/api/disputes/object#dispute_object-evidence_details-submission_count if >0 then the dispute was at least submitted once.
Ok. Thanks . @wanton root You are the best ๐ฅ ๐๐ป