#Karl-Webhook
1 messages · Page 1 of 1 (latest)
Yes, I thought I was capturing webhooks for refunds, but I don't see then in my local log.
So I'm setup with charge.refunded, and It I don't see it.
With that said, I need to know if the same webhook event would capture partial refunds as well.
Can you send me the refund request ID?
ch_3LDh5UG30Vl6ne6N1PCkFeaX
Thanks. I can see that the charge.refunded event was successfully delivered https://dashboard.stripe.com/events/evt_3LDh5UG30Vl6ne6N18q29MYz
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
ok, looking.. that is a webhook event?
nm, i see the webhook below on that page
ok I got it! I'm just not parsing the refunded type correctly but I am capturing it! Thanks for the help.
No problem!
1 more question
If I'm looking at a payment, that is refunded. I don't see where I can (in the Payment Stripe Portal) get to the webhooks associated with that payment. How did you get to the evevent page you cited above?
might be a silly question
https://dashboard.stripe.com/payments/ch_3LDh5UG30Vl6ne6N1PCkFeaX if you scroll down the page, you can see the events there
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Click on the event item will bring you to the Event page.
I see. The Event data has the webook info so I have to click further and investigate the event data.
Yes you are right!