#cdubs44-payouts-history
1 messages ยท Page 1 of 1 (latest)
Thanks @daring dust. It would be by acct_id obviously. not all of them in one sweep.
still looking as there's a way to list payouts based on external account ID but not purely based on account IDs
You can fetch payouts with status set to pending to list upcoming payouts but again, can't filter is by the account IDs
https://stripe.com/docs/api/payouts/list#list_payouts-status
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
You'd likely want to find a way to track external accounts associated with connected accounts and use the API that way I guess ๐ค
yeah, hmmm. Thanks Hanzo.
NP! Happy to help ๐