#Joe-events-payout
1 messages ยท Page 1 of 1 (latest)
In what payout status does the payout.paid event trigger? The event says whenever a payout is expected to be available in the destination account is when it triggers. In the other payout events, theyre more clear like payout.failed occurs whenever a payout attempt failed. There is a paid status on a payout object that says "if the transaction goes through". Does the payout.paid event only trigger when the status is set to paid or does it trigger on other statuses?
I think its still ambiguous
Does payout.paid event* (Occurs whenever a payout is expected to be available in the destination account. If the payout fails, a payout.failed notification is also sent, at a later time. )* only get generated when the payments has settled on the destination account?
What I'm trying to achieve is if I get a payout.paid event and I want to recognize that a payment has settled (money has arrived) on the destination account, what would I have to do? Does the existance of this event mean the payment has settled? Do I also need to use payout.arrival_date ?