#shpatak
1 messages · Page 1 of 1 (latest)
I am using this card for charge:
No matter what uncategorized_text I set (rather losing or winning) I get the same dispute status:
- charge succeeded
- charge.dispute.created - warning_needs_response
- setting uncategorized text
- charge.dispute.updated - warning_under_review
- charge.dispute.closed - warning_closed
There is no lost/win status or hypothetically it should have status money_withdrawn in one of the cases, because I am losing the dispute and money should be refunded to the client
what is the status of the Dispute after the charge.dispute.closed event?
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
the charge.dispute.closed event is the last in my lifecycle and it has warning_closed status
Ahhh, okay. The format of your message makes more sense now.
Do you have a request ID for the request where you sent in the uncategorized_text attribute?
Here's how you can find a request ID: https://support.stripe.com/questions/finding-the-id-for-an-api-request
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.
I think it might be it: req_9NA2xQJHHt31xv
not sure if it will help, but I am listening to these webhook events: charge.captured,charge.dispute.closed,charge.dispute.created,charge.dispute.funds_reinstated,charge.dispute.funds_withdrawn,charge.dispute.updated,charge.expired,charge.failed,charge.pending,charge.refund.updated,charge.refunded,charge.succeeded,charge.updated
I'm specifically looking for the event where you say you are sending the uncategorized_text. I want to see the API call you're making to set it
Let me reproduce again and retrieve req_id
Which one of the uncategorized_text do you want me to reproduce?
The one you're saying isn't working
req_8o1uP8CL4rKtbj
Ahhhh, okay. That looks like it might be a bug. I'm going to surface this to the product team to see if they can take a look. As far as I can tell, this should have a lost status
How long will it take? Asking because we are on development right now and need estimation on these
Not sure. If you create a support thread and mention that we talked on discord, then we can update you via email as soon as we have an update
Okay, will try to reach them.