#myz123
1 messages · Page 1 of 1 (latest)
If the customer raises a dispute/chargeback, Stripe will notify you through Dashboard, email, webhook and API: https://stripe.com/docs/disputes/how-disputes-work
This is how dispute can be handled: https://stripe.com/docs/disputes/responding
Or do you have any specific payment method that you're looking for to handle for such use case?
I use stripe checkout page and webhook.
Which webhook will be triggered after a chargeback?
Have you read this doc? https://stripe.com/docs/disputes/responding It outlines the events that will be sent
No problem! Happy to help 😄