#divya-refund-webhooks
1 messages · Page 1 of 1 (latest)
Hey @sweet junco charge.refunded is triggered when a Charge is refunded
divya-refund-webhooks
It seems you talked to my team about the same question yesterday already. Can you clarify what part you don't understand?
Yes
I got it triggered when a customer sends you a payment, you can create a refund to send back the money to the customer
But is there any other way from payment_intent related event?
charge.refunded is sent when a Refund is created which happens when you refund a Charge or a PaymentIntent, that's all
Charge and payment intent are different right?
A PaymentIntent will create a Charge. The former is kind of a stat machine used to accept a payment and a Charge is a "record" of a payment attempt
https://dev.to/stripe/single-slider-payment-objects-overview-a0d I recommend carefully watching this!
Ok, I am checking it