#MorenoMdz

1 messages · Page 1 of 1 (latest)

vagrant sableBOT
lime trout
#

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

vestal shoal
#

So I have to do this in memory then?

#

I might have a script similar to this from a few years algo somewhere lol

lime trout
#

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