#legend_of_mr.dan
1 messages · Page 1 of 1 (latest)
hi! do you have an example event ID evt_xxx that does not have the metadata you expect when sent to your webhook endpoint?
No, I received the WebHook data, but did not receive the content in the metadata in the WebHook data. The data in this metadata was set when I created the intent
do you have the event ID evt_xxx of the event in that webhook so I can look?
evt_3Nd7ZRCQOGOFHFAn1eU0nNSD
I just want this field to return the information I need in the WebHook
When I created it, I set the information for this field, but when I received the WebHook callback, the information of this field was empty
that seems like a bug to me
if you retrieve the Refund now, you will see it has metadata set though. It might be that it's set async. But I agree that is really confusing and I would call it a bug
So how can I solve this problem
well you can't really since it seems to be a bug/limitation on our side. Like I said, one option might be to call the Retrieve Refund API when handling the webhook and look at the Refund object and its metadata at that point