#GiovanniV-Webhook
1 messages · Page 1 of 1 (latest)
Hi, taking a look here
It may take up to 5 business days, here is more information: https://stripe.com/docs/payouts#payout-failures
ok 1 more thing what information the payout webhook contains (i.e. does it provide all balance transactions in it, including stuff like account debits? I I am using destination charges, so platform will control transfers and fees)
Yes, it'll have payout id, amount, expected arrival date, balance transaction etc... You can trigger this event via the Stripe CLI and see all of the details: https://stripe.com/docs/webhooks/test#supported-events
ok ans if, for a payout report, the merchant will need to make asynchronous calls or if they can just pull details that they need from various objects (whether report, payments, etc.)?
trying to make sure they can easily report the various transactions that are included in a payout, because there could be rare scenarios where payouts are altered by specific transactions like fees, so want to see best practice for constructing this
This, https://support.stripe.com/questions/find-what-transactions-were-included-in-or-impacted-a-payout-amount and this, https://stripe.com/docs/reports/payout-reconciliation should answer what you're looking for.