#DT
1 messages · Page 1 of 1 (latest)
hello! you would retrieve the Refund object :
https://stripe.com/docs/api/refunds/retrieve
and you will be able to find the created date : https://stripe.com/docs/api/refunds/object#refund_object-created
From the refund webhook can I get this object or do I have to make a second API call?
what API version are you using for your webhooks?
if you don't know, can you share your account id? I'll take a look
of which SDK?
java sdk
iirc, that SDK version is pinned to 2020-08-27. You should be able to view the refund in the charge.refunded event but you'd want to check to be sure.