#devil_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/1295719995288059947
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
i mean on stripe documentation here: https://docs.stripe.com/api/disputes/list
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
or am I totally blind an not seeing it :S
hi there!
@mental yarrow can you post that as a help on code plesae
@mental yarrow if you have a question, press a button on #help
here's the endpoint to list Disputes: https://docs.stripe.com/api/issuing/disputes/list
and yes you can pass a status parameter
that is issuing disputes
, can we get that to show on the documentation.
what do you mean by this?
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
this doesnt have it
you referenced issuing disputes
oh sorry, double checking
๐
that is odd, I can use status in the API, but I don't see it documented on https://docs.stripe.com/api/disputes/list
I'll notify the team working on this
thanks for the report!
you can see them here: https://docs.stripe.com/api/disputes/object#dispute_object-status
what do you mean?
there is a deadline missed status
how can I retrieve those kind of disputes
especially those?
no Sorry
I wasn't here
will that show on status:lo st?
lost*?
deadline status in dashboard i mean, and overall disputes
it doesnt exist in the API it seems
to recap:
"How can I retrieve deadline missed disputes, through the dispute.list API, by providing the status"
That's not a specific status of our dispute objects, so you can't provide that as a status.
Let me see if there's another way to filter
Nope there doesn't appear to be. I can share feedback about that but for now you'd need to list and filter based on object details.