#drum
1 messages · Page 1 of 1 (latest)
oh, i don't need it, just clarifying the behavior - it sounds like the docs are slightly misleading then, bc they say that payout.updated is "called whenever a payout is updated", which is not true, as it is not called when the payout is updated to status of failed: https://stripe.com/docs/api/events/types#event_types-payout.updated
so it sounds like i should be able to simply turn on handling of payout.failed event, and i can handle it the exact same way i handle payout.updated. is that correct? it looks like the payload is the exact same (i.e. object is payout)
wonderful. thank you! :]