#sougu - dispute events
1 messages · Page 1 of 1 (latest)
Hey there, SEPA disputes are final, there is never a chance to "win" them:
https://stripe.com/docs/payments/sepa-debit#disputed-payments
You can test the flow using our test sepa numbers, the last of which will automatically trigger a dispute: https://stripe.com/docs/testing#sepa-test-account-numbers
So if I understand it correctly, a charge.dispute.created event will be sent to the webhook, and the status of the dispute will be lost immediatly after the creation of the dispute at the time the webhook gets sent?
Yes, its already lost at that time, though you will also get the closed event shortly afterward
So I can listen for the closed event and check for the status lost then?
Sure, if you prefer
Thanks a lot! Have a nice day/evening 🙂
You too!