#shpatak
1 messages · Page 1 of 1 (latest)
I wish I could help, but this chat is focused on developers and API integration questions. Our support team will be able to assist you better than I can: https://support.stripe.com/contact
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.
Isn't it developer question?
I am getting those statuses from stripe.com/docs/api
There is no explanation in API documentation about what each of them means. It's vital for the app lifecycle to show users what steps if they payment on
Have you seen these docs? They mention what each of the parameters mean that you asked about:
https://stripe.com/docs/disputes/how-disputes-work?dashboard-or-api=api#inquiries
Yes
dipsute.charge_refunded is not mentioned there
I cannot find anywhere
I suppose it marks when the funds have been returned to my Stripe account after I won the dispute
but not sure about that
who can I ask then this question?
I don't see that event anywhere: https://stripe.com/docs/api/events/types#event_types-charge.dispute.closed
Can you point to where you're seeing it?
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Gotcha, alright. I believe that indicates if a disputed charge was refunded, which could potentially result in a "double dip" (sorry, can't think of a better phrase) where you refunded the charge and the bank was transferred the amount of the charge separately