#.buckman
1 messages · Page 1 of 1 (latest)
charge.refunded sends back the charge object, not the refund object. Your metadata is probably on the refund object itself.
Yep, so you will likely want to retrieve the refund(s) that are in the refunds array on that Charge object 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.
Also sorry for hijack but it's like when you know the answer on Jeopardy
No worries, appreciate the assist