#shpatak
1 messages ยท Page 1 of 1 (latest)
Hi ๐ can you elaborate on your findings?
That latter screenshot, what library is it from and what version of that library?
Oh, I think your top screenshot is looking at issuing Disputes, but your bottom one is looking at Disputes the core resource:
https://stripe.com/docs/api/disputes/object#dispute_object-status
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Oh i see
thank you
where can I read more about dispute statuses?
because charge_ refunded status is fits more for charge entity rather than dispute
won indicates that the bank decided in your favor and overturned the dispute. In this case, the issuing bank returns the debited chargeback amount to Stripe, and Stripe passes this amount back to you. The dispute fee is not returned.
I'm not sure off-hand, but am looking to see what I can find.
๐ Just stepping in for my colleague here
Out of curiosity, which Stripe API version are you using?
Hm, the reason I ask is I'm also viewing these docs: https://stripe.com/docs/api/disputes/object#dispute_object-status
and I see the following under status:
status
string
Current status of dispute. Possible values are warning_needs_response, warning_under_review, warning_closed, needs_response, under_review, charge_refunded, won, or lost.
I don't see the mismatch you're seeing
Oh, miscommunication
we already figured out this issue with your colleague
My second question was: where can I read more about dispute statuses?
I'm sorry
Like what does each of them mean with the detailed description
I recommend starting here: https://stripe.com/docs/disputes/categories
Our team members aren't experts on disputes so I recommend checking in with our support team if you have any other questions on dispute statuses: https://support.stripe.com/?contact=true
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
Okay, thanks you mate for your work! Have a great day!