#maxypoo
1 messages · Page 1 of 1 (latest)
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
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
No problem, take your time :D
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
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
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