#wendy-Invoices
1 messages · Page 1 of 1 (latest)
Hi, an invoice would have one charge object when succeeded. If it fails, it may have more than one representing each failed charge attempts
i am adding charge.refunded webhook to get the refunds....if i later add a second refund to the same invoice, the refund list will be 2 but there is still just 1 charge object right?
Are you talking about a partial refund for the same invoice?
Yes, your understanding is correct then, 1 charge object
which webhook gets fired when a refund failed?
In the rare instance that a refund fails, we notify you using the charge.refund.updated webhook event.