#Mojtaba-Webhook
1 messages · Page 1 of 1 (latest)
Hi there, they are two completely different events. https://stripe.com/docs/api/events/types#event_types you can find the description here.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
I believe you have a question behind this question, what's this?
I'm trying to handle refunds/partial refunds. I got the charge. event in the connected account and transfer.reversed in the platform. reading the API it makes sense now
meant to say API Docs*
I believe you specify reverse_transfer to true when creating a refund.