#femina.agravat - Refund Reason Webhook
1 messages · Page 1 of 1 (latest)
I am using Stripe checkout
and I have used Webhook
with event "charge.refunded"
If you want I can share Webhook Request array.
Hey! The charge.refunded event includes the Charge object. You'll want to look at the refunds field. Specifically: https://stripe.com/docs/api/charges/object#charge_object-refunds-data-reason
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Hmm, here's the event in the Dashboard: https://dashboard.stripe.com/test/events/evt_3KJtP5CPNFWzQIez00eolDiP
You can see the inclusion of the refunds list in the payload object