#db1900
1 messages · Page 1 of 1 (latest)
Hi 👋
The refund.created event fires when a Refund object is created on your Stripe Account.
What is it you are trying to do here?
trying to test it and inspect the event data
meaning i want the webhooks to receive such an event and havent been able to see it come thru
I'm sorry I misspoke, our docs clarify the refund.created event fires
Occurs whenever a refund from a customer’s cash balance is created.
https://stripe.com/docs/api/events/types#event_types-refund.created
ah, okay
I think you are looking for the charge.refunded event https://stripe.com/docs/api/events/types#event_types-charge.refunded
yeah i need both for my use case. thanks!