#golan.shay
1 messages · Page 1 of 1 (latest)
👋 Thanks for reaching out
The associated payments of a payout can be found in Stripe Report API:
https://stripe.com/docs/reports/payout-reconciliation
Is it available via a WebHook?
payout_reconciliation.itemized.5
As I need to associate the payout with the payment intent
nope
it's another API that you need to do it as a separate call
Here is a complete guide on how running and getting the Stripe Report APIs:
https://stripe.com/docs/reports/api
Do I have access to payouts of connected accounts? Can I generate a report for connected accounts?
Yes, in the report reconciliation, you can refer to the field connected_account_id to filter on connected accounts:
https://stripe.com/docs/reports/payout-reconciliation#schema-payout-reconciliation-itemized-5
Thank you