#Kamesh-Disupte
1 messages · Page 1 of 1 (latest)
Hi there, Disputes for some payment method are automatically honored, for example sepa https://stripe.com/docs/payments/sepa-debit#disputed-payments
is this the only scenario? is there anyway we can identify from the created event payload whether that dispute is contestable or not?
When charge.dispute.created happens, you can check the status property. If it's lost, then it means the dispute is final and it can't be overturned.