#Dan Judge
1 messages ยท Page 1 of 1 (latest)
๐ happy to help
you can list connected accounts payouts https://stripe.com/docs/api/payouts/list
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
by passing the Stripe-Account header to the List Payout API
as described here https://stripe.com/docs/api/connected_accounts
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Thanks, I was aware of the payouts, but payouts don't split out information in regards to the transfers to the account. Each transfer into their Stripe account is a commission they've received which is assosicated to a user which paid for a membership, to give them a commission in the first place. Is there no way to show if each individual transfer has been paid to the user?
you can use this https://stripe.com/docs/expand/use-cases#charges-in-payout in order to get the charges that are included in a specific payout
That looks good, thank you. Do you know if it's possible to do a reverse lookup for a payout given the transfer or payment id?
So that rather than listing payouts with children payments, I can just list payments and whether or not they've been paid out.
AFAIK it's not possible