#blagi.connecto
1 messages · Page 1 of 1 (latest)
Yep, the charge.refunded event is the Charge object. In order to get the Refund object and the metadata from that payload, you'll need to make an API request to expand this field: https://stripe.com/docs/api/charges/object#charge_object-refunds
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.