#Kekox123 - Payouts
1 messages · Page 1 of 1 (latest)
Hello! Not sure I understand what you're asking in #1... are you asking when these status changes occur? Or what they mean? Or something else?
Yes, when the statuses change.
For #2, you want payout.updated: https://stripe.com/docs/api/events/types#event_types-payout.updated
In order to understand the lifecycle of a Payout I recommend you read through these docs: https://stripe.com/docs/payouts
Cool, Does the payout.updated event get fired for other statuses? e.g. paid or failed ? I'm asking since I would like to handle paid or failed status changes on their respective Web-Hook events.
Thank you for the documentation!
Yep, payout.updated will fire whenever anything on the Payout changes.