#chukdawit

1 messages · Page 1 of 1 (latest)

tall heathBOT
crystal prism
#

How can I help?

sharp mortar
#

Question about webhooks and refunds! I remember a month or so ago I issued a refund and I thought I remember receiving a "RefundCreated" webhook, I'm almost certain. But now, today, I issued another refund, but this time I received a "ChargeRefunded" webhook. Is there something that's changed on Stripes backend. How come I didn't receive a "RefundCreated" webhook?

#

I see the description for each webhook -> ChargeRefunded = "Occurs whenever a charge is refunded, including partial refunds." and RefundCreated - "Occurs whenever a refund from a customer’s cash balance is created."

#

but not sure why or what the description means for "RefundCreated", when it says "Occurs whenever a refund from a customer’s cash balance is created"

crystal prism
sharp mortar
#

yes I'm aware of the docs, as I just stated them in "", but that doesn't really help here. Maybe you can provide insight as to why I didn't receive a "RefundCreated" when I created a refund?

crystal prism
#

As the doc explains, RefundCreated occurs whenever a refund from a customer’s cash balance is created.

Does your use case involve customer's cash balance change?

sharp mortar
#

not sure what that means? My customers (not Connect) don't keep any cash balances. Once I charge their credit cards my platform receives the funds. I do initiate authorization holds for 24 hours in some cases, but that's not what you're referring to is it?

#

OH! Does it make anydifference if they are customers (card stored in Stripe) or if they are a 1 time card user (no customer in Stripe)??

crystal prism
#

In this cause you should expect a charge.refunded event, and charge.refund.updated if the refund fails

sharp mortar
crystal prism