#mboras-refund-metadata
1 messages ยท Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- mboras-checkout-directcharges, 3 days ago, 77 messages
Hi ๐
Okay so you are setting the metadata on the refund object itself, right?
yeah
The object returned in the charge.refunded event is the Charge
https://stripe.com/docs/api/events/types#event_types-charge.refunded
You need to look up the Refund object using the Charge ID
https://stripe.com/docs/api/refunds/list#list_refunds-charge
The Refund object is the one with the metadata set on it
Happy to help ๐