#MorenoMdz
1 messages · Page 1 of 1 (latest)
It looks like the list call does not have a filter for this, so in the API you would want to list all accounts and check their payout interval property to see which ones have that setting
https://stripe.com/docs/api/accounts/list
https://stripe.com/docs/api/accounts/object#account_object-settings-payouts-schedule-interval
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
So I have to do this in memory then?
I might have a script similar to this from a few years algo somewhere lol
Yeah, unfortunately the API can't do this filtering on the Stripe side. I think a Sigma query could filter based on this but Sigma costs extra so it may not be worth it if you don't already have it https://stripe.com/sigma