#maxypoo

1 messages · Page 1 of 1 (latest)

raw thicketBOT
whole creek
#

Good question, looking in to these and will get back to you

#

The API reference indicates that the charge. events are for when you refund a payment wheras the refund. events are related to refunds from the customer's cash balance. Honestly not clear on the customer cash balance part, still looking...
https://stripe.com/docs/api/events/types#event_types-charge.refunded
https://stripe.com/docs/api/events/types#event_types-refund.created

sharp raptor
#

No problem, take your time :D

whole creek
#

So the customer cash balance is specifically related to bank transfers. From my testing the charge.* events are the ones triggered by refunding your payments, so use those if that is what you are trying to work with now. https://stripe.com/docs/api/cash_balance

#

Is that helpful for knowing your next steps? I can look futher in to the cash balance related events if that is what you are working with

sharp raptor
#

One moment!

#

That is sufficient, thank you very much.